rubular.com
Probably not news to many on this site but I'm finding it very useful in developing regex patterns to match/validate data that is being imported from Excel into db tables. Using System.Text.RegularExpressions.Regex and CLR.
Also of interest for RegEx testing:
https://regex101.com/
https://regexr.com/
https://www.regextester.com/
Each of them has their own perks & quirks regarding the libraries of things for which they have pre-built regex patterns to perform validation tests. anything from URLs, DNS names & IP addresses, phone numbers, SS #s, addresses, GUID/UUID values, file system paths in various local/native [e.g drive letter] or network [UNC] notations, etc...
Quote from: ChuckC on June 26, 2020, 06:36:33 AM
Also of interest for RegEx testing:
https://regex101.com/ (https://regex101.com/)
https://regexr.com/ (https://regexr.com/)
https://www.regextester.com/ (https://www.regextester.com/)
show off: :( :( :(
just kidding. I'm actually in a bind as a WB exe I have been using is no longer authorized so have to convert to PS. Hopefully I can convince the people in the new section I'm assigned to that buying a WB license is a no brainer. Rubular seems to conform to PS Regex as probably all you suggested do as well.