Skip to content

RegExp

Introduction

The RegExp Task utilizes regular expressions, which are sequences of characters defining a search pattern, to perform pattern-matching operations. It searches for a specified pattern within the input string and returns the matching portion based on the pattern defined in the regular expression.

Configuration

  • Name - The display name of the task.
  • Input - Specifies the input string or text where the regular expression pattern will be applied.
  • Regular expression - Defines the pattern to be matched against the input string.
  • Response - Part of the input that matches pattern set in regular expression.

Example