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