isNotWhitespace

Ensures that a string does not contain only whitespace characters.

Arg!S
isNotWhitespace
(
S
)
()
if (
isSomeString!S
)

Parameters

arg Arg!S

A wrapped argument, obtained with ensure.

Throws

EnsureException when validation fails.

See Also

ensure

Meta

Authors

Tony J. Hudgins