105
A comprehensive guide to the dangers of Regular Expressions in JavaScript
(www.sonarsource.com)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
Am I the only one shocked to learn that to find something at the end of a string it starts at the beginning? Perhaps it's because of the simplicity of the example but I expected it to start at the end.