Code Block | ||||
---|---|---|---|---|
| ||||
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 | ||||||
---|---|---|---|---|---|---|
|
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Insert excerpt | ||
---|---|---|
|
...
|
...
|
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Example
...
<example missing>
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|