.. _routines.strings: String functionality ==================== .. currentmodule:: numpy.strings .. module:: numpy.strings The `numpy.strings` module provides a set of universal functions operating on arrays of type `numpy.str_` or `numpy.bytes_`. For example, .. try_examples:: >>> np.strings.add(["num", "doc"], ["py", "umentation"]) array(['numpy', 'documentation'], dtype='