You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/classes/String.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -440,7 +440,7 @@
440
440
<returntype="bool" />
441
441
<paramindex="0"name="text"type="String" />
442
442
<description>
443
-
Returns [code]true[/code] if all characters of this string can be found in [param text] in their original order.
443
+
Returns [code]true[/code] if all characters of this string can be found in [param text] in their original order. This is not the same as [method contains].
444
444
[codeblock]
445
445
var text = "Wow, incredible!"
446
446
@@ -455,7 +455,7 @@
455
455
<returntype="bool" />
456
456
<paramindex="0"name="text"type="String" />
457
457
<description>
458
-
Returns [code]true[/code] if all characters of this string can be found in [param text] in their original order, [b]ignoring case[/b].
458
+
Returns [code]true[/code] if all characters of this string can be found in [param text] in their original order, [b]ignoring case[/b]. This is not the same as [method containsn].
Copy file name to clipboardExpand all lines: doc/classes/StringName.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -415,7 +415,7 @@
415
415
<returntype="bool" />
416
416
<paramindex="0"name="text"type="String" />
417
417
<description>
418
-
Returns [code]true[/code] if all characters of this string can be found in [param text] in their original order.
418
+
Returns [code]true[/code] if all characters of this string can be found in [param text] in their original order. This is not the same as [method contains].
419
419
[codeblock]
420
420
var text = "Wow, incredible!"
421
421
@@ -430,7 +430,7 @@
430
430
<returntype="bool" />
431
431
<paramindex="0"name="text"type="String" />
432
432
<description>
433
-
Returns [code]true[/code] if all characters of this string can be found in [param text] in their original order, [b]ignoring case[/b].
433
+
Returns [code]true[/code] if all characters of this string can be found in [param text] in their original order, [b]ignoring case[/b]. This is not the same as [method containsn].
0 commit comments