pystr_isspace: Check if a string is whitespace.

Description Usage Arguments Value References Examples

Description

Return TRUE if there are only whitespace characters in the string and there is at least one character, FALSE otherwise.

Usage

1

Arguments

str

A character vector.

Value

A logical vector.

References

https://docs.python.org/3/library/stdtypes.html#str.isspace

Examples

1
2

pystr documentation built on April 15, 2017, 12:30 a.m.

Related to pystr_isspace in pystr...