> No, that regular expression is valid because "." matches newline in > POSIX EREs.
And if you don't like this, you need to remove the RE_DOT_NEWLINE flag from the value that you pass to re_set_syntax. Bruno
> No, that regular expression is valid because "." matches newline in > POSIX EREs.
And if you don't like this, you need to remove the RE_DOT_NEWLINE flag from the value that you pass to re_set_syntax. Bruno