Matthew Barnett is announcing that regex with version number 2015.05.28 is already available to download.
What is regex ?
regex is A complex Python module created as an alternative to Python’s built-in “re”, a function for regular expression matching and manipulation .
The regex module is still in its incipient stages of development.Nevertheless, it still outdoes and outclasses the default “re” module by a long shot.While the original “re” module was focused on porting similar functionality found in Perl, regex also ports regular expression manipulation techniques found in other programming languages as well.The core of the module is actually made of two parts, one for supporting original “re” features, and one for implementing the new regex functions.
This is changelog for regex version 2015.05.28 :
You can read the complete changelog and also download this latest version on their homepage: code.google.com