summaryrefslogtreecommitdiff
path: root/TWiki
diff options
context:
space:
mode:
authorPeter Thoeny <web-hurd@gnu.org>2000-08-23 06:58:32 +0000
committerPeter Thoeny <web-hurd@gnu.org>2000-08-23 06:58:32 +0000
commit8c305042c627a97e521be6585625127df63b98d6 (patch)
treeb3096bdfab16a850cceeead2913775d3831e070b /TWiki
parent7e7434d10b18b396d590800b1f85cf3aa5994f29 (diff)
none
Diffstat (limited to 'TWiki')
-rw-r--r--TWiki/RegularExpression.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/TWiki/RegularExpression.mdwn b/TWiki/RegularExpression.mdwn
index db340de9..f450744c 100644
--- a/TWiki/RegularExpression.mdwn
+++ b/TWiki/RegularExpression.mdwn
@@ -1,4 +1,6 @@
-Regular expressions allow more specific queries then a simple query.
+Regular expressions (REs), unlike simple queries, allow you to search for text which matches a particular pattern.
+
+REs are similar to (but more poweful than) the "wildcards" used in the command-line interfaces found in operating systems such as Unix and MS-DOS. REs are used by sophisticated search engines, as well as by many Unix-based languages and tools ( e.g., `awk`, `grep`, `lex`, `perl`, and `sed` ).
**Examples**