expression regular

Discuss RoboTask here
Post Reply
machpro
Posts: 4
Joined: Mon May 04, 2009 1:56 am

expression regular

Post by machpro »

Hello,I try to use regular expressions in the more specific "STR Pos" in "Substring to search", is this possible? Machpro
Oleg
Site Admin
Posts: 3202
Joined: Thu Jan 01, 1970 1:00 am
Contact:

expression regular

Post 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.
machpro
Posts: 4
Joined: Mon May 04, 2009 1:56 am

expression regular

Post 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
Post Reply