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.

Application crash. Regex syntax error

See original GitHub issue

v1.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:closed
  • Created a year ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
serpro69commented, Aug 11, 2022

Thanks for the confirmation.

0reactions
serpro69commented, Aug 11, 2022

version 1.12.0-rc.2 is released to central and should soon be available.

Read more comments on GitHub >

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

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