Search on regexp characters broken by v2.3.0
See original GitHub issueI found a problem caused by a different version.
I can’t search the symbols #
, .
and -
when using a var 2.3.0.
For example, here is the code. https://jsfiddle.net/qrhd438e/
In case of I use var 1.5.0 result shows ‘Mark #Twain’, But var 2.3.0 shows nothing.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Which regular expression operator means 'Don't' match this ...
Any way to do this without using negated character classes? I dislike having to use an entire class when it is just for...
Read more >re — Regular expression operations — Python 3.11.1 ...
Source code: Lib/re/ This module provides regular expression matching operations similar to those found in Perl. Both patterns and strings to be searched ......
Read more >Regex Tutorial - Non-Printable Characters
Non-Printable Characters ... You can use special character sequences to put non-printable characters in your regular expression. Use \t to match a tab...
Read more >Regex.Match Method (System.Text.RegularExpressions)
Searches an input string for a substring that matches a regular expression ... NET Framework, 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2,...
Read more >Regular Expression Examples - the Tcler's Wiki!
The set of regular expression special characters: '] [ $ ^ ? ... [0-9])$} $IP $string match v1 v2 v3 v4]} {puts "$v1$v2$v3$v4"}...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I suggest renaming this issue to something specific, like “Search on regexp characters broken by v2.3.0”
I am expecting great things of you! What do you think of this issue? https://github.com/javve/list.js/issues/698