chararray.ljust(width, fillchar=' ')
chararray.squeeze(axis=None) Remove single-dimensional entries from the shape of a.
chararray.isupper()
chararray.rfind(sub, start=0, end=None)
chararray.endswith(suffix, start=0, end=None)
chararray.index(sub, start=0, end=None)
chararray.repeat(repeats, axis=None) Repeat elements of an array. Refer to
chararray.itemsize Length of one array element in bytes. Examples
chararray.dumps() Returns the pickle of the array as a string. pickle.loads or numpy.loads will convert
chararray.isalnum()
Page 9 of 13