Hi ,
I have a question related Match pattern in PB.
Is "match" work like "REGEXP_LIKE" of oracle?
"select 'jj' from dual where REGEXP_LIKE( 'ada;abc;yrhfjs;37;hgs', '(abc)+*([3][6-9]|[4-9][0-9])')"
Does "match" have group expression '()' and alternation operator '|' ?
I would like to do the same for filtering datawindow by MATCH PB Function. Thanks
Best regard
Huy