Hi @rajthyaga53
Welcome to Uipath community
How about this regex expression
System.Text.RegularExpressions.Regex.Match(YourString,"(?<=short\wdescription\s+)\S.*").ToString
Regards
Gokul
i can understand that you have matched string value , but real scenario is short-description will be changing from each mail, it will not be fixed string value. thank you
in the screenshot i attached, i need to extract short-description data, which may change for every new mail
yeah ok, i’ll try the regex expression and let you know
Hi , sorry for the delay,
in the expression you have provided, " YourString " is static right?
but in my case the extracting data will be non-static.
im trying to extract whatever comes after ’ short-description’ ,
the data might change for every new mail