From 0f2399fef0ced484cf594f98b63cfa0590100ce4 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Sun, 15 Jan 2012 16:49:25 +0000 Subject: [PATCH] Merge changes to release; fixes #5589 [SVN r76527] --- string/doc/quickref.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/string/doc/quickref.xml b/string/doc/quickref.xml index 0290bd4..fe267e7 100644 --- a/string/doc/quickref.xml +++ b/string/doc/quickref.xml @@ -737,6 +737,20 @@ is_xdigit() + + is_any_of + Recognize any of a sequence of characters + + is_any_of() + + + + is_from_range + Recognize characters inside a min..max range + + is_from_range() + +