# ver_tags
#
# Part of NEAT version 4.8
# by jason blakey - jblakey@frogboy.net
# October 1, 2001


# This file defines a number of verification tests...
# Format:
# TAG		Regex

TEXT		[\w\-\s\,\.]*
NUMBER		^\d*$
NOTNULL		\S
TIMEPERIOD	^(\d+(:\d+)?\-\d+(:\d+)?(,\d+(:\d+)\-\d+(:\d+)?)?)*$
NOSPACES	^[^\s]*$
