JWM Source Documentation

match.h File Reference

Expression matching. More...

Go to the source code of this file.

Functions

int Match (const char *pattern, const char *expression)
 Check if an expression matches a pattern.

Detailed Description

Expression matching.

Author:
Joe Wingbermuehle
Date:
2004-2006

Definition in file match.h.


Function Documentation

int Match ( const char *  pattern,
const char *  expression 
)

Check if an expression matches a pattern.

Parameters:
patternThe pattern to match against.
expressionThe expression to check.
Returns:
1 if there is a match, 0 otherwise.