Matches (regex)

Hello @Tulifer,

Your regex “(?<=(REFERENCE))(\w|\d|\n|[(.*)]| )+?(?=( CAHIER))” only works on https://regex101.com, with global regex flag:

This regex: “(?<=REFERENCE)[\s\S]*(?=CAHIER)” works in UiPath Studio

Matches.zip (2.6 KB)

Regards,
Susana

4 Likes