-
How are you suppose to allow a compiled regex pattern to be matched from multiple threads concurrently.
If I have a jit stack that is thread local but the pcre2_match_context is effectively tied t…
-
Dodo used (read: stole) the `e//` notation from the ed school of syntax, most other users of this syntax support regex matching and this was always a potential feature for dodo.
PCRE is probably too …
-
### Enhancement
Currently rsyslog makes use of POSIX regular expressions (both BRE and ERE) exposing this in the `re_match()` function.
https://www.rsyslog.com/doc/v8-stable/rainerscript/functions…
-
### Is your feature request related to a problem?
I'd like to consolidate many schema by a simple route config.
### Describe the feature you'd like
if there are databases for source like
* mer…
-
Virtuoso 2201B Error SR098: regexp error at '\u00a7' column 1 (PCRE does not support \L, \l, \N, \U, or \u)
SPARQL query:
define sql:big-data-const 0
#output-format:text/html
define sql:signal-void-…
-
As implemented by [Boost](http://www.boost.org/doc/libs/1_46_0/libs/regex/doc/html/boost_regex/syntax/basic_extended.html), for example.
-
Consider the regex `(a*)*` .
Currently the recursive, recursiveloop and backtrack implementations **abort** on it.
(BTW, this particular infinite loop, in which the PC is incremented without eventuall…
ampli updated
9 years ago
-
Tcl's regex engine is not as feature complete as PCRE and therefore does not support the use of backreferences in negative lookaheads. This means very useful regex patterns cannot be used to combat a…
empus updated
4 years ago
-
When a "regular expression is too large" error happens, you may not see the cause of the error, because the aforementioned explanatory message shows horizontally after the regular expression, which as…
-
I would like to request the `\G` assertion. It should behave just like [Java Regex's `\G`](https://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html#:~:text=The%20end%20of%20the%20previou…