Table of Contents
Any character in a given set: '[abc]'
__init__ ( self, chars, invert=0, )
Match any of the characters appearing in the chars string. If invert is true, match a character not in the string.
chars
invert
__str__ ( self )
the corresponding pattern string
copy ( self )
do a deep copy on this Expression tree