Regular expressions
From FreeBSDwiki
(Difference between revisions)
| Line 1: | Line 1: | ||
| − | + | '''Regular expressions''' are used to express a subset of strings and can be used almost everywhere in FreeBSD and other *nix's. See also [[sed]] | |
| + | |||
| + | == external links == | ||
| + | [http://en.wikipedia.org/wiki/Regular_expression Wikipedia entry] | ||
| + | |||
[[Category:FreeBSD Terminology]] | [[Category:FreeBSD Terminology]] | ||
Revision as of 20:35, 13 January 2005
Regular expressions are used to express a subset of strings and can be used almost everywhere in FreeBSD and other *nix's. See also sed