Can't insatall system.text.regularexpression 4.3.1

Hi,

Guys, any idea why system.text.regularexpression 4.3.1 can’t be installed in UiPath Studio 21.6.0 beta version?

Regards,
Ray

we do import the namespace but not install any additional package
grafik

After the import we can use it within the short form like
Regex.Match(…
Regex.Replace(…

1 Like

Hi
Match is just a class which we can call by mentioning anywhere like this
System.Text.RegularExpressions.Match

We don’t need to import any namespace for that
System namespace is already included by default

Cheers @raym174

1 Like

Thank you so much. I found the solution.

1 Like

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