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
Stringfrom the inputs, where everything enclosed in@...@has been removed froms. Example: - without_
ats_ iter - Return an iterator of all the string slices of
sthat are not “enclosed” in “@..@”.