Crate string_patterns
source ·Traits
- Methods to validate strings with character classes
- Method to check if the string may be parsed to an integer or float
- Return the indices of all ocurrences of a character
- Provides methods to match and replace with multiple patterns expressed as arrays of tuples or simple strs (for pattern_match_many_ci and pattern_match_many_cs)
- Core regular expression replacement methods
- Converts arrays or vectors of strs to a vector of owned strings