Crate verify_string

source ·

Structs§

Enums§

Constants§

Traits§

Functions§

  • Trim the given characters from the left side of the string.
  • Check if a character is present in a string, excluding the beginning and end
  • Create a regex that matches any of the characters in the provided list.
  • Check if a character is present at the beginning or end of a string
  • Trim the given characters from the right side of the string.
  • Trim the given characters from both sides of the string.