You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Regular expressions - Replace Method
Replaces all strings that match a specified regular expression with a specified replacement string
Member of Regular expressions (PRIM_REGX)

Parameters

Name

Type

Data Type

Description

Result

*Result (Optional)

Unicode String

The input string with the replacement string taking the place of each matched string

Pattern

*Input

Unicode String

The regular expression pattern to match

InputString

*Input

Unicode String

The unicode string to search for a match

ReplaceString

*Input

Unicode String

The replacement unicode string

Details


No detailed help is available for this feature

See also

All Component Classes
Technical Reference

  • No labels