Module str_util

Module str_util 

Source
Expand description

String helpers.

Structs§

GlobPattern
A wrapper for Glob and its matcher with a more concise Debug impl.

Enums§

StringExpression
AST-level representation of the string matcher expression.
StringMatcher
Matcher for strings and bytes.
StringPattern
Pattern to be tested against string property like commit description or bookmark name.
StringPatternParseError
Error occurred during pattern string parsing.