Crate rust_string_utils

source

Functionsยง

  • Checks if the given string is blank (contains only whitespace characters).
  • Checks if the given string is empty.
  • Joins a vector of characters into a single string, separated by a delimiter.
  • Reverses the characters in the given string.
  • Checks if the given string starts with the specified prefix.