Created
February 15, 2022 12:24
-
-
Save moenk/89304741ca48dc9ac02b17a27bff91d7 to your computer and use it in GitHub Desktop.
UiPath VB .net filter string by regex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
strID = System.Text.RegularExpressions.Regex.Replace(strID, "[^0-9a-zA-Z]+", "") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment