Return (a % i), that is pre-Python 2.6 string formatting (iterpolation), element-wise for a pair of array_likes of str or unicode.
| Parameters : | a : array_like of str or unicode values : array_like of values 
  | 
|---|---|
| Returns : | out : ndarray 
  | 
See also
str.__mod__