Rexpy for Generating Regular Expressions: Postcodes
Posted on Wed 20 February 2019 in TDDA • Tagged with regular expressions, rexpy, tdda
Rexpy is a powerful tool we created that generates regular expressions from examples. It's available online at https://rexpy.herokuapp.com and forms part of our open-source TDDA library.
Miró
users can use the built-in rex
command.
This post illustrates using Rexpy to find regular expressions for UK postcodes.
A …
Continue reading