[top][index]
search for:

match -- whether a string matches a pattern

match(s,p) -- whether the string s matches the pattern p.

The pattern p may contain '*'s, which serve as wild card characters. This is provisional - eventually it will provide regular expression matching.

Ways to use match :

  • match(String,String)

  • [top][index]
    search for: