I've got a bunch of first names in a field that carry a middle initial with a '.' at the end..
I need a regex to convert this example:
Kenneth R.
into
Kenneth
I was trying to build my own and found this useful site btw..
http://www.gskinner.com/RegExr/
but I'm new to Perl & regular expressions and could only get "...$" - which is useless when there is no middle initial at the end of the first name....
i just found another name format that needs consideration... 'R. Kelly' needs to be 'Kelly'