Struct liquid_lib::stdlib::Rstrip [−][src]
pub struct Rstrip;
Expand description
Removes all whitespace (tabs, spaces, and newlines) from the right side of a string.
The filter 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 Rstrip
impl UnwindSafe for Rstrip
Blanket Implementations
Mutably borrows from an owned value. Read more
Cloning of dyn ParseFilter
.