Standard.BaseDataTextis_whitespaceOn this pageText.is_whitespace is_whitespace Group: Logical Documentation Checks if the text consists only of whitespace characters. Examples Check if a text is whitespace only. ' \t'.is_whitespace == True "0 ".is_whitespace == False