Yeah, I've learned Regexp yesterday morning.
After some googling and reading almost the regexp references, especially the "Replace" , I've found something wrong with this function immediately. Just $1... , so, it missed the close tag.
And I'm lookin' for an escapse character or some similar things. But, as your replies , there's not exist such a thing.
Yeah, I'm not trying to do a trick around the limitation , or, to reach any goal.
I just wanna clarify the RegExp abilities & restrictions. Kind of , if you know how sharp a knife is , you will use it more effectively, since you know what you can cut, and what you can not.
About using something like : $1!@#333, what if a group of letters like that is existed in the string before? Must I change the group each time I do (depend on the string) ?
Surely, it's a trick but not a global solution. ( Anyway, it's a quite wide way to go)
Thanks to all you, I'll finding more and , who know, some next days I'll post the solution here :))
Agains , thank you indeed.