Home » U++ Library support » U++ Library : Other (not classified elsewhere) » RegExp
RegExp [message #54846] |
Mon, 21 September 2020 12:09 |
aquilarubra
Messages: 24 Registered: December 2019
|
Promising Member |
|
|
Hi, I'm experiencing some issues with RegExp.
When doing a simple match, all is fine *if* a match is found. Otherwise, I get this error:
Assertion failed in D:\Upp/uppsrc/Core/\/cont.h, line 119
i >= 0 && i < items
Then, I need to do a multiline search, and it basically never goes past a single line, giving the error above. I use x.SetOptions(RegExp::MULTILINE), but it doesn't work even if I pass the option directly in the constructor.
|
|
|
Goto Forum:
Current Time: Fri Dec 13 23:04:28 CET 2024
Total time taken to generate the page: 0.03236 seconds
|