-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
area-core-librarySDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.closed-obsoleteClosed as the reported issue is no longer relevantClosed as the reported issue is no longer relevant
Description
This issue was originally filed by mattsh@google.com
I have this program:
void main() {
print("one two three".replaceFirst("two", @"Seattle $' Portland"));
}
On dart vm, this prints (which is what is expected):
one Seattle $' Portland three
On frog, this prints:
one Seattle three Portland three
(The problem I think is related to the interpretation of $' by javascript's replace function.)
Metadata
Metadata
Assignees
Labels
area-core-librarySDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.closed-obsoleteClosed as the reported issue is no longer relevantClosed as the reported issue is no longer relevant