mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
doc: Sync classref with current source
This commit is contained in:
@@ -281,7 +281,6 @@
|
||||
</argument>
|
||||
<argument index="2" name="to" type="int" default="0">
|
||||
</argument>
|
||||
</argument>
|
||||
<description>
|
||||
Returns the number of occurrences of substring [code]what[/code] between [code]from[/code] and [code]to[/code] positions. If [code]from[/code] and [code]to[/code] equals 0 the whole string will be used. If only [code]to[/code] equals 0 the remained substring will be used.
|
||||
</description>
|
||||
@@ -295,7 +294,6 @@
|
||||
</argument>
|
||||
<argument index="2" name="to" type="int" default="0">
|
||||
</argument>
|
||||
</argument>
|
||||
<description>
|
||||
Returns the number of occurrences of substring [code]what[/code] (ignoring case) between [code]from[/code] and [code]to[/code] positions. If [code]from[/code] and [code]to[/code] equals 0 the whole string will be used. If only [code]to[/code] equals 0 the remained substring will be used.
|
||||
</description>
|
||||
|
||||
Reference in New Issue
Block a user