Document String's 'is_valid_filename()'

(cherry picked from commit 70499faff8)
This commit is contained in:
Michael Alexsander Silva Dias 2019-04-11 21:48:40 -03:00 committed by Rémi Verschelde
parent 28f547a021
commit f12848f9e1
1 changed files with 8 additions and 0 deletions

View File

@ -432,6 +432,14 @@
Returns [code]true[/code] if this string is a subsequence of the given string, without considering case. Returns [code]true[/code] if this string is a subsequence of the given string, without considering case.
</description> </description>
</method> </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"> <method name="is_valid_float">
<return type="bool"> <return type="bool">
</return> </return>