LassoScript Utility
Basics Browse Detail

[Proc_RegExp]

Tag Link [Proc_RegExp] Category Utility
Type Substitution Source Available No
Support Preferred Version 8.0
Change Unchanged Data Source Any
Output Type Stromg Security None
Implementation LCAPI Sets Lasso 8.5, Lasso 8.0

Description

[Proc_RegExp] is used in the processor list of [SOAP_DefineTag] to specify what post-processing the results of the SOAP procedure should undergo. [Proc_RegExp] requires a regular expression parameter which it applies to the string data and returns the result. Called as (Proc_Extract: XPath).

Syntax

[SOAP_DefineTag: ..., -Procs=(Array: (Proc_RegExp: Expression))]

Parameters

Required Parameters
String The regular expression to apply to the data.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.