Menu

#4093 Regex search does not work for some numbers

minor bug
closed-invalid
nobody
regex (2)
5
2020-04-28
2020-04-27
No

If my string is:

E_77 78

and my regex search is:

\d+

or

[0123456789]+

the search will find the '78' but not the '77' as part of E_77. AFAICS a regex search should find a sequence of 1 or more digits no matter where it is in a string when I specify either of the above.

Discussion

  • Edward Diener

    Edward Diener - 2020-04-28

    This is my mistake. Please ignore. I forgot that the whole word search was on.

     
  • Matthieu Casanova

    • status: open --> closed-invalid
     

Log in to post a comment.