Regular expression library ("re")
This library includes regular expression match & replace functions.
Functions:
- re_match - check for first match in string for pattern
- re_match_all - check for all matches in string for pattern
- re_replace - replace all matches in string for pattern with the specified string
Constants:
- RE_RETURN_*** - flag constants for re_match / re_match_all