Regex
The Regex component in Robbot RPA allows you to search for specific patterns or sequences of characters within a given string. This component utilizes regular expressions to perform pattern matching and provides flexibility in extracting relevant information from text data.
Parameters
Regex : Enter the regular expression pattern you want to search for in the string value. Type : Strimg
String Value : Modeli aramak istediğiniz dize değerini girin. Type : String
Result : This parameter returns an array of strings that match the specified pattern in the string value. Use this output to access and further process the matched results. Type : Array[String]
Usage
To use the Regex component in your Robbot RPA project, follow these steps:
Open your Robbot RPA project.
Drag and drop the Regex component into your sequence or workflow.
Configure the component by providing the necessary input:
Enter the regular expression pattern you want to search for in the Regex parameter.
Enter the string value in which you want to search for the pattern in the String Value parameter.
Continue building your sequence or workflow by adding other components or actions as needed.
Use the Result output parameter of the Regex component to access the array of matched strings.
Execute your sequence or workflow to perform the pattern matching operation and retrieve the matched results.
By leveraging the Regex component, you can easily search for specific patterns in text data, enabling you to extract relevant information and perform advanced string manipulation in your Robbot RPA automation.