-
I have this PHP script i'm trying to convert to haskell to see how scripting works.
```php
-
### Description
A rather simple anchored pattern produces different results with and without the PCRE JIT when applied to a string just over 8192 characters. The JIT result is wrong.
[3v4l.org lin…
-
## Why
Because PCRE is not the fastest engine available RE2 by google is faster
## References
http://sljit.sourceforge.net/regex_perf.html
http://code.google.com/p/re2/
-
Hello. I have the following regex:
```c++
#include "ctll/fixed_string.hpp"
#include "ctre.hpp"
static constexpr auto ptv_regex = ctll::fixed_string(
"^(\\d+)(?:[vV](\\d+))?[Pp][Tt][Vv](?…
-
Any plan to add LUA support?
I find myself needing more capable regex engine for my proxy rules, and the old PCRE doesn't cut it.
-
**Description**
During my tries to figure out the regex syntax for minion ID / compound targeting as described e.g. in https://docs.saltproject.io/en/latest/topics/targeting/globbing.html#regular-ex…
-
```
Hello! I wonder if it's right to ask the question here.
I met some problems in installing crack-0.7.1 on ubuntu 11.10.
The 'configure' and 'make' steps both went well. But during the 'make instal…
-
```
Hello! I wonder if it's right to ask the question here.
I met some problems in installing crack-0.7.1 on ubuntu 11.10.
The 'configure' and 'make' steps both went well. But during the 'make instal…
-
This is a long-standing issue that just reared it's head again in https://github.com/RobotLocomotion/drake/pull/4256 .
I decided that I should cross-post so that others are aware. Unfortunately, t…
-
``` haskell
import Text.Regex.PCRE
main :: IO ()
main = do
putStrLn ("R X" =~ "[^ ]+")
putStrLn ("ℝ X" =~ "[^ ]+")
```
returns
```
R
ℝ X
```
The first is correct, but the second is wrong, it s…