Question
First 3 characters from the string and replace all with *
Hello,
I am fairly new to coldfusion. I am trying to display the first 3 characters from string and replace all remaining characters with *(star). Could you please help with syntax? For ex: from the word 'hello' , I am trying to display this string like this. 'hel**'.
Thank you..
I am fairly new to coldfusion. I am trying to display the first 3 characters from string and replace all remaining characters with *(star). Could you please help with syntax? For ex: from the word 'hello' , I am trying to display this string like this. 'hel**'.
Thank you..