-
During some performance related work for a client, i realized that our images set `pcre.jit` to 0 https://github.com/uselagoon/lagoon-images/blame/main/images/php-fpm/00-lagoon-php.ini.tpl#L23-L23C9
…
-
Monte could use a core regex library/module. My preference would be PCRE compatible, however, just about any regex will do.
-
ABAP regex is different from PCRE. However, it looks to me that the transpiler uses PCRE regex.
ABAP Example (from Phone Number exercise, which works without errors in ABAP but fails in Exercism):
…
-
Thanks for the impressive library, but trying to migrate my existing code using Boost.Regex to it, I ran into the following problem: there currently doesn't seem to be any equivalent to `std::regex::i…
-
I would like a `-r/--regex` argument for setting a PCRE (or as close as possible) regex for matching files and folders to watch
-
Hi,
We recently updated to OpenSUSE 15.6 (from 15.4) and are testing an update from PHP 8.0 to 8.1 (8.1.29 currently). On the test machine where we're testing, all of a sudden I'm seeing constant P…
-
`Doc/Manual/Preface.htm` seems to imply PCRE already is a hard dependency:
> PCRE2 needs to be installed on your system to build SWIG, in particular
pcre2-config must be available. If you have PCR…
-
**Is your feature request related to a problem? Please describe.**
It's hard for even the best of us to remember that
```yaml
- pattern-regex: |
^secret:\s*(.*)$
```
will include a tra…
-
I'm not sure if this is the right place to ask, but I'm getting this error when I try to load a script with things like `[[ $var =~ pattern ]]`:
```
failed to load module `zsh/pcre': Error loading…
-
This issue is related to #737.
* Basically `en.wikipedia.org/wiki/Lausanne_Conservatory` never loads b/c of a very expensive regex operation.
* Specifically, `SPAD_-_Section_professionnelle_d'art_…