> \b matches the beginning/end of a word (characters a-zA-Z_0-9). > So that regex will match e.g. MULTX-FOO but not MULTX-. >
So is there a way to get \b to include - ? -- http://mail.python.org/mailman/listinfo/python-list
> \b matches the beginning/end of a word (characters a-zA-Z_0-9). > So that regex will match e.g. MULTX-FOO but not MULTX-. >
So is there a way to get \b to include - ? -- http://mail.python.org/mailman/listinfo/python-list