regex - Regexp for C preprocessor command -


i trying write 1 regexp match c preprocessor commands in c program. wonder if can give me suggestions?

thank in advance.

that

 grep '^[[:blank:]]*#' 

note grep first line of multi line preprocessor directive (continued backslash newline).


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

c++ - End of file on pipe magic during open -