Parameter
|
Type
|
Description
|
IN
|
|
|
pLikeString
|
string
|
The pattern string against which to compare the input string
|
pMatchString
|
string
|
The input string to be checked
|
RETURN
|
|
|
|
int
|
TRUE – MatchString matches the LikeString pattern.
FALSE – MatchString does not match the LikeString pattern.
|