[–] tristanperry 12y ago ↗ You might need to click "Search instead for" to trigger the 'correct' search.It's also odd how:<script[ \\to[^<](?:(?!<\\/script>)<[^<])<\\/script[ \\t]?>runs in <0.5 seconds, whilst:<script[ \\t]?\\b[^<](?:(?!<\\/script>)<[^<])<\\/script[ \\t]?>runs in >2.5 seconds?
[–] CharlesW 12y ago ↗ Wow, I've never seen this kind of Google search before. I wasn't able to find documentation for it — would someone be kind enough to post a link?
2 comments
[ 4.1 ms ] story [ 16.8 ms ] threadIt's also odd how:
<script[ \\to[^<](?:(?!<\\/script>)<[^<])<\\/script[ \\t]?>
runs in <0.5 seconds, whilst:
<script[ \\t]?\\b[^<](?:(?!<\\/script>)<[^<])<\\/script[ \\t]?>
runs in >2.5 seconds?