mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 12:22:37 +03:00
Merge pull request #239255 from figsoda/string
This commit is contained in:
commit
0fda9628c3
@ -18,6 +18,7 @@ rec {
|
||||
elemAt
|
||||
filter
|
||||
fromJSON
|
||||
genList
|
||||
head
|
||||
isInt
|
||||
isList
|
||||
@ -346,7 +347,7 @@ rec {
|
||||
=> [ "<EFBFBD>" "<EFBFBD>" "<EFBFBD>" "<EFBFBD>" ]
|
||||
*/
|
||||
stringToCharacters = s:
|
||||
map (p: substring p 1 s) (lib.range 0 (stringLength s - 1));
|
||||
genList (p: substring p 1 s) (stringLength s);
|
||||
|
||||
/* Manipulate a string character by character and replace them by
|
||||
strings before concatenating the results.
|
||||
|
Loading…
Reference in New Issue
Block a user