philnash@programming.dev to Programming@programming.devEnglish · 2 years agoA comprehensive guide to the dangers of Regular Expressions in JavaScriptwww.sonarsource.comexternal-linkmessage-square15linkfedilinkarrow-up1107arrow-down12cross-posted to: regex@programming.devjavascript@programming.dev
arrow-up1105arrow-down1external-linkA comprehensive guide to the dangers of Regular Expressions in JavaScriptwww.sonarsource.comphilnash@programming.dev to Programming@programming.devEnglish · 2 years agomessage-square15linkfedilinkcross-posted to: regex@programming.devjavascript@programming.dev
minus-squareburntsushi@programming.devlinkfedilinkEnglisharrow-up3·2 years agoBoth Perl and Python use backtracking regex engines and are thus susceptible to similar problems as discussed in the OP.
Both Perl and Python use backtracking regex engines and are thus susceptible to similar problems as discussed in the OP.