Remix.run Logo
ok_dad 5 hours ago

Go stdlib regexp package does not support back references, as it uses the RE2 engine. You can use them in replace but not matching.

masklinn 4 hours ago | parent [-]

Regexp does not use re2, it is a separate implementation of the same concepts.