chararray.base Base object if memory is from some other object. Examples
chararray.index(sub, start=0, end=None)
chararray.itemsize Length of one array element in bytes. Examples
chararray.isdigit()
chararray.isnumeric()
chararray.find(sub, start=0, end=None)
chararray.startswith(prefix, start=0, end=None)
chararray.strip(chars=None)
chararray.setfield(val, dtype, offset=0) Put a value into a specified place in a field defined by
chararray.copy(order='C') Return a copy of the array.
Page 7 of 8