Merge pull request #27949 from YeldhamDev/doc_is_valid_filename

Document String's 'is_valid_filename()'
This commit is contained in:
Rémi Verschelde 2019-04-12 12:29:36 +02:00 committed by GitHub
commit 6008745991
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -432,6 +432,14 @@
Returns [code]true[/code] if this string is a subsequence of the given string, without considering case.
</description>
</method>
<method name="is_valid_filename">
<return type="bool">
</return>
<description>
Returns [code]true[/code] if this string is free from characters that aren't allowed in file names, those being:
[code]: / \ ? * " | % < >[/code]
</description>
</method>
<method name="is_valid_float">
<return type="bool">
</return>