expression regular
expression regular
Hello,I try to use regular expressions in the more specific "STR Pos" in "Substring to search", is this possible? Machpro
expression regular
What expressions do you mean?
You may use some string with variables, like this:
{MonthNo}-{Day}
If you want to use some mathematic expressions you have to calculate them before STR Pos action.
You may do this by using Evaluate or Basic script actions.
You may use some string with variables, like this:
{MonthNo}-{Day}
If you want to use some mathematic expressions you have to calculate them before STR Pos action.
You may do this by using Evaluate or Basic script actions.
expression regular
I try to delete all characters in a word for retrieve the data .... ex: AA-RXZ29P.pdfI wanted to use the STR for save time and try the new features of version 3.4 ....I will use the basic script. thank you