Hi, is this a bug?<br><br>freeswitch@internal> regex "10"|"09|10"<br>false<br>freeswitch@internal> regex "10"|"10"<br>true<br>freeswitch@internal> regex "10"|"(09|10)"<br>
false<br>freeswitch@internal> 2009-09-27 11:47:00.815355 [ERR] switch_regex.c:101 COMPILE ERROR: 4 [missing )]["(09]<br><br><br>the first one should be true?<br>