mlektra
New Member
- Joined
- Jun 2, 2008
- Messages
- 14
Hi guys. Is there a formula here to replace sequencially all characters of a given value by a specific character?
Let me show you.
I have this value : google.com
need to replace one character after one character by the "*" symbol. So it will give me this :
*oogle.com
g*ogle.com
go*gle.com
goo*le.com
goog*e.com
googl*.com
google*com
google.*om
google.c*m
google.co*
Should work with any number of characters. Will use it maintly for domains, so it could be .com, .net, .me, .info, etc....
Thanks for the help.
Let me show you.
I have this value : google.com
need to replace one character after one character by the "*" symbol. So it will give me this :
*oogle.com
g*ogle.com
go*gle.com
goo*le.com
goog*e.com
googl*.com
google*com
google.*om
google.c*m
google.co*
Should work with any number of characters. Will use it maintly for domains, so it could be .com, .net, .me, .info, etc....
Thanks for the help.