mirror of
https://github.com/NixOS/nix
synced 2025-06-27 00:11:17 +02:00
* More release notes.
This commit is contained in:
parent
b5ddcf58ad
commit
dedd62dd0c
2 changed files with 46 additions and 2 deletions
|
@ -917,8 +917,8 @@ static Expr prim_toString(EvalState & state, const ATermVector & args)
|
|||
}
|
||||
|
||||
|
||||
/* `substr start len str' returns the substring of `str' starting at
|
||||
character position `min(start, stringLength str)' inclusive and
|
||||
/* `substring start len str' returns the substring of `str' starting
|
||||
at character position `min(start, stringLength str)' inclusive and
|
||||
ending at `min(start + len, stringLength str)'. `start' must be
|
||||
non-negative. */
|
||||
static Expr prim_substring(EvalState & state, const ATermVector & args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue