Pattern matches whole string only
Olivier Croquette <[email protected]>
| Newsgroups | gmane.comp.gnu.global.general |
|---|---|
| Message-ID | <[email protected]> |
Hi When I search for a symbol using a regexp, the return values are the one matching the WHOLE pattern, ie. "abc" won't match "XabcY", I have to search for ".*abc.*" Is there any way to have the pattern also matching substrings? Thanks, -- Olivier