regex to rearrange string
Posted: Wed Oct 26, 2016 10:45 am
hi there,
i have a basic knowledge of regex, but i came across a problem that exceeded my skills. i have a string like this:
[text][AB] SomeText (26-10-2016)[/text]
and using regex i want to transform it to:
[text][AB] 2016.10.26 - SomeText[/text]
is that possible? what regex command could i use for this?
greetz
i have a basic knowledge of regex, but i came across a problem that exceeded my skills. i have a string like this:
[text][AB] SomeText (26-10-2016)[/text]
and using regex i want to transform it to:
[text][AB] 2016.10.26 - SomeText[/text]
is that possible? what regex command could i use for this?
greetz