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.