Pattern Regex fails
See original GitHub issueThe browser Regex test on the pattern attribute, currently set to [0-9]*, fails.

Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:6 (2 by maintainers)
Top 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 >
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

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.
Great. Thank you!