Functions

  • Returns a function that checks if the given &str contains another &str.
  • Returns a function that checks if the given &str contains optional &str.
  • Returns a function that checks if the given string contains another string when the one exists.
  • Returns a function that checks if the given string does not contain optional &str.