# Text Activities

Source: [https://docs.virtosoftware.com/docs/virto-workflow-automation-web-part/virto-sharepoint-workflow-activities-kit-sharepoint-2010-workflow-platform/text-activities/](https://docs.virtosoftware.com/docs/virto-workflow-automation-web-part/virto-sharepoint-workflow-activities-kit-sharepoint-2010-workflow-platform/text-activities/)
Product: Virto Workflow Automation Web Part
Updated: 2026-08-12

## Pages
- [Capture all occurrences of text](https://docs.virtosoftware.com/docs/virto-workflow-automation-web-part/virto-sharepoint-workflow-activities-kit-sharepoint-2010-workflow-platform/text-activities/capture-all-occurrences-of-text/index.md) — Searches the specified input string for all occurrences of a regular expression and store result in to array.
- [Capture text](https://docs.virtosoftware.com/docs/virto-workflow-automation-web-part/virto-sharepoint-workflow-activities-kit-sharepoint-2010-workflow-platform/text-activities/capture-text/index.md) — Searches the specified input string for an occurrence of the regular expression and stores result in to text variable.
- [Convert text to upper, lower, title case](https://docs.virtosoftware.com/docs/virto-workflow-automation-web-part/virto-sharepoint-workflow-activities-kit-sharepoint-2010-workflow-platform/text-activities/convert-to-upper-lower-title/index.md) — Converts text to upper, lower or title case, on the SharePoint 2010 workflow platform.
- [Converts Base64 to Text](https://docs.virtosoftware.com/docs/virto-workflow-automation-web-part/virto-sharepoint-workflow-activities-kit-sharepoint-2010-workflow-platform/text-activities/converts-base64-to-text/index.md) — Converts Base64 string in to text string using specified encoding, on the SharePoint 2010 workflow platform.
- [Converts Number to Hex Text](https://docs.virtosoftware.com/docs/virto-workflow-automation-web-part/virto-sharepoint-workflow-activities-kit-sharepoint-2010-workflow-platform/text-activities/converts-number-to-hex-text/index.md) — Converts the number to a string of hexadecimal digits, on the SharePoint 2010 workflow platform.
- [Converts Number to Text](https://docs.virtosoftware.com/docs/virto-workflow-automation-web-part/virto-sharepoint-workflow-activities-kit-sharepoint-2010-workflow-platform/text-activities/converts-number-to-text/index.md) — Converts the value of the current Number object to its equivalent string representation using the specified format.
- [Converts Text to Base64](https://docs.virtosoftware.com/docs/virto-workflow-automation-web-part/virto-sharepoint-workflow-activities-kit-sharepoint-2010-workflow-platform/text-activities/converts-text-to-base64/index.md) — Converts text in to Base64 string using specified encoding, on the SharePoint 2010 workflow platform.
- [Decode Web Text](https://docs.virtosoftware.com/docs/virto-workflow-automation-web-part/virto-sharepoint-workflow-activities-kit-sharepoint-2010-workflow-platform/text-activities/decode-web-text/index.md) — Provides methods for decoding URLs when processing Web requests, on the SharePoint 2010 workflow platform.
- [Encode Web Text](https://docs.virtosoftware.com/docs/virto-workflow-automation-web-part/virto-sharepoint-workflow-activities-kit-sharepoint-2010-workflow-platform/text-activities/encode-web-text/index.md) — Provides methods for encoding URLs when processing Web requests, on the SharePoint 2010 workflow platform.
- [Format Field Value](https://docs.virtosoftware.com/docs/virto-workflow-automation-web-part/virto-sharepoint-workflow-activities-kit-sharepoint-2010-workflow-platform/text-activities/format-field-value/index.md) — Uses the composite formatting feature of the .NET Framework to convert the value of an object to its text representation and embed that representation in a.
- [Join Text](https://docs.virtosoftware.com/docs/virto-workflow-automation-web-part/virto-sharepoint-workflow-activities-kit-sharepoint-2010-workflow-platform/text-activities/join-text/index.md) — Concatenates a specified separator between each element of a specified array, on the SharePoint 2010 workflow platform.
- [Replace Text](https://docs.virtosoftware.com/docs/virto-workflow-automation-web-part/virto-sharepoint-workflow-activities-kit-sharepoint-2010-workflow-platform/text-activities/replace-text/index.md) — Replaces all strings that match a regular expression pattern with a specified replacement string and stores result in variable.
- [Split Text](https://docs.virtosoftware.com/docs/virto-workflow-automation-web-part/virto-sharepoint-workflow-activities-kit-sharepoint-2010-workflow-platform/text-activities/split-text/index.md) — Returns a string array (store in variable) that contains the substrings in this string that are delimited by elements of a specified string array.
- [Substring Text](https://docs.virtosoftware.com/docs/virto-workflow-automation-web-part/virto-sharepoint-workflow-activities-kit-sharepoint-2010-workflow-platform/text-activities/substring-text/index.md) — Extracting substring from the text and store result in variable, on the SharePoint 2010 workflow platform.
- [Translate Text (Powered by Google translator)](https://docs.virtosoftware.com/docs/virto-workflow-automation-web-part/virto-sharepoint-workflow-activities-kit-sharepoint-2010-workflow-platform/text-activities/translate-text-by-google/index.md) — Translating text and store result in variable. Powered by online Google translator.
- [Translate Text (Powered by Microsoft translator)](https://docs.virtosoftware.com/docs/virto-workflow-automation-web-part/virto-sharepoint-workflow-activities-kit-sharepoint-2010-workflow-platform/text-activities/translate-text-microsoft/index.md) — Translating text and store result in variable. Powered by Bing Microsoft translator.
- [Trim Text](https://docs.virtosoftware.com/docs/virto-workflow-automation-web-part/virto-sharepoint-workflow-activities-kit-sharepoint-2010-workflow-platform/text-activities/trim-text/index.md) — Removing white-space characters from the text and store result in variable.
- [Validate Text](https://docs.virtosoftware.com/docs/virto-workflow-automation-web-part/virto-sharepoint-workflow-activities-kit-sharepoint-2010-workflow-platform/text-activities/validate-text/index.md) — Validating that string matches a regular expression pattern and stores logical result in variable.
