From feb95fa9ace04a3f2eb883e39995b962fde09561 Mon Sep 17 00:00:00 2001 From: George Marques Date: Sun, 12 Jun 2016 14:31:48 -0300 Subject: [PATCH] Add documentation to String.is_subsequence_of{,i} --- doc/base/classes.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/doc/base/classes.xml b/doc/base/classes.xml index b72f082afa0..21fd878816e 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -37028,6 +37028,24 @@ This method controls whether the position between two cached points is interpola If the string is a path to a file or directory, return true if the path is relative. + + + + + + + Checked whether this string is a subsequence of the given string. + + + + + + + + + Checked whether this string is a subsequence of the given string, without considering case. + +