StringSearcher

Performs a regular expression match on the specified expression. If the expression matches the pattern, the feature is output via the Matched port, and the portion of the original search string that matched the regular expression is stored in the attribute specified in the Matched Result Attribute (and optionally matching pieces of the expression are stored in the attribute list specified in the All Matches List Name and Subexpression Matches List Name parameters, along with the starting indices of each piece). Otherwise, it is output via the NotMatched port.

Output Ports

Note: Feature order may change in relation to other output ports. Feature order per port is maintained.

Parameters

Advanced

Related Transformers

To replace substrings matching a regular expression in a string, use the StringReplacer transformer.

Additional Resources

Test regular expressions with the Regular Expression Editor in the Contains Regular Expression field’s context menu.

For more information on regular expression syntax, see http://perldoc.perl.org/perlre.html#Regular-Expressions.

Editing Transformer Parameters

Using a set of menu options, transformer parameters can be assigned by referencing other elements in the workspace. More advanced functions, such as an advanced editor and an arithmetic editor, are also available in some transformers. To access a menu of these options, click beside the applicable parameter. For more information, see Transformer Parameter Menu Options.

Transformer Categories

Strings

Transformer History

This transformer was previously named Grepper.

Search FME Community

Search for samples and information about this transformer on the FME Community.

Keywords: Grepper