write a regular expression that will, using capturing groups,
find:
last name
first name
middle name (if available)
student ID
rank
home phone
work phone (if available)
email
program (i.e., S4040)
grade
Replace the entire row with comma-delimited values in the following
order:
first name,middle name,last
name,program,rank,grade,email,student ID,home phone,work phone
Example
substitution string for the first student
Jane,V,Quinn,S4040,SO,B,
[email protected],Q43-15-5883,318-377-4560,318-245-1144,Y