Commit cf87e839 authored by Geoff Simmons's avatar Geoff Simmons

Update README

parent 57f096a1
......@@ -315,7 +315,7 @@ regex(...)
::
new xregex = regex(
new xregex = re2.regex(
STRING pattern,
BOOL utf8=0,
BOOL posix_syntax=0,
......@@ -868,7 +868,7 @@ set(...)
::
new xset = set(
new xset = re2.set(
ENUM {none, start, both} anchor=none,
BOOL utf8=0,
BOOL posix_syntax=0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment