Added the methods to find a char in a string:
    find_first_of, find_first_not_of
    find_last_of, find_last_not_of.

Added rfind and find for char (equivalent to find_last_of and find_first_of when
a char is used instead of a set of char (string)).
4 files changed
tree: 0ff37f0e023f29bc7b584a273cfe2440011623e7
  1. include/
  2. src/
  3. tests/
  4. Android.mk
  5. README