workflows-samples icon indicating copy to clipboard operation
workflows-samples copied to clipboard

Sample Request - working with text functions

Open jduncan-rva opened this issue 2 years ago • 1 comments

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

jduncan-rva avatar Jan 20 '23 14:01 jduncan-rva

Thank you for your feedback!

rogerthatdev avatar Jan 24 '23 20:01 rogerthatdev

Examples have now been added to the standard library function docs. For example: https://cloud.google.com/workflows/docs/reference/stdlib/text/replace_all

camiekim avatar May 27 '24 15:05 camiekim