Reputation: 119
I haven't had to use regular expressions in some time, I find myself trying
(?<lastName>[A-Za-z]+\,) (?<firstName>[A-Za-z]+)
as a matching pattern, but I think I'm going down the wrong path, let alone the replacement pattern, which is why I thought I would return pattern names.
Upvotes: 0
Views: 154