Quote:
Originally Posted by davidfor
The problem is the underscores. The last line of the comment before the regex says, in English:
And for what you are trying to do, the following appears to work:
Code:
^# MIST # (?P<series>[^-]+)
|
ill be damned, thank you that fixed it

Sometimes i wonder how stupid i realy am.... Thank you again for the quick fix!!!!
