-
Big fan of RegExr!
[XRegExp](https://git.io/xregexp) augments JavaScript regex syntax with additional features like named capture, the `x` flag for free spacing and line comments, and `\p{..}` for Un…
-
## Flavor Request
Reopening https://github.com/firasdib/Regex101/issues/513 . The context I'm encountering this in is KDE's [KRename](https://apps.kde.org/krename/) utility, which is likely a c…
-
Virtuoso 7.2.12 stack overflows at `compile_regex`.
PoC:
```sql
SELECT REGEXP_LIKE('A', REPEAT('(?i)(?:', 100000));
```
Backtrace:
```
#0 0xf0e308 (compile_regex+0x18)
#1 0xf14745 (compile…
-
Tempesta FW core must implement multi-pattern regular expressions to efficiently handle HTTP matching rules for filtering and configuration (see for example #471, #495, #530, #1544 with many ignored h…
-
Hi!
I am trying to print the minimized PCRE from multiple starting PCREs using fatool.
For example, I tried `^abc$` and `^abd$`, expecting something like `^ab(c|d)$`.
I expected --out 're:-' to w…
AvalZ updated
4 years ago
-
`regex` has support for `RegexBuilder::multi_line()` ([source here](https://docs.rs/regex/latest/regex/struct.RegexBuilder.html#method.multi_line)), would it be possible to add that here?
I think …
-
As far as we can use `PCRE` regex in `x-extract()` (very nice trick), you should rewrite the doc:
In https://www.benibela.de/documentation/internettools/xpath-functions.html#x-extract
s/grep…
-
This issue concerns the [`re` module](https://erldocs.com/current/stdlib/re.html).
We want to use the [regex crate](https://docs.rs/regex/1.1.0/regex/), because it's mostly PCRE compatible, but dro…
-
There are a few ways, not all public, to obtain the runtime versions of the third-party dependencies in the standard library:
* `Regex::PCRE.version : String`
* `Regex::PCRE2.version : String`
* …
-
I'm working on getting ghcjs 8.4 to work with our packages. I'm using nixpkgs on `release-18.09`, and I've modified the `ghcjs84` compiler to use revision dc190b1bb2453cfa484124e9f335ee3cad1492f7 and …
FPtje updated
5 years ago