Unverified Commit 05395cb1 by Rémi Verschelde Committed by GitHub

Merge pull request #39778 from Meriipu/patch-1

Clarify what a string being empty means
parents 335faa10 2643b8fa
...@@ -381,7 +381,7 @@ ...@@ -381,7 +381,7 @@
<return type="bool"> <return type="bool">
</return> </return>
<description> <description>
Returns [code]true[/code] if the string is empty. Returns [code]true[/code] if the length of the string equals [code]0[/code].
</description> </description>
</method> </method>
<method name="ends_with"> <method name="ends_with">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment