Regex
Regex copied to clipboard
The Hoa\Regex library.
The [generation rule](https://github.com/hoaproject/Regex/blob/914bfe900344bb56d8d095ac3dcbb8d6ef8ff2fd/Source/Visitor/Isotropic.php#L158) for negative character classes does not work as expected: instead of generating a character which does not belong to the character class, it generates a printable ASCII...
Hi ! ## What works * Setting a single option: `a(?i)b` * Unsetting a single option: `a(?-i)b` All the above work __only__ for the `i`, `m`, `s` and `x` options....
Hi, Parsing `[[:alnum:]]` results in `Unexpected token "[" (class_) at line 1 and column 2`. --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/53869220-no-support-for-posix-character-classes?utm_campaign=plugin&utm_content=tracker%2F6167031&utm_medium=issues&utm_source=github)** We accept bounties via...
Hi again :wink:, Parsing the pattern `[\w-]` throws `Unexpected token "-" (range) at line 1 and column 4`. When encountered at the last position of a character class, a dash...
- [ ] negative look behind, - [ ] negative look ahead, - [ ] positive look behind, - [ ] positive look ahead. --- Want to back this issue?...