Expand description
This crate contains two elements: trait Strip and function mutual_strip allowing strippig a sequence from the both sides of string simultaneously
Traits§
- Mutual
Strip - Trait implementing a mutual_strip method for String and &str structures. This method strips argument sequense from the both sides of the string
Functions§
- mutual_
strip - Function striping the second argument sequence from the both sides of the string in the first argument