I have this:
<title>Rally: Dakar 2007</title>
And I want to do this:
<Search match=": [.*]$" field="#SUBTITLE" remove="true" />
In order to end up with this:
#TITLE=Rally
#SUBTITLE=Dakar 2007
But I can't figure out a way to do it.
Can anyone help with what I should use in order to match "any character"?
<title>Rally: Dakar 2007</title>
And I want to do this:
<Search match=": [.*]$" field="#SUBTITLE" remove="true" />
In order to end up with this:
#TITLE=Rally
#SUBTITLE=Dakar 2007
But I can't figure out a way to do it.
Can anyone help with what I should use in order to match "any character"?