Strings
Strings Plugin – Overview & Available Actions
Summary (SEO Meta Description):
The Strings Plugin provides powerful string manipulation capabilities within WeHub workflows.
Use it to replace patterns, compress or decompress text, and convert strings between different formats or encodings.
Overview
The Strings Plugin lets your workflows process and transform string values efficiently.
It supports multiple actions for handling text data, making it ideal for automation scenarios where dynamic text processing is required.
Typical Use Cases:
- Replace placeholders in templates with dynamic workflow variables
- Compress large string payloads before storing or transmitting
- Decompress messages received from external systems or APIs
- Convert strings between Base64, Hex, or JSON safely
Available Actions
| Action | Description | 
|---|---|
| Replace | Replace tokens or patterns in strings with dynamic workflow values. | 
| Compress | Compress string values into a compact, optimized format. | 
| Decompress | Decompress previously compressed strings back to their original form. | 
| Convert | Convert strings between different encodings or formats such as Base64, Hex, or JSON. | 
FAQ
Q: Does the plugin support dynamic replacement patterns?
A: Yes. You can configure tokens and variables dynamically in the Replace action.
Q: Can it handle large text payloads?
A: Absolutely. The plugin is designed to work with large strings and offers compression/decompression for efficiency.
Q: Which encodings are supported in the Convert action?
A: Common encodings such as Base64, Hex, and JSON are supported.
Keywords: WeHub Strings Plugin, String Replace, String Compression, String Decompression, String Conversion, Text Manipulation