xpxLike

FUNCTION xpxLike (aString  : STRING;
                  pattern  : STRING;
                  options  : INTEGER)
                  matching : BOOLEAN;
                

This function is equivalent to the EDMinterface function edmiLike. This function implements an extended version of the LIKE operation in the Express language as defined in section 12.2.5 in ISO 10303-11:1994(E) : The EXPRESS Language Reference Manual. The extension is that optionally the operation can do case insensitive comparison, by specifying the constant XPXCASE_INSENSITIVE in the option parameter. Default operation is case sensitive matching, i.e., option = 0, constant XPXCASE_INSENSITIVE not set or constant XPXCASE_SENSITIVE set in option argument.

Arguments


Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_a_String'.
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_a_pattern'.
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_a_options_XPX'.

Return Value


 

Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_matching'.

Options


Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_o_CASE_INSENSITIVE_XPX'.
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_o_CASE_SENSITIVE_XPX'.
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_o_IGNORE_ALL_PATTERN_MATCHING_CHARS_EXCEPT_STAR_XPX'.
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_o_IGNORE_ALL_PATTERN_MATCHING_CHARS_XPX'.

 

Example


<example missing>

 

See also

Filter by label

There are no items with the selected labels at this time.