Regex difficult to create

hi all,

is there any way to get regex expressions readymade, i want expressions as per my custom values, please answer

@Shoebmd , use RegEx Builder.

Use any of these activities to open the regex builder
IsMatch , Matches and Replace

I tried all of those but…i want to extract specific information from text…for that i want regex expressions

@Shoebmd

What is the text you want to extract?
Can you share the sample

1 Like

I want to extract specific information from pdf …such as invoice number , name and date

@Shoebmd

Depending upon the pdf text the regex differs.
You can refer this post. It will be helpful for you.