Commit Graph

6 Commits

Author SHA1 Message Date
Jim Ursetto 0bfb740fcd Properly test for boolean "true"
"true" was treated as an invalid boolean. All strings in the slice of
valid boolean values need to be lowercase, since the input is lowercased
before comparison.
2022-05-01 20:52:35 -05:00
Roshan Ranabhat 2a64174530 First n string/ Last n string function added 2020-04-07 10:42:58 +05:45
Roshan Ranabhat 7a6cec96c2 Code cleanup 2020-04-05 18:55:08 +05:45
Roshan Ranabhat 0fb167e55c Doc comment added 2020-04-05 16:47:47 +05:45
Roshan Ranabhat a9a3cca5f9 All function with example added 2020-04-05 14:56:56 +05:45
roshanr 511fa1152a Snakecase, Kebabcase, Camelcase added 2020-04-03 09:21:09 +05:45