regex-storm icon indicating copy to clipboard operation
regex-storm copied to clipboard

$ end of text anchor not working

Open jamesjohnmcguire opened this issue 3 years ago • 5 comments

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.

jamesjohnmcguire avatar Jan 28 '22 15:01 jamesjohnmcguire

Overall, I really like the online tool!

jamesjohnmcguire avatar Jan 28 '22 15:01 jamesjohnmcguire

\d+$ works perfectly with This is test 123

EddieDemon avatar Jan 20 '23 14:01 EddieDemon

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.

jamesjohnmcguire avatar Jan 20 '23 15:01 jamesjohnmcguire

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.

EddieDemon avatar Jan 24 '23 12:01 EddieDemon

No problem. I was able to work through my regex issues, so this is not a blocking issue for me.

jamesjohnmcguire avatar Jan 25 '23 14:01 jamesjohnmcguire