zeusdeux / re2

Automatically exported from code.google.com/p/re2
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

RE2 #104

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
how to add statement if i want to have multiple regular expressions in single 
object?
e.g
RE2 re1 ("abc | pqr");

is it possible ?

Original issue reported on code.google.com by nitin.hp...@gmail.com on 28 Jan 2014 at 5:39

GoogleCodeExporter commented 9 years ago
Yes, you write it exactly as you have, except without the spaces around |.

Original comment by rsc@golang.org on 10 Feb 2014 at 3:49