Binary Moduleswift 6.0.1_StringProcessing
_StringProcessing
import _StringProcessing
Module information
- Declarations
- 157
- Symbols
- 223
Uncategorized
Protocols
protocol CustomConsumingRegexComponent
protocol RegexComponent<RegexOutput>
A type that represents a regular expression.
Types
struct AnyRegexOutput
The type-erased, dynamic output of a regular expression match.
struct Regex<Output>
A regular expression.
struct RegexRepetitionBehavior
Specifies how much to attempt to match when using a quantifier.
struct RegexSemanticLevel
A semantic level to use during regex matching.
struct RegexWordBoundaryKind
A word boundary algorithm to use during regex matching.