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