Re: RegEx: text not inside
| Newsgroups | gmane.editors.sed.user |
|---|---|
| Message-ID | <[email protected]> |
"Tim Chase [email protected] [sed-users]" wrote: > (?: # a non-collecting group Thanks for the explanation. These groups I've used rarely and forgot them. > . # any single character > ) # the end of the non-collecting group > * # that "any character where 'xx' doesn't match" Nice idea. -davidoff12001