PreviousUpNext

15.3.609  src/lib/tk/src/toolkit/regExp/match.api

/* ***************************************************************************
   Interface to matching-algorithms (globber-style, regExp-style).
  ************************************************************************** */

# Compiled by:
#     src/lib/tk/src/toolkit/regExp/sources.sublib

/* ***************************************************************************
   This is the njsml109 version with pattern matching on characters. 
  ************************************************************************** */

api Match {

    exception BAD_EXPRESSION;
    match:  String -> String -> Bool;
};
 


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext