Re: [blink-dev] Intent to Ship: RegExp.escape

2025-03-27 Thread Woody
It seems like shipped in 136; should we update the milestone if so? https://chromiumdash.appspot.com/commit/bb205a92ead761e2532c07f87c3c0f9223f69112 -- You received this message because you are subscribed to the Google Groups "blink-dev" group. To unsubscribe from this group and stop receiving e

Re: [blink-dev] Intent to Ship: RegExp.escape

2025-02-24 Thread TAMURA, Kent
LGTM3 On Tue, Feb 25, 2025 at 2:22 PM Domenic Denicola wrote: > LGTM2 > > On Mon, Feb 24, 2025 at 11:52 PM Mike Taylor > wrote: > >> LGTM1 >> On 2/21/25 7:38 PM, Chromestatus wrote: >> >> Contact emails s...@chromium.org >> >> Explainer None >> >> Specification https://tc39.es/proposal-regex-e

Re: [blink-dev] Intent to Ship: RegExp.escape

2025-02-24 Thread Domenic Denicola
LGTM2 On Mon, Feb 24, 2025 at 11:52 PM Mike Taylor wrote: > LGTM1 > On 2/21/25 7:38 PM, Chromestatus wrote: > > Contact emails s...@chromium.org > > Explainer None > > Specification https://tc39.es/proposal-regex-escaping > > Summary > > RegExp.escape is a static method that takes a string and r

Re: [blink-dev] Intent to Ship: RegExp.escape

2025-02-24 Thread Mike Taylor
LGTM1 On 2/21/25 7:38 PM, Chromestatus wrote: Contact emails s...@chromium.org Explainer None Specification https://tc39.es/proposal-regex-escaping Summary RegExp.escape is a static method that takes a string and returns an escaped version that may be

[blink-dev] Intent to Ship: RegExp.escape

2025-02-21 Thread Chromestatus
Contact emails s...@chromium.org Explainer None Specification https://tc39.es/proposal-regex-escaping Summary RegExp.escape is a static method that takes a string and returns an escaped version that may be used as a pattern inside a regular expression. For example, copied from the proposal