Reformating A Full Name Using Regular Expression

This script shows you how to use regular expression to convert a name in the format of "Last, First" to "First Last". Click the following button to see how it works. It is good for both IE and NS.

For more information about regular expression from Netscape, please go to developer.netscape.com/docs/manuals/js/core/jsguide/regexp.htm
For more information about regular expression from Microsoft, please go to msdn.microsoft.com/library/periodic/period99/html/09mit/valid.htm

xjiang@cccea.org