Hi all, i'm currently struggling to perform the above mentioned replacement.
i already know how to catch the first letter in each word and determined if it's regular or capital.
however, i don't know how to replace this letter with it's corresponding capital letter.
perhaps there is an option to change the ascii value of the a character in perl regexp ?
for example :
Hello hello word --> Hello Hello World
many thanks for your help.
i already know how to catch the first letter in each word and determined if it's regular or capital.
however, i don't know how to replace this letter with it's corresponding capital letter.
perhaps there is an option to change the ascii value of the a character in perl regexp ?
for example :
Hello hello word --> Hello Hello World
many thanks for your help.
Comment