Example:
Input String: "RajaRamMohamRoy"
Output : "Raja Ram Mohan Roy"
I just used regular expression in ColdFusion to achieve this as follows.
We can also do other advance string matching functionality with back referencing. We will see that latter.
We can also do other advance string matching functionality with back referencing. We will see that latter.
Nice trick man..
ReplyDelete@Saurav: Thanks.
Delete