in reply to Re^6: regex to return line with name but not if it has a number
in thread regex to return line with name but not if it has a number

Some other names not matching the simple Firstname Lastname scheme:

Handling names in computers just sucks. Stuffing them into separate database fields sucks even more.

Alexander

--
Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)
  • Comment on Re^7: regex to return line with name but not if it has a number

Replies are listed 'Best First'.
Re^8: regex to return line with name but not if it has a number
by AppleFritter (Vicar) on Apr 03, 2017 at 23:35 UTC

    Handling names in computers just sucks. Stuffing them into separate database fields sucks even more.

    afoken++. And since nobody appears to have linked to it yet, here's a great list of falsehoods programmers believe about names -- quite a few eye-openers on there.

      Thanks for the link, AppleFritter++, I've finally bookmarked it.

      Alexander

      --
      Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)