Quantcast
Channel: UiPath Community Forum - Topics tagged error
Viewing all articles
Browse latest Browse all 4404

Regex does not work

$
0
0

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

Read full topic


Viewing all articles
Browse latest Browse all 4404

Trending Articles