[Webkit-unassigned] [Bug 273254] Regex replacement differs from v8
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed May 15 01:35:27 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=273254
--- Comment #2 from Karl Dubost <karlcow at apple.com> ---
Thanks for the report.
I can confirm the output.
string: "<TData = SettingsControllerGetAllResponse>("
then
.replace(
/(?<=TData = |<)(\w+(?:Error|Response))/g,
"foo"
)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240515/a981849d/attachment.htm>
More information about the webkit-unassigned
mailing list