Command fall through in lex
I'm using lex in my program and I've run into a problem I need some help with. My program accepts its input in the form of [something " something]. This is working correctly. However, I also need to accept the form [something"something]. Is there a way that I can have some sort of first case in lex that all input is run through (like ...