2
Answers

How to concat string in between another string in vb.net

Pinku

Pinku

Oct 09
351
1

I have a string value but i want to add "[^a-zA-Z0-9 ]%" with the string after the first word.
for ex: string S1='sustainability energy long last'

I want to add like : sustainability[^a-zA-Z0-9 ]%  energy long last

How to do it.

Answers (2)