parent
318ccef645
commit
85348d1a6c
13 changed files with 414 additions and 173 deletions
lib/strings
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
concatStringsSep,
|
||||
concatStrings,
|
||||
stringToCharacters,
|
||||
substring,
|
||||
tail,
|
||||
|
@ -7,5 +7,5 @@
|
|||
...
|
||||
}: {
|
||||
mkVersion = src: "0.0.0+" + src.shortRev;
|
||||
capitalise = str: (toUpper (substring 0 1 str) + (concatStringsSep "" (tail (stringToCharacters str))));
|
||||
capitalise = str: (toUpper (substring 0 1 str) + (concatStrings (tail (stringToCharacters str))));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue