Need Regex Help to Get Words Before DOT Symbol

Need Regex Help to Get Words Before DOT Symbol :

Input String : PV_1428_EN.pdf

Expected output PV_1428_EN


[CheatSheet] - System.Text.RegularExpressions | RegEx - News / Tutorials - UiPath Community Forum

@Sathish_Kumar_S

please try

\w+(?=\.)

cheers

When input is about filenames and the filename without extension is needed also have a look here:
grafik

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.