add replaceStrings to nib.strings
This commit is contained in:
parent
6c70ee589e
commit
cec7087816
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
inherit
|
||||
(builtins)
|
||||
isPath
|
||||
replaceStrings
|
||||
substring
|
||||
stringLength
|
||||
;
|
||||
|
|
@ -13,6 +14,7 @@
|
|||
in rec {
|
||||
# re-export builtin string methods
|
||||
inherit
|
||||
replaceStrings
|
||||
substring
|
||||
stringLength
|
||||
;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue