class ONE_CHAR_ERE




Public


Features
create( .. Included as create
matches( .. Included as matches
matches_any : BOOL .. Included as matches_any


Private

const Any_Char : CHAR := CHAR::create(
attr bracketed : BOOL ;
**** ie NOT a single char.
attr bracketed : BOOL ;
**** ie NOT a single char.
bracketed_expression(
attr char : CHAR ;
attr char : CHAR ;
attr chclass : CHAR_CLASS ;
attr chclass : CHAR_CLASS ;
attr literal : FLIST{CHAR} ;
attr literal : FLIST{CHAR} ;
attr matching : BOOL ;
**** ie NOT inverse matching
attr matching : BOOL ;
**** ie NOT inverse matching

The Sather Home Page