regular expressions: Difference between revisions
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
moved manpage to its own page |
m updated navbar; sections for navbar & overview |
||
| Line 1: | Line 1: | ||
[[ | =={{hide|Navbar}}== | ||
[[computing]]: [[software]]: [[programming]]: [[regex]] | |||
[[Regex]] is shorthand for "Regular Expressions", a syntax used in string matching and replacement. It is especially heavily used in Perl, and the Linux utility {{Linuxcmd|grep}} is basically a front end for regex geared towards file-searching. | ==Overview== | ||
[[regex|Regex]] is shorthand for "Regular Expressions", a syntax used in string matching and replacement. It is especially heavily used in Perl, and the Linux utility {{Linuxcmd|grep}} is basically a front end for regex geared towards file-searching. | |||
==Articles== | ==Articles== | ||
* [[Perl regex]] | * [[Perl regex]] | ||
* [[regex manpage]] | * [[regex manpage]] | ||
