Browsing index pages (2 articles)
↧
Non-greedy matching for email headers
Given an email header input like thisCc: "'Johnny sudson'"<johnny@quvx.com>, <martin@quvx.com>,<Joe@quvx.com>how do I get lua to match only the email address? my intuition of it being...
View ArticleAnswer by lhf for Non-greedy matching for email headers
Non-greedy matching in Lua is represented in your case by <.->.
View Article
Browsing index pages (2 articles)