Skip to Content
0
Former Member
Jul 01, 2009 at 02:31 PM

find a text in a string and insert a space

34 Views

hi

I have a text like 'Account determination for payment reference401'

I have to search for the string 'reference' and see whether its separated from the numeric character

if its not, i have to insert a space, like a text 'Account determination for payment reference401' shd become

'Account determination for payment reference 401'