^txt2regex$: Difference between revisions

Content deleted Content added
SieBot (talk | contribs)
m robot Adding: it:^txt2regex$
Tag: New redirect
 
(26 intermediate revisions by 22 users not shown)
Line 1:
#REDIRECT [[Regular expression]]
{{ infobox software
 
| name = ^txt2regex$
{{Rcat shell|
| logo =
{{R to related topic}}
| screenshot =
| caption =
| latest_release_version = 0.8<ref>[http://txt2regex.sourceforge.net/ ^txt2regex$] The console Regular Expression Wizard</ref>
| author = Aurelio Jargas<ref>[http://aurelio.net/soft/padfiles/txt2regex-pad.xml txt2regex-pad.xml] - [[Portable_Application_Description |PAD]] files for software distributors</ref><ref>[http://aurelio.net/en/ Aurelio Jargas (aka verde)] - The softwares I have coded: AdiumBook, EmoMemory, CSS Sandbox, MoneyLog, [[txt2tags]], txt2regex, SedSokoban, sedsed, ...</ref>
| developer = [http://sourceforge.net/project/memberlist.php?group_id=28856 ^txt2regex$ Team]
| latest_release_date = {{release date|2004|09}}
| programming language =
| released = 2001-02-23<ref>[http://txt2regex.sourceforge.net/NEWS The hottest news from txt2regex world]</ref>
| operating_system =
| genre =
| license = [[GNU General Public License]]
| website = http://txt2regex.sourceforge.net/
}}
 
'''^txt2regex$''' is a regular expression (generally mentioned and used as [[Regex]]) 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 programming language|AWK, GAWK, MAWK]], [[Ed (Unix)|ed]], egrep, [[Emacs]], [[expect]], [[find]], [[grep]], [[Lex programming tool|lex]], [[Lisp programming language|Lisp]], [[MySQL]], [[OpenOffice.org]], [[Perl]], [[PHP]], [[PostgreSQL]], [[Procmail]], [[Python (programming language)|Python]], [[Sed]], [[Tcl]], [[VBscript]], [[Vi]], and [[Vim (text editor)|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]], [[Gentoo Linux|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.
 
==References==
{{reflist}}
 
==External links==
*[http://sourceforge.net/projects/txt2regex Sourceforge project page]
*[http://www.unixreview.com/documents/s=2424/uni1014756451188/0202k.htm Unix Review review]
*[http://www.computerwoche.de/index.cfm?pid=376&p ComputerWoche review]
 
[[Category:Computer programming tools]]
 
[[it:^txt2regex$]]