Merge pull request #52041 from Rubonnek/expose-simplify-path
Expose `String.simplify_path`
This commit is contained in:
commit
7e0f1fa2ec
2 changed files with 7 additions and 0 deletions
|
|
@ -646,6 +646,12 @@
|
|||
Returns the similarity index of the text compared to this string. 1 means totally similar and 0 means totally dissimilar.
|
||||
</description>
|
||||
</method>
|
||||
<method name="simplify_path" qualifiers="const">
|
||||
<return type="String" />
|
||||
<description>
|
||||
Returns a simplified canonical path.
|
||||
</description>
|
||||
</method>
|
||||
<method name="split" qualifiers="const">
|
||||
<return type="PackedStringArray" />
|
||||
<argument index="0" name="delimiter" type="String" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue