Hello Guys,
few days ago a had got a regex formula to get a telephone number from a string it works in uipath but when i used it in a c# code:
string labphone = System.Text.RegularExpressions.Regex.Match(item, @"(?<=l:|l :).[0-9\s0-9\W]").Value;
it did not work, also when testing the regex alone:
11 posts - 5 participants