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.

Pattern Regex fails

See original GitHub issue

The browser Regex test on the pattern attribute, currently set to [0-9]*, fails.

image

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
jxomcommented, May 15, 2018

Hey @andrewmartin, thanks for raising this. I’ll add an ‘up for grabs’ label on this, and I’ll fix it when I find the time. If anyone else wants to raise a PR, that’ll be sweet.

0reactions
advance512commented, Jul 16, 2018

Great. Thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

A Regex that will never be matched by anything - Stack Overflow
means "fail the match if an empty string exists at the current position in the string to be matched." In regex logic, there...
Read more >
Regular Expression Tricks - RexEgg
Forcing Failure: Regex Constructs that Never Match. Sometimes, you want to stop the regex engine in its track by throwing in an expression...
Read more >
Why Regex Failed - MSDN
Hi, When doing a Regular Expression match,if the match fails how to find why the match failed or where(index position) where the match...
Read more >
Methods of the PatternSyntaxException Class
A PatternSyntaxException is an unchecked exception that indicates a syntax error in a regular expression pattern. The PatternSyntaxException class provides ...
Read more >
Regular Expression Protection policy deployment error ...
Examine all the <Pattern> elements in the failed Regular Expression Protection policy XML. Check if any of the <Pattern> elements has an invalid ......
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