We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8036395 commit 51b67b6Copy full SHA for 51b67b6
README.md
@@ -59,6 +59,8 @@
59
60
replace :: String -> String -> String -> String
61
62
+ singleton :: Char -> String
63
+
64
split :: String -> String -> [String]
65
66
take :: Number -> String -> String
src/Data/String.purs
@@ -11,6 +11,7 @@ module Data.String
11
null,
12
uncons,
13
length,
14
+ singleton,
15
localeCompare,
16
replace,
17
take,
0 commit comments