Skip to main content

NoWhitespaceString

A string that contains no whitespace characters.

Underlying type: string

Constraints

  • Allows only strings that contain no whitespace characters. (NoWhitespaceConstraint, pattern: ^\S+$)

Used By