Hi,
I need your Regex expertise. I'm trying to convert a string in the following format A1A1A1 to [/b]A1A 1A1[/b]. So I was looking for a simple Regex to grab the first three chracters as $1 and the last three as $2 and then change the format this way.
Any help would be really appreciated.
Thanks
I need your Regex expertise. I'm trying to convert a string in the following format A1A1A1 to [/b]A1A 1A1[/b]. So I was looking for a simple Regex to grab the first three chracters as $1 and the last three as $2 and then change the format this way.
Any help would be really appreciated.
Thanks