Struct liquid_lib::stdlib::Strip [−][src]
pub struct Strip;
Expand description
Removes all whitespace (tabs, spaces, and newlines) from both the left and right side of a string.
It does not affect spaces between words. Note that while this works for the case of tabs,
spaces, and newlines, it also removes any other codepoints defined by the Unicode Derived Core
Property White_Space
(per rust
documentation.
Trait Implementations
Filter input
based on arguments
.
Auto Trait Implementations
impl RefUnwindSafe for Strip
impl UnwindSafe for Strip
Blanket Implementations
Mutably borrows from an owned value. Read more
Cloning of dyn ParseFilter
.