Please help me on regex

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