Skip to content

Commit

Permalink
Improve the String.is_valid_ip_address() documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinou committed Sep 30, 2020
1 parent cc62eaf commit 00ade39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/classes/String.xml
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@
<return type="bool">
</return>
<description>
Returns [code]true[/code] if this string contains a valid IP address.
Returns [code]true[/code] if this string contains only a well-formatted IPv4 or IPv6 address. This method considers [url=https://en.wikipedia.org/wiki/Reserved_IP_addresses]reserved IP addresses[/url] such as [code]0.0.0.0[/code] as valid.
</description>
</method>
<method name="join">
Expand Down

0 comments on commit 00ade39

Please sign in to comment.