Skip to content

Instantly share code, notes, and snippets.

@moenk
Created February 15, 2022 12:24
Show Gist options
  • Save moenk/89304741ca48dc9ac02b17a27bff91d7 to your computer and use it in GitHub Desktop.
Save moenk/89304741ca48dc9ac02b17a27bff91d7 to your computer and use it in GitHub Desktop.
UiPath VB .net filter string by regex
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