diff --git a/doc/base/classes.xml b/doc/base/classes.xml index fcd0c8b8e71..193016398b6 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -18976,6 +18976,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. @@ -34157,7 +34158,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 '.'. @@ -34166,7 +34167,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]).