Comment on A comprehensive guide to the dangers of Regular Expressions in JavaScript

<- View Parent
philnash@programming.dev ⁨1⁩ ⁨year⁩ ago

JavaScript’s regex engine isn’t the only one to have these problems. There certainly are other implementations, like Re2 and Rust’s implementation, that don’t have this issue. But they also lack some of the features of the JS implementation too.

source
Sort:hotnewtop