Search found 2 matches
- Thu Aug 07, 2014 5:35 pm
- Forum: Suggestions
- Topic: Multiple RegEx
- Replies: 3
- Views: 20801
Re: Multiple RegEx
If you have to make stupid replacements like these /o\.\s*B\./o.€B./g /o\.\s*G\./o.€G./g ... it's easier to control what is done if all replacements are in one text file. If I would use 50 RexEx steps the first step would read an external text file an write the result to a variable...
- Thu Aug 07, 2014 4:24 pm
- Forum: Suggestions
- Topic: Multiple RegEx
- Replies: 3
- Views: 20801
Multiple RegEx
At the moment I'm trying to implement some extensive conversion workflows with RoboTask. Basically everthing works fine but I have to do some RegEx operations with a lot of searches and replacements (> 50 per task). As RoboTask provides only one RegEx per step I'm wondering if there is an easy way t...