Code: Select all
^(ABC|BCD)
I can get good result if i use this expression :
Code: Select all
ed:regex:"^(ABC|BCD)"
Moderators: Hacker, petermad, Stefan2, white
Code: Select all
^(ABC|BCD)
Code: Select all
ed:regex:"^(ABC|BCD)"
THis is exactly the point, I do a regexp search in TC with Everything option. I think that the current implementation pass allready the regex flag or use regexp: marker. I do suspect that the passed expression is not the right one either because of wrong parsing in TC altering | or not quotting if it just use regex: marquer in tthe search.Horst.Epp wrote:Everything can't auto-detect regex so TC has to set the relevant flags
in the SDK IPC calls if user has selected RegEx in the TC search dialog.