Module fancy_regex

Source
Available on crate feature fancy-regex only.
Expand description

Extensions for fancy_regex crate.

Structs§

PySplit
An iterator that splits a string by a regex pattern, similar to Python’s re.split().

Traits§

FancyRegexExt
Extension trait for fancy_regex::Regex to provide more convenient methods.