#402 closed defect (fixed)
string-match is not identical to string-search even with regexp
Reported by: | daishi | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 4.9.0 |
Component: | unknown | Version: | 4.6.x |
Keywords: | Cc: | ||
Estimated difficulty: |
Description
(sorry, mario. it was me.)
The manual says that string-match is identical to string-search if regexp is given, but as far as I tried, it's not.
Change History (5)
comment:1 Changed 14 years ago by
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Daishi, you're right. It was like that before we switched to irregex as the regex implementation. I have changed the documentation accordingly (note that regex has been taken from the core and turned into an egg).
Note: See
TracTickets for help on using
tickets.
Hi Daishi! No problem at all. Nice to see you back! Thanks for reporting tickets.