chararray.isalnum()
chararray.ljust(width, fillchar=' ')
chararray.repeat(repeats, axis=None) Repeat elements of an array. Refer to
chararray.rfind(sub, start=0, end=None)
chararray.isupper()
chararray.index(sub, start=0, end=None)
chararray.itemsize Length of one array element in bytes. Examples
chararray.dump(file) Dump a pickle of the array to the specified file. The array can be read back with
chararray.base Base object if memory is from some other object. Examples
chararray.endswith(suffix, start=0, end=None)
Page 6 of 8