pregex icon indicating copy to clipboard operation
pregex copied to clipboard

PRegEx - Programmable Regular Expressions

Results 5 pregex issues
Sort by recently updated
recently updated
newest added

I am making the following code for Korean. If Korean is reflected officially, I think many Koreans will use it. :) ``` from pregex.core.classes import AnyLetter class AnyKor(AnyLetter): def __init__(self)...

This project is really cool. People (including myself) might be interested in contributing. Are you accepting Pull Requests and/or planning to add a Contributing guide?

I think adding some CI tools for testing and linting will make managing contributions easier, and it will also make PRs faster to review.

Is it possible that in the docs, the pregex.core.pre is almost empty, and methods such as get_captures and get_named_captures do not appear in the index (they do appear in the...