Page 1 of 1

expression regular

Posted: Fri Jul 17, 2009 10:31 am
by machpro
Hello,I try to use regular expressions in the more specific "STR Pos" in "Substring to search", is this possible? Machpro

expression regular

Posted: Fri Jul 17, 2009 10:16 pm
by Oleg
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.

expression regular

Posted: Fri Jul 17, 2009 11:40 pm
by machpro
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