Alright, i promised myself i would learn Regex one day.. but today is not that day.
What is the correct expression for matching #_
(where _ is any character EXCEPT {)?
Clarification:
I am working on a syntax highlighting system for Ruby and i am defining the rules for comments. The specification that the '{' not be included is to differentiate a comment from variables embedded in strings.