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
2 changed files with 7 additions and 0 deletions
+6
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" />