metacpan / metacpan-grep-front-end

Grep Front end code
GNU General Public License v3.0
13 stars 12 forks source link

Regex guessing thinks | is a regular character #48

Closed haarg closed 6 years ago

haarg commented 6 years ago

The code tries to guess if you are using a regular expression to search or not. Its list of character to consider 'regular' includes |, which is obviously a regex meta character.

atoomic commented 6 years ago

Behavior fixed by previous merge request