i have a string
i want to replace every string between apostrophes ' with spaces.
ex.
first string
hello 7663 763663 'ok' 77h hgs 'dsds' sdssd ss ' sd s' sd 455 43)
result string : ex.
first string
hello 7663 763663 77h hgs sdssd ss sd 455 43)
i try REReplaceNoCase(..) function but no results, why??
Is there a solution??? please reply me..
i want to replace every string between apostrophes ' with spaces.
ex.
first string
result string : ex.
first string
i try REReplaceNoCase(..) function but no results, why??
Is there a solution??? please reply me..