regex-storm
regex-storm copied to clipboard
Regex Storm, online .NET-based regular expressions tester and resource.
There seems to be an issue with https://regexstorm.net, only http version works for me right now.
Perhaps I was misunderstanding my attempted regexes but trying to use $, as an indicator of the end of text input, didn't seem to work. I've moved on from the...
Hi, just tried: Patterrn: @"^(\\+|\d)" this should match '+' or '0' (from input1: @"+" or imput2="0"), but it doesn't. Only '0' is asserted as matching. When remove ^ and pattern...