Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
This function is equivalent to the EDMinterfaceTM function edmiLike.  
Code Block
languagecpp
themeConfluence
FUNCTION xpxLike (aString  : STRING;
                  pattern  : STRING;
                  options  : INTEGER)
                  matching : BOOLEAN;
    The xpxLike function implements an extended version of the LIKE operation in the Express language as defined in 
section             

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

...

Insert excerpt
US:_a_String
US:_a_String
nopaneltrue
Insert excerpt
US:_a_pattern
US:_a_pattern
nopaneltrue
Insert excerpt
US:_a_options_XPX
US:_a_options_XPX
nopaneltrue

Return Value

...

 

Insert excerpt
US:_r_matching
US:_r_matching
nopaneltrue

Options

...

Insert excerpt
US:_o_CASE_INSENSITIVE_XPX
US:_o_CASE_INSENSITIVE_XPX
nopaneltrue
Insert excerpt
US:_o_CASE_SENSITIVE_XPX
US:_o_CASE_SENSITIVE_XPX
nopaneltrue
Insert excerpt
US:_o_IGNORE_ALL_PATTERN_MATCHING_CHARS

...

_EXCEPT_STAR_XPX
US:_o_IGNORE_ALL_PATTERN_MATCHING_CHARS_EXCEPT_STAR

...

 

_XPX
nopaneltrue
Insert excerpt
US:_o_IGNORE_ALL_PATTERN_MATCHING_CHARS_XPX
US:_o_IGNORE_ALL_PATTERN_MATCHING_CHARS_XPX
nopaneltrue

 

Example

...

<example missing>

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "like" and parent = "5636522"