asciiOnlyWordCharacters(_:)
Returns a regular expression that matches only ASCII characters as word characters.
Declaration
func asciiOnlyWordCharacters(_ useASCII: Bool = true) -> Regex<Regex<Output>.RegexOutput>Parameters
- useASCII:
A Boolean value indicating whether to match only ASCII characters as word characters.
Return Value
The modified regular expression.