
15 Apr
2008
15 Apr
'08
9:12 p.m.
Hi All I'm just wondering; what kind of optimizations does the regex library come with? i.e if I was to say ^(string1|string2|string3), does it result in same performance as using ^string[123]? Thanks