regex-storm
regex-storm copied to clipboard
$ end of text anchor not working
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 issue, but I seem to recall I was using something like:
\d+$
To catch digits at the end of text input.
Overall, I really like the online tool!
\d+$
works perfectly with This is test 123
I seem to recall it involves having several lines of text in the input textbox. One line does indeed work fine, but with several lines, none are catched. Clicking the single-line or multi-line options do not seem to make a difference either.
Thanks for checking up on this.
Hmm, it's a server-side issue. Returned markup shows this. Should be tested further. For the time being, you could try regex101.com, they recently added .Net support as well.
No problem. I was able to work through my regex issues, so this is not a blocking issue for me.