add replaceStrings to nib.strings

This commit is contained in:
Emile Clark-Boman 2026-01-15 13:43:44 +10:00
parent 6c70ee589e
commit cec7087816

View file

@ -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
;