Structs§
Traits§
Functions§
- camel_
case - capitalize
- chunk
- compact
- concat
- create_
html_ entities_ map - difference
- drop
- drop_
right - ends_
with - escape
- fill
- fill_
range - find
- find_
index - head
- is_
array - join
- last
- lower_
case - pull
- remove_
if - repeat
- reverse
- slice
- snake_
case - sort
- split
- starts_
with - to_
lower - to_
upper - trim
- Trims whitespace from both ends of a string
- trim_
chars - Trims specified characters from both ends of a string
- trim_
end - Trims whitespace from the end of a string
- trim_
end_ chars - Trims specified characters from the end of a string
- trim_
start - Trims whitespace from the start of a string
- trim_
start_ chars - Trims specified characters from the start of a string
- truncate
- truncate_
by_ separator - truncate_
simple - unescape
- uniq
- xor