diff options
author | Max Hilbrunner <mhilbrunner@users.noreply.github.com> | 2021-08-24 17:06:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-24 17:06:16 +0200 |
commit | 7e0f1fa2ec568bdbbfb4e8b30f0b6a192c5f18ca (patch) | |
tree | 989fef07e6d7c3496412ec985704a855fabf1129 /doc | |
parent | 9500950af67fb740071606fcc6a5c4ec4844fb19 (diff) | |
parent | 17821603b49b77668c67c0362be28c9dbea829e4 (diff) |
Merge pull request #52041 from Rubonnek/expose-simplify-path
Expose `String.simplify_path`
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/String.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/classes/String.xml b/doc/classes/String.xml index 277eaa7376..de9eb518c6 100644 --- a/doc/classes/String.xml +++ b/doc/classes/String.xml @@ -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" /> |