Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: regex matching regression in 5.0.0 vs. 4.3.17



Hey,

thanks for the thorough explanation. I've switched to PCRE RE matching
which makes all that $IFS matching as easy as:

pcre_compile "^\* +(.*?)$"

Kind regards,
mosu



Messages sorted by: Reverse Date, Date, Thread, Author