Kbase P84139: Error in Help documentation: MATCHES operator
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/22/2004 |
|
Status: Unverified
SYMPTOM(s):
Error in Help documentation: MATCHES operator
In "Progress Language Reference, 4GL Reference, MATCHES Operator"
The 4th note reports:
"For example, the result of "*a.b" MATCHES "~*a.~.b" is TRUE.", however this returns FALSE.
CAUSE:
This is a documentation bug.
FIX:
The doc should report:
"For example, the result of "*a.b" MATCHES "~*a~.b" is TRUE. "