RE2 is an efficient, principled regular expression library that has been used in production at Google and many other places since 2006. Safety is RE2's primary goal. RE2 was designed and implemented ...
GrepFunc provide a single function, grep, which imitates Unix's grep functionality, but operate on lists and variables instead of files. The function accept a single string, an iterable, or an opened ...