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
|
inherit
|
||||||
(builtins)
|
(builtins)
|
||||||
isPath
|
isPath
|
||||||
|
replaceStrings
|
||||||
substring
|
substring
|
||||||
stringLength
|
stringLength
|
||||||
;
|
;
|
||||||
|
|
@ -13,6 +14,7 @@
|
||||||
in rec {
|
in rec {
|
||||||
# re-export builtin string methods
|
# re-export builtin string methods
|
||||||
inherit
|
inherit
|
||||||
|
replaceStrings
|
||||||
substring
|
substring
|
||||||
stringLength
|
stringLength
|
||||||
;
|
;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue