Simpleregex

Latest version: v0.1.10

Safety actively analyzes 622163 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.1.10

What's Changed
* Introduce separate workflows for pypi publish by Solarden in https://github.com/netguru/SimpleRegEx/pull/42
* [BN-4534] fix tests; adjust docstrings by kacperstasica in https://github.com/netguru/SimpleRegEx/pull/43
* Enhance documentation; bugfixes by kacperstasica in https://github.com/netguru/SimpleRegEx/pull/44
* Update documentation about releasing new version by Solarden in https://github.com/netguru/SimpleRegEx/pull/45

New Contributors
* kacperstasica made their first contribution in https://github.com/netguru/SimpleRegEx/pull/43

**Full Changelog**: https://github.com/netguru/SimpleRegEx/compare/v0.1.9...v0.1.10

0.1.9

First release :tada:

- One can compile or return regex pattern
- Updated docs

New functionalities:
- none_or_many(what: RegEx) -> RegEx
- one_or_more(what: RegEx) -> RegEx
- none_or_one(what: RegEx) -> RegEx
- any_of_char(items: str) -> RegEx
- regex_range(min: str, max: str) -> RegEx
- group(what: RegEx, name=None, non_capturing=False) -> RegEx
- look_ahead(what: RegEx, negative=False) -> RegEx
- look_behind(what: RegEx, negative=False) -> RegEx
- any_of_characters(regex_list: List[str]) -> RegEx
- times(what: RegEx, min: int, max: int = None) -> RegEx
- repeat(what: RegEx, count: int) -> RegEx
- negate(what: RegEx) -> RegEx

You can find more information in [documentation](https://github.com/netguru/SimpleRegEx/blob/main/docs/index.md).

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.