Crate without_ats

Crate without_ats 

Source
Expand description

§without_ats

A one-function library with a function to remove every occurence of "@...@" from a string.

This is useful for us to remove the diacritics from analyser output.

Functions§

without_ats
Return a new String from the input s, where everything enclosed in @...@ has been removed from s. Example:
without_ats_iter
Return an iterator of all the string slices of s that are not “enclosed” in “@..@”.