Contents

asciiOnlyWhitespace(_:)

Returns a regular expression that matches only ASCII characters as space characters.

Declaration

func asciiOnlyWhitespace(_ useASCII: Bool = true) -> Regex<Regex<Output>.RegexOutput>

Return Value

The modified regular expression.