RexEx without the Scripting Module
Posted: Mon Mar 14, 2016 5:30 pm
Hello everyone,
I know there is already a lot on Regular Expressions to find on the forum, but could you please help me with the following:
(We don't have the scripting module to use.)
This is my string:
2016-03-08
year-month-day
It is the string value from a selectable date value from a metadatafield in a checkpoint.
I'd like to switch it to:
day-month-year
or select the values from year, month and day separately to save them in their own new variable in the following checkpoint.
Does anybody have a suggestion?
Year is no problem, \d{4}
But I can't get month and day in the right way.
Thanks in advance for the assistance!!
I know there is already a lot on Regular Expressions to find on the forum, but could you please help me with the following:
(We don't have the scripting module to use.)
This is my string:
2016-03-08
year-month-day
It is the string value from a selectable date value from a metadatafield in a checkpoint.
I'd like to switch it to:
day-month-year
or select the values from year, month and day separately to save them in their own new variable in the following checkpoint.
Does anybody have a suggestion?
Year is no problem, \d{4}
But I can't get month and day in the right way.
Thanks in advance for the assistance!!