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.
2 parents e7991e5 + a95a09d commit 302fad8Copy full SHA for 302fad8
lib/ramble/docs/workspace_config.rst
@@ -184,6 +184,8 @@ Supported functions are:
184
* ``randint`` (from `random.randint`)
185
* ``join_str(iterable, sep=",")`` (concatenate iterable into ``sep``-separated string)
186
* ``re_search(regex, str)`` (determine if ``str`` contains pattern ``regex``, based on ``re.search``)
187
+* ``upper_str(str)`` (convert ``str`` to uppercase)
188
+* ``lower_str(str)`` (convert ``str`` to lowercase)
189
* ``maybe(var_name, default="")`` (returns the expanded ``var_name`` if it is defined, otherwise returns ``default``)
190
191
Besides the above listed, any functions from the ``math`` module can be used in Ramble by referencing ``math_<function_name>``.
0 commit comments