Anders429 / word_filter

A Word Filter for filtering text.
Apache License 2.0
1 stars 0 forks source link

`find_raw()` method to find raw matched strings #72

Closed Anders429 closed 3 years ago

Anders429 commented 3 years ago

A find_raw() method could be added to find raw matched strings from within the source string. It could return an Iterator over &strs referencing the source string.