Skip to content

Commit 2894838

Browse files
authored
Merge pull request #703 from blackknight36/master
Change - Update str2bool documentation
2 parents 0d6df4f + 3451bd9 commit 2894838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,7 @@ Returns a new string where runs of the same character that occur in this set are
10791079

10801080
#### `str2bool`
10811081

1082-
Converts certain strings to a boolean. This attempts to convert strings that contain the values '1', 't', 'y', or 'yes' to true. Strings that contain values '0', 'f', 'n', or 'no', or that are an empty string or undefined are converted to false. Any other value causes an error. *Type*: rvalue.
1082+
Converts certain strings to a boolean. This attempts to convert strings that contain the values '1', 'true', 't', 'y', or 'yes' to true. Strings that contain values '0', 'false', 'f', 'n', or 'no', or that are an empty string or undefined are converted to false. Any other value causes an error. These checks are case insensitive. *Type*: rvalue.
10831083

10841084
#### `str2saltedsha512`
10851085

0 commit comments

Comments
 (0)