Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Code Block
languagecpp
themeConfluence
FUNCTION xpfLike (aString  : STRING;
                  pattern  : STRING;
                  options  : INTEGER)
                  matching : BOOLEAN;
                

...

 

Insert excerpt
US:_r_matching
US:_r_matching
nopaneltrue

Options

...

...


 

1NameComment
2

xpxCASE_INSENSITIVE

...

...

Case insensitive comparison

...

3

xpxCASE_SENSITIVE

...

Case sensitive comparison
4xpxIGNORE_ALL_PATTERN_MATCHING_CHARS_EXCEPT_STAR

...

Only the star “*” will be a pattern matching character, all other characters will be normal (not pattern matching) characters.
5xpxIGNORE_ALL_PATTERN_MATCHING_CHARS

...

All defined pattern matching characters will be treated as ordinary (not pattern matching) characters
6

7

Example

...

<example missing>

 

...