Search and replace substring
Hi
I am not very familiar with regex and now I have completely blackout....
Title is in following format:
xxxx xxxxx xxxxx (aa-##)
where x, a and # is in variable length
I would like to get the a's into a #Customfield1 (and also delete everything from ( in the title.
So in this case, the result should be
Title: xxxx xxxxx xxxxx
Customfield1: aa
There must be an easy way to do this, but I can't find it.
|