Re: sed documentation bug report
[email protected] (Jose E. Marchesi)
| Newsgroups | gmane.comp.gnu.utils.bugs |
|---|---|
| Message-ID | <[email protected]> |
For completeness, it might be useful to add an example:
@item a\|b
becomes @samp{a|b} when using extended regular expressions. It matches
@samp{a} or @samp{b}.
Added. Thanks for providing it :)