Re-extensions

Latest version: v0.0.6

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

Scan your dependencies

0.0.6

What's Changed
* Removed `real_findall()` - use `smart_finditer()` or `line_finditer()` instead.


**Full Changelog**: https://github.com/Chitaoji/re-extensions/compare/v0.0.5...v0.0.6

0.0.5

What's Changed
* New (advanced) regex operations `smart_finditer()` and `line_finditer()`.
* Removed `pattern_inreg()` because it has the same functionality as `re.escape()` - use that instead.


**Full Changelog**: https://github.com/Chitaoji/re-extensions/compare/v0.0.4...v0.0.5

0.0.4

What's Changed
* New string operation `quote_collapse()`.
* Renamed the namespace `Smart` as `smart`. Please run `from re_extensions import smart` to activate this namespace.
* Bugfix for `rsplit()`;


**Full Changelog**: https://github.com/Chitaoji/re-extensions/compare/v0.0.3...v0.0.4

0.0.3

What's Changed
* The basic structure of the package is completed, including:
* advanced regex operations `smart_search()`, `smart_match()`, `smart_fullmatch()`, `smart_sub()`, `smart_subn()`, and `smart_split()`;
* new regex operations `rsplit()`, `lsplit()`, `line_findall()`, and `real_findall()`;
* string operations `counted_strip()`, `line_count()`, `line_count_iter()`, and `word_wrap()`;
* utility classes `Smart`, `SmartPattern` and `SmartMatch`;
* and other utility functions: `find_right_bracket()`, `find_left_bracket()`, and `pattern_inreg()`.



**Full Changelog**: https://github.com/Chitaoji/re-extensions/compare/v0.0.2...v0.0.3

0.0.2

What's Changed
* Bugfix for `setup.py`.


**Full Changelog**: https://github.com/Chitaoji/re-extensions/compare/v0.0.1...v0.0.2

0.0.1

What's Changed
* Initial release by Chitaoji.

New Contributors
* Chitaoji made their first contribution in https://github.com/Chitaoji/re-extensions/pull/1

**Full Changelog**: https://github.com/Chitaoji/re-extensions/commits/v0.0.1

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.