xarray.DataArray.str.islower# DataArray.str.islower()[source]# Check whether all characters in each string are lowercase. Returns: islower (array of bool) – Array of boolean values with the same shape as the original array.