Application crash. Regex syntax error
See original GitHub issuev1.12.0-rc.0 Use simple init:
val config = fakerConfig { locale = "en" }
val faker = Faker(config)
Get error: Caused by: java.util.regex.PatternSyntaxException: Syntax error in regexp pattern near index 26 #{(?!\d)(\p{L}+.)?(.*?)}
If I use v1.11.0 - no exception occurs
Issue Analytics
- State:
- Created a year ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Application crashes on IE11 and lower, Syntax error #5832
Got console error - "Syntax error" after running npm start command. Debugger points to ansi-regex dependecy in node-modules, the problem is ...
Read more >Regular Expression stop crashing - Stack Overflow
A regex is the wrong way to validate dates and times. Use DateTime.TryParse instead. EDIT: Here's an example: using System; using System.
Read more >Syntax error in regexp pattern near index 1 + - Bugzilla@Mozilla
Crash in java.util.regex.PatternSyntaxException: Syntax error in regexp pattern near index 1 + ... Looper.loop(Looper.java:164) at android.app.
Read more >A complex Regular Expression function returns NULL or ...
A complex Regular Expression function returns NULL or causes the Spotfire client to crash.
Read more >ActivePerl 5.32 Documentation - ActiveState Platform Documentation
For certain types of syntax error in a regular expression pattern, the error message ... used to crash, but no longer do, but...
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
Thanks for the confirmation.
version
1.12.0-rc.2
is released to central and should soon be available.