FsFlow.CheckModule.okIfBlank
Returns success when the string is blank.
Parameters
str: The string to check.
Returns
A Check that succeeds if the string is null, empty, or whitespace.
Returns success when the string is blank.
str: The string to check.A Check that succeeds if the string is null, empty, or whitespace.