^txt2regex$
This article may have been previously nominated for deletion: Wikipedia:Articles for deletion/^txt2regex$ exists. It is proposed that this article be deleted because of the following concern:
If you can address this concern by improving, copyediting, sourcing, renaming, or merging the page, please edit this page and do so. You may remove this message if you improve the article or otherwise object to deletion for any reason. Although not required, you are encouraged to explain why you object to the deletion, either in your edit summary or on the talk page. If this template is removed, do not replace it. This message has remained in place for seven days, so the article may be deleted without further notice. Find sources: "^txt2regex$" – news · newspapers · books · scholar · JSTOR Timestamp: 20241115215033 21:50, 15 November 2024 (UTC) Administrators: delete |
Original author(s) | Aurelio Jargas[1] |
---|---|
Initial release | 23 February 2001[1] |
Stable release | |
Repository | github |
Written in | Bash |
License | GNU General Public License |
Website | aurelio |
^txt2regex$ is a regular expression wizard that leads the user through the construction of a regular expression by asking a series of questions. The regular expression is generated in the notation used by awk, ed, egrep, Emacs, expect, find, grep, lex, Lisp, MySQL, OpenOffice.org, Perl, PHP, PostgreSQL, Procmail, Python, Sed, Tcl, VBscript, Vi, and Vim. It is a useful tool for users with little or no knowledge of regular expressions and so is included in several Linux distributions, including Debian, Fedora, Gentoo, Knoppix, and Mandriva, in FreeBSD, and in Fink for Mac OS X.
Although graphical interfaces have typically followed command line interfaces, ^txt2regex$ is unusual in providing a command line interface for a function usually, and previously, provided by means of a graphical user interface. It is also unusual in interacting with the user to facilitate the use of what is generally regarded as a technical tool unsuitable for naive users and in supporting multiple regular expression notations. ^txt2regex$ is a bash script.
References
- ^ a b "aureliojargas/txt2regex". GitHub. Retrieved 2017-04-11.
- ^ a b "^txt2regex$". aurelio.net. Retrieved 2020-06-16.
External links