06-19-2007, 10:07 PM
This is a simplified version of what I am trying to do
Whether the initial version of md is
md = "John J Doe, MD"
or
md = "John J Doe, DDS"
or
md = "John J Doe, NP"
or
md = "John J Doe, PHD"
I want the final version of md to be "John J Doe"
I am not sure why my regex is not working. Any ideas?
Stuart
Whether the initial version of md is
md = "John J Doe, MD"
or
md = "John J Doe, DDS"
or
md = "John J Doe, NP"
or
md = "John J Doe, PHD"
I want the final version of md to be "John J Doe"
I am not sure why my regex is not working. Any ideas?
Stuart