Please help me on regex

Hello

I need an regex pattern for the follow input - Cuvânt m746463 cheie pentru NLC furnizat

Output - m746463

Hi @Clinton_Das

Try this Regex Expression

Use Assign activity

LHS - Create an Variable
RHS - System.Text.RegularExpressions.Regex.Match(“Input String”,“[A-Za-z]\d+”).Tostring.Trim

More information about regex

Hope it will work

Regards
Gokul

3 Likes

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