diff options
author | unknown <arjen@fred.bitbike.com> | 2002-04-24 13:39:59 +1000 |
---|---|---|
committer | unknown <arjen@fred.bitbike.com> | 2002-04-24 13:39:59 +1000 |
commit | 251857fdc2820ae1105b765b4eb2d89b81568d1c (patch) | |
tree | 5cb0f7aae77b21cbb924ccfd50c14257b8f3165c | |
parent | 24f60591ef82bd38a37d0bf56ea039742d3c7231 (diff) | |
download | mariadb-git-251857fdc2820ae1105b765b4eb2d89b81568d1c.tar.gz |
Removed obsolete bit of text about case-sensitive regular expressions.
-rw-r--r-- | Docs/manual.texi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index bce9a492145..40324ba22e2 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -12762,12 +12762,6 @@ example, @samp{x*} matches any number of @samp{x} characters, number of anything. @item -Regular expressions are case sensitive, but you can use a character class to -match both lettercases if you wish. For example, @samp{[aA]} matches -lowercase or uppercase @samp{a} and @samp{[a-zA-Z]} matches any letter in -either case. - -@item The pattern matches if it occurs anywhere in the value being tested. (SQL patterns match only if they match the entire value.) |