Y
Hacker News
new
|
ask
|
show
|
jobs
by
harto
6005 days ago
If you use a text editor that supports regular expressions in a find/replace, you could match on word boundaries (e.g. \bToday\b). That would avoid the first part of the problem that #12 solves.