Skip to content

Instantly share code, notes, and snippets.

@fenollp
Created January 22, 2016 18:38
Show Gist options
  • Save fenollp/4ae66161ab078931b3c3 to your computer and use it in GitHub Desktop.
Save fenollp/4ae66161ab078931b3c3 to your computer and use it in GitHub Desktop.
/(where|and|or)\s*([^\s=]*?)\s*(=|<>|>=|=<|>|<)\s*(\\"|")([^\4]*?)\4/g
MATCH_NUM,GROUP,START,END,VALUE
1,1,1231,1236,"where"
1,2,1237,1245,"pres_uri"
1,3,1245,1246,"="
1,4,1246,1247,""""
1,5,1247,1281,"sip:[email protected]"
2,1,1283,1286,"and"
2,2,1287,1293,"callid"
2,3,1293,1294,"="
2,4,1294,1295,""""
2,5,1295,1325,"[email protected]"
3,1,1327,1330,"and"
3,2,1331,1343,"watcher_user"
3,3,1343,1344,"="
3,4,1344,1346,"\"""
3,5,1346,1355,"995582134"
4,1,1400,1403,"and"
4,2,1404,1411,"to_user"
4,3,1411,1412,"="
4,4,1412,1413,""""
4,5,1413,1424,"user_7z7b6s"
5,1,1426,1429,"and"
5,2,1430,1439,"to_domain"
5,3,1439,1440,"="
5,4,1440,1441,""""
5,5,1441,1459,"teste.sip.90e9.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment