We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24eeae9 commit 3b08a8eCopy full SHA for 3b08a8e
dsc_lib/locales/en-us.toml
@@ -507,6 +507,12 @@ invoked = "sub function"
507
description = "Returns the system root path"
508
invoked = "systemRoot function"
509
510
+[functions.toLower]
511
+description = "Converts the specified string to lower case"
512
+
513
+[functions.toUpper]
514
+description = "Converts the specified string to upper case"
515
516
[functions.true]
517
description = "Returns the boolean value true"
518
invoked = "true function"
0 commit comments