regexp

A regular expression (regex or regexp for short) is a special text string for describing a search pattern. You can think of regular expressions as wildcards on steroids. You are probably familiar with wildcard notations such as *.txt to find all text files in a file manager. The regex equivalent is .*\.txt$.
Current version: 1.5

History

Effective Date Table ID Version Download URL Project URL Version URL
2020-12-22 10 1.5 project version
2019-01-17 9 1.5 project version
2017-07-13 8 1.5 project version
2015-06-25 7 1.5 project version
2014-03-07 6 1.5 project version
2013-09-10 5 1.5 project version
2012-10-31 4 1.5 project version
2012-05-01 3 1.5 project version