delphi 有没有 like 比较运算符,没有如何实现 like 功能??  如:
       a := 'aa' ;
       b := 'aaa' ;       if a like b then
       showmessage('a like b = true');