Hi everyone,
how can I use Regular Expressions in StudioX? Is it even available?
Thanks in advance,
Dennis
Hi everyone,
how can I use Regular Expressions in StudioX? Is it even available?
Thanks in advance,
Dennis
Yes you can use Regular Expression in StudioX
System.Text.RegularExpressions.Regex.Match("YourString","Your Pattern").Tostring
If you want to use activities Go to Activities panel-> Filter-> Click on Show Developer
You can find Matches and Is match Activity
Regards
Sudharsan
Thank you! Didn’t know that I have the possibility to use Developer Activites.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.