From 9d71711aec86ea6434c22bee80c02506bfe2d305 Mon Sep 17 00:00:00 2001 From: Harrison Houghton Date: Sat, 21 Aug 2021 12:07:34 -0400 Subject: [PATCH] lib: export strings/escapeRegex I see no reason why I should be disallowed from using it. --- lib/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/default.nix b/lib/default.nix index 56859d85ff4..bb99a1be8a8 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -91,7 +91,7 @@ let concatImapStringsSep makeSearchPath makeSearchPathOutput makeLibraryPath makeBinPath optionalString hasInfix hasPrefix hasSuffix stringToCharacters stringAsChars escape - escapeShellArg escapeShellArgs replaceChars lowerChars + escapeShellArg escapeShellArgs escapeRegex replaceChars lowerChars upperChars toLower toUpper addContextFrom splitString removePrefix removeSuffix versionOlder versionAtLeast getName getVersion