bug606882-2.js (412B)
1 // don't crash 2 var book = 'Ps'; 3 var pattern = "(?:" 4 + "(?:" 5 + "(?:" 6 + "(?:-|)" 7 + "\\s?" 8 + ")" 9 + "|" 10 + ")" 11 + " ?" 12 + "\\d+" 13 + "\\w?" 14 + ")*"; 15 var re = new RegExp(pattern); 16 '8:5-8'.match(re);
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |