Merge pull request #52041 from Rubonnek/expose-simplify-path

Expose `String.simplify_path`
This commit is contained in:
Max Hilbrunner 2021-08-24 17:06:16 +02:00 committed by GitHub
commit 7e0f1fa2ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View file

@ -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" />