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
Post a Comment