S
Sunil
Hi,
I have a pattern matching program which acts on a multi-line string.
This works fine for me.
But I need to ignore matches in lines that start with a '-' or '#' which
is like a comment line and need not be checked.
Any easy way of doing this?. Since I have a multi-line string variable
I would like to avoid line by line processing.
Thanks,
Sunil.
I have a pattern matching program which acts on a multi-line string.
This works fine for me.
But I need to ignore matches in lines that start with a '-' or '#' which
is like a comment line and need not be checked.
Any easy way of doing this?. Since I have a multi-line string variable
I would like to avoid line by line processing.
Thanks,
Sunil.