seven800·9 jaar geleden·discussI created a little web app to generate strings which match a given regex: http://regexicon.comIt's useful to ensure you're not matching things that you don't mean to, which is a problem I often see when code reviewing regex.
seven800·9 jaar geleden·discussYou might also be interested in a tool I made which generates random strings that match a given regex:http://regexicon.com/Very useful when code reviewing other people's regular expressions.
It's useful to ensure you're not matching things that you don't mean to, which is a problem I often see when code reviewing regex.