27

When Google forgets to bold the whole 'Allow' word

Comments
  • 14
    aah, I see what happened... The intention is to bold the appname, but uses some regex style matching, so if the appname is parts of the word "Allow" it will bold those parts instead...
  • 0
    Haha time to review that old regex
  • 2
    It's on purpose. They meant to do that pun.
  • 0
    God damn it, am I the only one who can't download Google Allo?
  • 1
    text.replace(appName, "<b>" + appName + "</b>");

    Only replaces first occurrence.
Add Comment