workflows-samples
workflows-samples copied to clipboard
Sample Request - working with text functions
Expected Behavior
I should be able to find examples of common text operations, such as global replacements or stripping out an undesired character from a file using text.replace, text.replace_all, text.replace_all_regex, etc.
Actual Behavior
These examples don't exist.
- Version: all
- Platform: all
Thank you for your feedback!
Examples have now been added to the standard library function docs. For example: https://cloud.google.com/workflows/docs/reference/stdlib/text/replace_all