Ulf,
Thanks for replying!
I am fairly new to
Java Regex. Am using the one which comes with JDK 1.5.
Don't really understand some of your tips, being a Java Regex newbie
...
This is what I have so far:
How does one suggest reversing "Smith, Joe" to "Joe Smith", and also what if someone puts a middle name, e.g.: "Smith, Joe E.", so it would become "Joe E. Smith"?
Sincerely,
James