kennytilton / whoshiring

A browser for Hacker News's Ask HN: Who's Hiring, with Matrix Inside(tm)
MIT License
28 stars 7 forks source link

Is there a way to escape the comma term splitting feature? #7

Open jguett opened 1 year ago

jguett commented 1 year ago

Is there a way to escape the comma term splitting feature as described here: "Regex terms are split on comma and passed to new RegExp(pattern,flags)."

I would like to search for state abbreviations like: , MN

Thanks!