question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Search on regexp characters broken by v2.3.0

See original GitHub issue

I 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:open
  • Created 3 years ago
  • Reactions:1
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
sheffieldnickcommented, Dec 3, 2020

I suggest renaming this issue to something specific, like “Search on regexp characters broken by v2.3.0”

1reaction
machupichu123commented, Dec 3, 2020

I am expecting great things of you! What do you think of this issue? https://github.com/javve/list.js/issues/698

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found