From ef08fed277f457249ae4058f2a391bc9e2ebe5bb Mon Sep 17 00:00:00 2001
From: Josh Grams
Date: Sun, 27 Mar 2016 08:21:14 -0400
Subject: doc/base/classes.xml: String.match, Node.find_node
Clarify wildcard behavior.
---
doc/base/classes.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
(limited to 'doc/base/classes.xml')
diff --git a/doc/base/classes.xml b/doc/base/classes.xml
index 0a4ed7c84..b6457f0d8 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -19650,6 +19650,7 @@ Example: (content-length:12), (Content-Type:application/json; charset=UTF-8)
+ Find a descendant of this node whose name matches [code]mask[/code] as in [method String.match] (i.e. case sensitive, but '*' matches zero or more characters and '?' matches any single character except '.'). Note that it does not match against the full path, just against individual node names.
@@ -34891,7 +34892,7 @@ This method controls whether the position between two cached points is interpola
- Do a simple expression matching, using ? and * wildcards.
+ Do a simple expression match, where '*' matches zero or more arbitrary characters and '?' matches any single character except '.'.
@@ -34900,7 +34901,7 @@ This method controls whether the position between two cached points is interpola
- Do a simple, case insensitive, expression matching, using ? and * wildcards.
+ Do a simple case insensitive expression match, using ? and * wildcards (see [method match]).
--
cgit v1.2.3-70-g09d2