commit | 9c26e80f62c7792469249d32cdbc5fbdaf3e35a1 | [log] [tgz] |
---|---|---|
author | Mike Nazarewicz <mpn@google.com> | Thu Jan 09 21:43:59 2014 -0500 |
committer | Russ Cox <rsc@swtch.com> | Thu Jan 09 21:43:59 2014 -0500 |
tree | b4bbc488affd69ee1b51ef154dded32bd092687b | |
parent | 59d96121fea1bab268b5969b2a7344f0bdfdaeb0 [diff] |
re2: add dot_nl to the RE2::Options class This allows clients to set the āsā flag by default for a given regular expression without the need to mess with the pattern by prefixing it with ā(?s)ā. This matters if the pattern comes from the user. Fixes issue 70. R=rsc CC=re2-dev https://codereview.appspot.com/44070048