diff --git a/lib/ramble/docs/workspace_config.rst b/lib/ramble/docs/workspace_config.rst index 78d2c3455..161c2566c 100644 --- a/lib/ramble/docs/workspace_config.rst +++ b/lib/ramble/docs/workspace_config.rst @@ -176,6 +176,10 @@ Supported functions are: * ``randint`` (from `random.randint`) * ``re_search(regex, str)`` (determine if ``str`` contains pattern ``regex``, based on ``re.search``) +Additionally, string slicing is supported: + +* ``str[start:end:step]`` (string slicing) + .. _ramble-escaped-variables: ~~~~~~~~~~~~~~~~~