Constants

regex.inc

amxmodx 1.8.2 hg65

Regex

Regex
enum Regex
{
	REGEX_MATCH_FAIL = -2,
	REGEX_PATTERN_FAIL,
	REGEX_NO_MATCH,
	REGEX_OK
};