<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Use a regex to check if a test step is for JavaScriptCore"
href="https://bugs.webkit.org/show_bug.cgi?id=159224#c6">Comment # 6</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Use a regex to check if a test step is for JavaScriptCore"
href="https://bugs.webkit.org/show_bug.cgi?id=159224">bug 159224</a>
from <span class="vcard"><a class="email" href="mailto:svijayaraghavan@apple.com" title="Sri Vijayaraghavan <svijayaraghavan@apple.com>"> <span class="fn">Sri Vijayaraghavan</span></a>
</span></b>
<pre>(In reply to <a href="show_bug.cgi?id=159224#c5">comment #5</a>)
<span class="quote">> /(?=.*test)(?=.*jsc)/ or /(?=.*test)(?=.*jsc)/ would work, as would using
> two regexes. Will upload after testing locally.</span >
Meant to say /(?=.*test)(?=.*jsc)/ or /(?=.*jsc)(?=.*test)/, since they are equivalent.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>