mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-06 18:36:48 +02:00
![Eelco Dolstra](/assets/img/avatar_default.png)
* `sub' to subtract two numbers. * `stringLength' to get the length of a string. * `substring' to get a substring of a string. These should be enough to allow most string operations to be expressed.
1 line
44 B
Nix
1 line
44 B
Nix
builtins.substring (builtins.sub 0 1) 1 "x"
|