User Tools

Site Tools


Plugin installed incorrectly. Rename plugin directory 'swiftmail.backup' to 'swiftmail'.
This translation is older than the original page and might be outdated. See what has changed.
en:software:tim:actionhandler:returnregexhandler

FIXME This page is not fully translated, yet. Please help completing the translation.
(remove this paragraph once the translation is finished)

ReturnRegexHandler

Description

This handler returns the results of a regular expression as a string.


Action Class

com.dooris.bpm.actionhandler.ReturnRegexHandler



Event Type

any

Action Name

any

Parameter

regex

Here the regular expressions to be used are stored. The following Regex example can be used to extract a valid e-mail from an arbitrary text.

^[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,}$.

content

The tested string, present as either a variable (${Prozessvariable}) or a string directly

writeNameInVariable

The process variable to which the results are written

matchAll

matchAll(Boolean) = true : all results are written to the process variable, false : only the first result will be stored.

By default, matchAll is set to true.


Example

en/software/tim/actionhandler/returnregexhandler.txt · Last modified: 2021/07/01 09:52 (external edit)