Hi All
I want to use matches and RegEx Builder for finding text on email but I don’t know studio x is support or not? Should I change to Studio or Studio Pro?
Please help me, Thank you so much.
Puriwat
Hi All
I want to use matches and RegEx Builder for finding text on email but I don’t know studio x is support or not? Should I change to Studio or Studio Pro?
Please help me, Thank you so much.
Puriwat
@p_nuengg - you can use Regex matches in studio…
System.text.regularexpression.regex.matches…
Please refer this post…
Thank you guy. I’ll try.
You can use. Just make sure that you import System.text.regularexpression from the imports pane at the bottom. Then call it like this.
Regex.Match(text,(?<=beforetext)[\S\s]*?(?= aftertxt)").ToString.Trim
Make sure end with tostring
Remove extra spaces using Trim