Pinku

Pinku

  • 1.5k
  • 253
  • 42.1k

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

Oct 9 2024 10:23 AM

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)