Homepage | About EASA | Contact
Guide Section: Processing Object Data | EASAP Tree: DATA PROCESSING Branch
SEARCH locates one string within another.
SEARCH can test whether a string starts, ends or contains another string.
SEARCH can also be used to find the position within the string of the first or last occurrence of the search string.
Both the input string Search Text: and the search string Value: will usually contain DORs.
Regular Expressions may also be turned on for use during searching.
![]() |
|
---|---|
Essential Parameters: | |
Value: | Drop down list to select a string, SCALAR DORs only. |
Search Text: | The text to search for |
Function: | String match operation (CONTAINS, ENDS WITH, EQUALS, FIRST, LAST, STARTS WITH) |
Optional Parameters: | |
Delimiter: | Character to act as delimiter in DOR in Value: and Search Text: above. default→% |
Allow Regular Expressions: | default→FALSE, TRUE |
The following examples use a SEARCH called search1