aboutsummaryrefslogtreecommitdiffstats
path: root/help/C/apx-gloss.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'help/C/apx-gloss.sgml')
-rw-r--r--help/C/apx-gloss.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/help/C/apx-gloss.sgml b/help/C/apx-gloss.sgml
index f04b381d19..365e64b60d 100644
--- a/help/C/apx-gloss.sgml
+++ b/help/C/apx-gloss.sgml
@@ -298,7 +298,7 @@
<para>
A regular expression, or "regex", is a way of describing a
string of text using metacharacters or wild-card symbols. For
- example, the statement <userinput>fly*so[a|u]p</userinput> means
+ example, the statement <userinput>fly.*so[a|u]p</userinput> means
"any phrase beginning with 'fly' and ending in 'soup' or
'soap'". If you searched for that expression, you'd find both
"fly in my soup" and "fly in my soap." There's not room here to
mp;id=04c7bbf3304c8076d8e43d608b29a71a58773526'>cups
Commit message (Expand)AuthorAgeFilesLines
* Guess I should take those ports...bsam2013-12-091-1/+1
* - Return ports to the poolak2013-10-241-1/+1
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-21