description,input,output,types Replace '.' w/ ')',"('83.Ramthun',)",83)Ramthun,list(char) -> list(char) Prepend 'Sergienko',"('F',)",SergienkoF,list(char) -> list(char) Append 2 strings (I),"('Phialdelphia', '40')",Phialdelphia40,list(char) -> list(char) -> list(char) Append '636',"('C',)",C636,list(char) -> list(char) Replace '(' w/ ' ',"('Nancy(Houston',)",Nancy Houston,list(char) -> list(char) Append two words delimited by ')',"('Park', 'Hopkins')",Park)Hopkins,list(char) -> list(char) -> list(char) Append 'Cornell',"('101',)",101Cornell,list(char) -> list(char) Drop last 4 characters,"('Jenee',)",J,list(char) -> list(char) "nth (n=-1) word delimited by ','","('144,Honda550,Hopkins',)",Hopkins,list(char) -> list(char) parentheses around a single word (IIII),"('Harvard',)",(Harvard),list(char) -> list(char) drop first word delimited by ' ',"('Bess Berkeley',)",Berkeley,list(char) -> list(char) nth (n=-1) word delimited by '(',"('Berkeley(557(29',)",29,list(char) -> list(char) Abbreviate separate words (II),"('Hayley', 'Ferrari')",H.F.,list(char) -> list(char) -> list(char) ensure suffix `Andria`,"('Hornak 575 MA JacquilineAndria',)",Hornak 575 MA JacquilineAndria,list(char) -> list(char) Append two words delimited by '.',"('+2', 'Jacquiline')",+2.Jacquiline,list(char) -> list(char) -> list(char) First letters of words (IIIIII),"('+155 174 Dr Haven',)",+1DH,list(char) -> list(char) Append two words delimited by '(',"('Q', 'Ducati250')",Q(Ducati250,list(char) -> list(char) -> list(char) Append 2 strings (II),"('+163', '+141')",+163+141,list(char) -> list(char) -> list(char) Abbreviate separate words (IIII),"('S', 'Beata')",S.B.,list(char) -> list(char) -> list(char) Drop last 5 characters,"('Mcgaughey',)",Mcga,list(char) -> list(char) ensure suffix `568`,"('MD Hopkins 394',)",MD Hopkins 394568,list(char) -> list(char) Abbreviate separate words (III),"('692', 'Soderstrom')",6.S.,list(char) -> list(char) -> list(char) Take first character and append ' ',"('MI',)",M ,list(char) -> list(char) Extract word delimited by '(' - '(',"('14(Rowden(Jeanice(Acura125',)",Rowden,list(char) -> list(char) Replace '(' w/ '.',"('C(40',)",C.40,list(char) -> list(char) Append 2 strings (IIII),"('Marcus', '776')",Marcus776,list(char) -> list(char) -> list(char) nth (n=1) word delimited by '.',"('H.+7.Cortes.+169',)",+7,list(char) -> list(char) Take first 2 characters,"('334',)",33,list(char) -> list(char) Extract word delimited by '-' - ')',"('York-Mackenzie)Jacquiline)L',)",Mackenzie,list(char) -> list(char) Prepend '+174',"('851',)",+174851,list(char) -> list(char) Prepend 'UCLA',"('Sergienko',)",UCLASergienko,list(char) -> list(char) ensure suffix `Ramthun`,"('Ghoston Bobo Scalia Chism',)",Ghoston Bobo Scalia ChismRamthun,list(char) -> list(char) nth (n=0) word delimited by '-',"('Jeff-Lara-Karrie',)",Jeff,list(char) -> list(char) Append 2 strings (IIIIII),"('+199', '919')",+199919,list(char) -> list(char) -> list(char) "parentheses around word delimited by '.' & ','","('476.47,017',)","476.(47),017",list(char) -> list(char) Prepend '+174',"('52',)",+17452,list(char) -> list(char) First letters of words (IIIIII),"('43 390 Phillip',)",43P,list(char) -> list(char) Append two words delimited by ' ',"('Acura', 'Vena')",Acura Vena,list(char) -> list(char) -> list(char) "parentheses around word delimited by ',' & ','","(',548,43',)",",(548),43",list(char) -> list(char) parentheses around a single word (IIIII),"('York',)",(York),list(char) -> list(char) Take first character and append ' ',"('Alida',)",A ,list(char) -> list(char) parentheses around a single word (I),"('+140',)",(+140),list(char) -> list(char) Prepend 'Jani',"('Andria',)",JaniAndria,list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"('Spagnoli Marquess Gertude',)",Spagnoli (Marquess) Gertude,list(char) -> list(char) Append 'Beata',"('Eccleston',)",EcclestonBeata,list(char) -> list(char) "parentheses around word delimited by ',' & ' '","('29,10 Stefany +158',)","29,(10) Stefany +158",list(char) -> list(char) "Replace '-' w/ ','","('2-FreeHafer-+188',)","2,FreeHafer,+188",list(char) -> list(char) "nth (n=0) word delimited by ','","('R,Miah,Arbor',)",R,list(char) -> list(char) "Append two words delimited by '(,'","('50', '949')","50(,949",list(char) -> list(char) -> list(char) "Abbreviate words separated by ','","('Trinidad,58',)",T.5.,list(char) -> list(char) Extract word delimited by '(' - '(',"('Andria(Honda125(+75(Malissa',)",Honda125,list(char) -> list(char) Prepend 'Hornak',"('P',)",HornakP,list(char) -> list(char) ensure suffix `769`,"('Ducati125 A Eccleston +198769',)",Ducati125 A Eccleston +198769,list(char) -> list(char) nth (n=1) word delimited by '(',"('+188(45(+9',)",45,list(char) -> list(char) "Take first character and append ','","('56',)","5,",list(char) -> list(char) nth (n=0) word delimited by '.',"('Bradford.971.+180',)",Bradford,list(char) -> list(char) nth (n=1) word delimited by '(',"('Phialdelphia(+176(741(Ducati250',)",+176,list(char) -> list(char) Prepend 'Hornak',"('865',)",Hornak865,list(char) -> list(char) Extract word delimited by ')' - '-',"('+60)Lain-Ducati100-Bradford',)",Lain,list(char) -> list(char) First letters of words (IIII),"('Ducati250 Lashanda N Barbara',)",DLNB,list(char) -> list(char) Append 2 strings (IIIIII),"('Miah', '81')",Miah81,list(char) -> list(char) -> list(char) Drop last 1 characters,"('290',)",29,list(char) -> list(char) Drop last 4 characters,"('+167',)",,list(char) -> list(char) Drop last 3 characters,"('Hage',)",H,list(char) -> list(char) parentheses around a single word (III),"('NY',)",(NY),list(char) -> list(char) Append 2 strings (I),"('Georgina', '2')",Georgina2,list(char) -> list(char) -> list(char) Abbreviate separate words (III),"('+189', '856')",+.8.,list(char) -> list(char) -> list(char) nth (n=1) word delimited by '.',"('Ducati125.of.588.843',)",of,list(char) -> list(char) Append two words delimited by ' ',"('Mariel', 'Harvard')",Mariel Harvard,list(char) -> list(char) -> list(char) Append 'Dermody',"('Columbia',)",ColumbiaDermody,list(char) -> list(char) "drop first word delimited by ','","('Nancy,Beata,512,864',)","Beata,512,864",list(char) -> list(char) parentheses around a single word (IIII),"('+155',)",(+155),list(char) -> list(char) Prepend '170' to first word,"('Malissa W',)",170Malissa,list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"(' California +104,Teddy',)"," (California) +104,Teddy",list(char) -> list(char) Abbreviate words separated by ' ',"('938 Alida',)",9.A.,list(char) -> list(char) ensure suffix `Ramthun`,"('Annalisa Latimore ChismRamthun',)",Annalisa Latimore ChismRamthun,list(char) -> list(char) ensure suffix `Andria`,"('Madelaine +189Andria',)",Madelaine +189Andria,list(char) -> list(char) Abbreviate separate words (IIIIII),"('Lakenya', '62')",L.6.,list(char) -> list(char) -> list(char) Replace '.' w/ ')',"('622.270',)",622)270,list(char) -> list(char) "nth (n=0) word delimited by ','","('Neil,Heintz,Malissa,Berkeley',)",Neil,list(char) -> list(char) Replace ' ' w/ '(',"('035 Penn Hornak',)",035(Penn(Hornak,list(char) -> list(char) Prepend 'UCLA',"('MI',)",UCLAMI,list(char) -> list(char) Prepend 'Hornak',"('Mackenzie',)",HornakMackenzie,list(char) -> list(char) Append 2 strings (IIII),"('426', '369')",426369,list(char) -> list(char) -> list(char) "Extract word delimited by ')' - ','","('Cambridge)Storrs,449)10',)",Storrs,list(char) -> list(char) Abbreviate separate words (IIIIII),"('+81', 'Halpern')",+.H.,list(char) -> list(char) -> list(char) Prepend '+174',"('Jurgens',)",+174Jurgens,list(char) -> list(char) Abbreviate words separated by '-',"('941-162',)",9.1.,list(char) -> list(char) Append 2 strings (IIII),"('Seamons', 'Lakenya')",SeamonsLakenya,list(char) -> list(char) -> list(char) Append 2 strings (I),"('Richert', 'NY')",RichertNY,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by ' ',"('Park +183 186',)",186,list(char) -> list(char) Append '636',"('FreeHafer',)",FreeHafer636,list(char) -> list(char) Abbreviate words separated by ')',"('+196)253',)",+.2.,list(char) -> list(char) First letters of words (IIIII),"('46 439',)",44,list(char) -> list(char) Prepend 'Spell',"('Aylward',)",SpellAylward,list(char) -> list(char) Append two words delimited by ' ',"('2', '+151')",2 +151,list(char) -> list(char) -> list(char) "parentheses around word delimited by '.' & ','","('.DPhiladelphia,+132 G',)",".(DPhiladelphia),+132 G",list(char) -> list(char) parentheses around word delimited by '-' & '.',"('Lain-Edison.C-Temple',)",Lain-(Edison).C-Temple,list(char) -> list(char) First letters of words (III),"('Lango Babiarz R',)",LBR,list(char) -> list(char) Drop last 4 characters,"('Santa',)",S,list(char) -> list(char) Append 2 strings (II),"('245', 'Casler')",245Casler,list(char) -> list(char) -> list(char) drop first word delimited by '.',"('Angeles.+115.+140',)",+115.+140,list(char) -> list(char) Drop last 5 characters,"('Cencici',)",Ce,list(char) -> list(char) Prepend '+167' to first word,"('172 Hayley',)",+167172,list(char) -> list(char) nth (n=1) word delimited by '-',"('+155-Covelli-Constable-405',)",Covelli,list(char) -> list(char) nth (n=0) word delimited by '-',"('+172-Penn-Chilcott-E',)",+172,list(char) -> list(char) "Take first character and append ','","('Ramthun',)","R,",list(char) -> list(char) "Replace ',' w/ '('","('066,+106,Bobo,200',)",066(+106(Bobo(200,list(char) -> list(char) Replace ' ' w/ '(',"('+9 Rowden Reily',)",+9(Rowden(Reily,list(char) -> list(char) Prepend 'Ghoston' to first word,"('Samuel Hage',)",GhostonSamuel,list(char) -> list(char) Prepend 'Spell',"('+197',)",Spell+197,list(char) -> list(char) nth (n=0) word delimited by '.',"('505.+46',)",505,list(char) -> list(char) Replace '(' w/ '.',"('75(University',)",75.University,list(char) -> list(char) Drop last 1 characters,"('+130',)",+13,list(char) -> list(char) Append 2 strings (III),"('35', '981')",35981,list(char) -> list(char) -> list(char) drop first word delimited by ' ',"('141 Lashanda',)",Lashanda,list(char) -> list(char) Drop last 2 characters,"('Stefany',)",Stefa,list(char) -> list(char) "Extract word delimited by ',' - ','","('Barbara,+86,95,Urbana',)",+86,list(char) -> list(char) Take first 5 characters,"('Carlene',)",Carle,list(char) -> list(char) Take first 5 characters,"('Gregori',)",Grego,list(char) -> list(char) Append 2 strings (I),"('I', '+172')",I+172,list(char) -> list(char) -> list(char) parentheses around first word,"('018 +176 Houston',)",(018),list(char) -> list(char) nth (n=1) word delimited by '-',"('Kotas-028',)",028,list(char) -> list(char) Prepend '170' to first word,"('Malissa 500',)",170Malissa,list(char) -> list(char) Extract word delimited by '(' - '(',"('Montiel(Temple(Heintz(Teddy',)",Temple,list(char) -> list(char) Append 'Dermody',"('+5',)",+5Dermody,list(char) -> list(char) Take first character and append '(',"('82',)",8(,list(char) -> list(char) Append 'Beata',"('092',)",092Beata,list(char) -> list(char) Append two words delimited by ' ',"('051', '+174')",051 +174,list(char) -> list(char) -> list(char) Abbreviate words separated by '(',"('Jeanice(Acura',)",J.A.,list(char) -> list(char) "Extract word delimited by ',' - '.'","('86,+161.13,+7',)",+161,list(char) -> list(char) Abbreviate separate words (I),"('Irwin', 'Spell')",I.S.,list(char) -> list(char) -> list(char) Prepend '177' to first word,"('421 Annalisa',)",177421,list(char) -> list(char) Extract word delimited by '(' - '(',"('Ducati250(+183(Richert(Park',)",+183,list(char) -> list(char) "Abbreviate words separated by ','","('FreeHafer,Park',)",F.P.,list(char) -> list(char) "nth (n=0) word delimited by ','","('+115,+106',)",+115,list(char) -> list(char) "Extract word delimited by ')' - ','","('963)Kathlyn,Melodi,Spagnoli',)",Kathlyn,list(char) -> list(char) Abbreviate separate words (IIIII),"('Ducati125', '46')",D.4.,list(char) -> list(char) -> list(char) Append 2 strings (IIIIII),"('O', '765')",O765,list(char) -> list(char) -> list(char) First letters of words (IIII),"('CT FreeHafer Bogle',)",CFB,list(char) -> list(char) ensure suffix `Scalia`,"('Ramthun Beata Chism FreeHaferScalia',)",Ramthun Beata Chism FreeHaferScalia,list(char) -> list(char) "Append two words delimited by ','","('Acura100', '705')","Acura100,705",list(char) -> list(char) -> list(char) ensure suffix `568`,"('+194 517 Bobo568',)",+194 517 Bobo568,list(char) -> list(char) "nth (n=-1) word delimited by ','","('50,+9',)",+9,list(char) -> list(char) Extract word delimited by '-' - ')',"('155-Reily)Haven)+132',)",Reily,list(char) -> list(char) drop first word delimited by '.',"('598.849.854.Kimberley',)",849.854.Kimberley,list(char) -> list(char) Prepend 'Carlene' to first word,"('997 CA',)",Carlene997,list(char) -> list(char) "drop first word delimited by ','","('943,65,216,CA',)","65,216,CA",list(char) -> list(char) nth (n=-1) word delimited by '.',"('197.58',)",58,list(char) -> list(char) nth (n=-1) word delimited by ')',"('+42)+98)+115)Junkin',)",Junkin,list(char) -> list(char) nth (n=1) word delimited by ')',"('Mariel)Carlene)Ducati100)Jeff',)",Carlene,list(char) -> list(char) nth (n=-1) word delimited by ')',"('+151)50)Withers',)",Withers,list(char) -> list(char) Append 2 strings (III),"('Tobias', '58')",Tobias58,list(char) -> list(char) -> list(char) Drop last 1 characters,"('769',)",76,list(char) -> list(char) Take first 5 characters,"('Desiree',)",Desir,list(char) -> list(char) "nth (n=-1) word delimited by ','","('468,376',)",376,list(char) -> list(char) nth (n=0) word delimited by '.',"('Maryann.705.Barbara',)",Maryann,list(char) -> list(char) "parentheses around word delimited by ',' & ' '","(',551 Cencici 68',)",",(551) Cencici 68",list(char) -> list(char) Append two words delimited by '. ',"('62', 'Mackenzie')",62. Mackenzie,list(char) -> list(char) -> list(char) Take first 4 characters,"('Ducati250',)",Duca,list(char) -> list(char) Take first 2 characters,"('Stefany',)",St,list(char) -> list(char) nth (n=-1) word delimited by ' ',"('K 358 Jacquiline Columbia',)",Columbia,list(char) -> list(char) Take first 4 characters,"('Haven',)",Have,list(char) -> list(char) Prepend 'Carlene' to first word,"('+155 45',)",Carlene+155,list(char) -> list(char) Prepend 'Jani',"('Ithaca',)",JaniIthaca,list(char) -> list(char) First letters of words (I),"('81 Heintz Pannell',)",8HP,list(char) -> list(char) Take first character and append '(',"('020',)",0(,list(char) -> list(char) Abbreviate words separated by ')',"('83)56',)",8.5.,list(char) -> list(char) nth (n=1) word delimited by ' ',"('University Sergienko',)",Sergienko,list(char) -> list(char) parentheses around a single word (I),"('+176',)",(+176),list(char) -> list(char) "parentheses around word delimited by '.' & ','","('.+197,64',)",".(+197),64",list(char) -> list(char) nth (n=-1) word delimited by ' ',"('CA Vena 23 Hopkins',)",Hopkins,list(char) -> list(char) Prepend '170' to first word,"('Drexel Maryann',)",170Drexel,list(char) -> list(char) nth (n=-1) word delimited by ')',"('539)027)42',)",42,list(char) -> list(char) Append 2 strings (IIIIII),"('Garrard', '+141')",Garrard+141,list(char) -> list(char) -> list(char) Extract word delimited by '-' - ')',"('NY-Philadelphia)Ferrari-PA',)",Philadelphia,list(char) -> list(char) First letters of words (III),"('Trinidad 500 862',)",T58,list(char) -> list(char) Append two words delimited by ')',"('Storrs', 'Jacquiline')",Storrs)Jacquiline,list(char) -> list(char) -> list(char) Drop last 5 characters,"('Heintz',)",H,list(char) -> list(char) ensure suffix `Scalia`,"('Ducati250 HoustonScalia',)",Ducati250 HoustonScalia,list(char) -> list(char) Abbreviate words separated by '(',"('G(Partida',)",G.P.,list(char) -> list(char) ensure suffix `Columbia`,"('647 Seamons 40 Teddy',)",647 Seamons 40 TeddyColumbia,list(char) -> list(char) nth (n=0) word delimited by '(',"('B(23',)",B,list(char) -> list(char) Append 2 strings (IIII),"('141', '636')",141636,list(char) -> list(char) -> list(char) parentheses around a single word (IIIII),"('Acura',)",(Acura),list(char) -> list(char) Abbreviate words separated by '.',"('Cambridge.6',)",C.6.,list(char) -> list(char) ensure suffix `769`,"('520 T769',)",520 T769,list(char) -> list(char) Append two words delimited by '-',"('+196', 'O')",+196-O,list(char) -> list(char) -> list(char) ensure suffix `Ramthun`,"('107 CollegeRamthun',)",107 CollegeRamthun,list(char) -> list(char) Append two words delimited by '-',"('119', 'Harvard')",119-Harvard,list(char) -> list(char) -> list(char) Replace '(' w/ ')',"('Hornak(Q(Mackenzie',)",Hornak)Q)Mackenzie,list(char) -> list(char) "Append two words delimited by '(,'","('Ducati100', '+176')","Ducati100(,+176",list(char) -> list(char) -> list(char) Abbreviate words separated by '-',"('Mackenzie-K',)",M.K.,list(char) -> list(char) First letters of words (I),"('C 461 +140 Phillip',)",C4+P,list(char) -> list(char) parentheses around a single word (IIIII),"('68',)",(68),list(char) -> list(char) Replace ' ' w/ '(',"('Honda250 Casler Edison',)",Honda250(Casler(Edison,list(char) -> list(char) Extract word delimited by ')' - '-',"('141)Penn-Jani-Clasen',)",Penn,list(char) -> list(char) Append two words delimited by '.-',"('2', 'Kotas')",2.-Kotas,list(char) -> list(char) -> list(char) Append 2 strings (IIIII),"('Jacquiline', 'College')",JacquilineCollege,list(char) -> list(char) -> list(char) Append 'Cornell',"('715',)",715Cornell,list(char) -> list(char) parentheses around word delimited by ' ' & '-',"(' Reily-Withers,Urbana',)"," (Reily)-Withers,Urbana",list(char) -> list(char) nth (n=1) word delimited by '(',"('Andria(736(654',)",736,list(char) -> list(char) "Abbreviate words separated by ','","('Rice,883',)",R.8.,list(char) -> list(char) Abbreviate separate words (IIII),"('M', '145')",M.1.,list(char) -> list(char) -> list(char) "Extract word delimited by ',' - '.'","('CT,+118.Mariel.40',)",+118,list(char) -> list(char) Extract word delimited by '-' - ')',"('T-188)Brendan-736',)",188,list(char) -> list(char) "parentheses around word delimited by ',' & ' '","(',Samuel Stefany.+185',)",",(Samuel) Stefany.+185",list(char) -> list(char) "nth (n=1) word delimited by ','","('Tobias,986,FreeHafer,+9',)",986,list(char) -> list(char) drop first word delimited by ')',"('Mariel)+195',)",+195,list(char) -> list(char) Take first character and append '-',"('751',)",7-,list(char) -> list(char) Append '+138',"('Cornell',)",Cornell+138,list(char) -> list(char) nth (n=-1) word delimited by '-',"('Alaina-Jacquiline',)",Jacquiline,list(char) -> list(char) Append 'Angeles',"('Celsa',)",CelsaAngeles,list(char) -> list(char) Take first character and append ' ',"('Jan',)",J ,list(char) -> list(char) Append 2 strings (II),"('Spell', 'Los')",SpellLos,list(char) -> list(char) -> list(char) "Replace '-' w/ ','","('Georgina-Dr-Alida-Acura100',)","Georgina,Dr,Alida,Acura100",list(char) -> list(char) "parentheses around word delimited by ',' & ' '","('Dr,+104 45',)","Dr,(+104) 45",list(char) -> list(char) Drop last 4 characters,"('Andria',)",An,list(char) -> list(char) "drop first word delimited by ','","('+6,Micha,167',)","Micha,167",list(char) -> list(char) "Replace ',' w/ '.'","('Reily,Madelaine',)",Reily.Madelaine,list(char) -> list(char) nth (n=0) word delimited by '(',"('Pennsylvania(Marquess',)",Pennsylvania,list(char) -> list(char) nth (n=0) word delimited by ' ',"('268 14 +104',)",268,list(char) -> list(char) parentheses around second word,"('O Jeanice',)",(Jeanice),list(char) -> list(char) drop first word delimited by ' ',"('S 2 86 178',)",2 86 178,list(char) -> list(char) Take first character and append '.',"('+189',)",+.,list(char) -> list(char) Drop last 2 characters,"('MI',)",,list(char) -> list(char) nth (n=1) word delimited by '.',"('Karrie.Covelli.882.+129',)",Covelli,list(char) -> list(char) "parentheses around word delimited by ',' & ','","('Bess,994,Montiel',)","Bess,(994),Montiel",list(char) -> list(char) Drop last 2 characters,"('562',)",5,list(char) -> list(char) "Extract word delimited by ',' - ','","('7,Soderstrom,S,A',)",Soderstrom,list(char) -> list(char) parentheses around a single word (IIII),"('+176',)",(+176),list(char) -> list(char) drop first word delimited by '(',"('75(Rice',)",Rice,list(char) -> list(char) ensure suffix `997`,"('+163 +129997',)",+163 +129997,list(char) -> list(char) "Replace '-' w/ ','","('+138-Irwin-46',)","+138,Irwin,46",list(char) -> list(char) ensure suffix `568`,"('+47 P568',)",+47 P568,list(char) -> list(char) Prepend '+174',"('S',)",+174S,list(char) -> list(char) nth (n=0) word delimited by ')',"('Lara)+176',)",Lara,list(char) -> list(char) Append two words delimited by '. ',"('Philadelphia', '433')",Philadelphia. 433,list(char) -> list(char) -> list(char) Take first 2 characters,"('Dermody',)",De,list(char) -> list(char) Abbreviate separate words (IIII),"('413', 'Acura')",4.A.,list(char) -> list(char) -> list(char) ensure suffix `997`,"('Hopkins 701 F',)",Hopkins 701 F997,list(char) -> list(char) Prepend 'Sergienko',"('009',)",Sergienko009,list(char) -> list(char) Take first character and append '.',"('+46',)",+.,list(char) -> list(char) Prepend 'Ghoston' to first word,"('FreeHafer 47',)",GhostonFreeHafer,list(char) -> list(char) Drop last 1 characters,"('Latimore',)",Latimor,list(char) -> list(char) Take first 3 characters,"('598',)",598,list(char) -> list(char) drop first word delimited by ')',"('Jenee)Jenee)151)UC',)",Jenee)151)UC,list(char) -> list(char) "parentheses around word delimited by ',' & ','","('100,066,Annalisa',)","100,(066),Annalisa",list(char) -> list(char) First letters of words (IIII),"('310 817 Q +185',)",38Q+,list(char) -> list(char) Prepend 'Spell',"('+105',)",Spell+105,list(char) -> list(char) "Append two words delimited by '(,'","('245', '18')","245(,18",list(char) -> list(char) -> list(char) Append two words delimited by '.',"('R', 'Rowden')",R.Rowden,list(char) -> list(char) -> list(char) Abbreviate separate words (III),"('038', 'Hornak')",0.H.,list(char) -> list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"('Honda250 Melodi +9-Kotas',)",Honda250 (Melodi) +9-Kotas,list(char) -> list(char) Prepend 'Sergienko',"('Barbara',)",SergienkoBarbara,list(char) -> list(char) Drop last 5 characters,"('Ferrari250',)",Ferra,list(char) -> list(char) Append 'Cornell',"('Akiyama',)",AkiyamaCornell,list(char) -> list(char) Append '+138',"('512',)",512+138,list(char) -> list(char) Append 'Angeles',"('469',)",469Angeles,list(char) -> list(char) "drop first word delimited by ','","('Rice,Partida,894,40',)","Partida,894,40",list(char) -> list(char) Abbreviate words separated by ' ',"('038 Cruz',)",0.C.,list(char) -> list(char) Drop last 3 characters,"('857',)",,list(char) -> list(char) Append two words delimited by ' -',"('2', 'J')",2 -J,list(char) -> list(char) -> list(char) ensure suffix `Scalia`,"('Angeles T N',)",Angeles T NScalia,list(char) -> list(char) parentheses around a single word (III),"('Park',)",(Park),list(char) -> list(char) Abbreviate separate words (IIIIII),"('25', '488')",2.4.,list(char) -> list(char) -> list(char) "Append two words delimited by ','","('Pennsylvania', '+198')","Pennsylvania,+198",list(char) -> list(char) -> list(char) Prepend 'Jani',"('25',)",Jani25,list(char) -> list(char) Abbreviate words separated by ' ',"('Annalisa College',)",A.C.,list(char) -> list(char) Prepend 'Ghoston' to first word,"('720 588',)",Ghoston720,list(char) -> list(char) ensure suffix `769`,"('Andria +140 Spell',)",Andria +140 Spell769,list(char) -> list(char) Append two words delimited by ')',"('Vena', 'Eccleston')",Vena)Eccleston,list(char) -> list(char) -> list(char) Take first character and append '-',"('Chong',)",C-,list(char) -> list(char) Prepend '177' to first word,"('566 14',)",177566,list(char) -> list(char) "Replace ',' w/ '('","('+132,Tobias',)",+132(Tobias,list(char) -> list(char) Take first character and append '-',"('+158',)",+-,list(char) -> list(char) ensure suffix `997`,"('Quashie Miah',)",Quashie Miah997,list(char) -> list(char) ensure suffix `Columbia`,"('Ferrari250 +58 AndrewColumbia',)",Ferrari250 +58 AndrewColumbia,list(char) -> list(char) "Extract word delimited by ')' - ','","('+104)+58,Ramthun,Bobo',)",+58,list(char) -> list(char) Append 2 strings (II),"('I', 'P')",IP,list(char) -> list(char) -> list(char) "Replace ',' w/ '.'","('Ducati,+147',)",Ducati.+147,list(char) -> list(char) nth (n=1) word delimited by '.',"('Bogle.Jani',)",Jani,list(char) -> list(char) Append two words delimited by '(',"('PA', 'Dermody')",PA(Dermody,list(char) -> list(char) -> list(char) "Replace '-' w/ ','","('834-Cruz-+197-Clasen',)","834,Cruz,+197,Clasen",list(char) -> list(char) Prepend '086' to first word,"('Georgina 72',)",086Georgina,list(char) -> list(char) Abbreviate words separated by '.',"('T.81',)",T.8.,list(char) -> list(char) "Take first character and append ','","('546',)","5,",list(char) -> list(char) "Abbreviate words separated by ','","('R,+108',)",R.+.,list(char) -> list(char) Prepend '086' to first word,"('35 Lara',)",08635,list(char) -> list(char) parentheses around a single word (III),"('Lain',)",(Lain),list(char) -> list(char) Append 'Beata',"('997',)",997Beata,list(char) -> list(char) parentheses around a single word (II),"('Honda',)",(Honda),list(char) -> list(char) "Extract word delimited by ',' - ','","('+75,FreeHafer,861,Babiarz',)",FreeHafer,list(char) -> list(char) parentheses around word delimited by ' ' & '-',"('+151 Annalisa-Phillip-Pennsylvania',)",+151 (Annalisa)-Phillip-Pennsylvania,list(char) -> list(char) Take first character and append ')',"('+169',)",+),list(char) -> list(char) Abbreviate separate words (IIIIII),"('O', 'Dr')",O.D.,list(char) -> list(char) -> list(char) First letters of words (IIII),"('Spell 865 169 095',)",S810,list(char) -> list(char) ensure suffix `Ramthun`,"('Bogle Miah Honda250 Trinidad',)",Bogle Miah Honda250 TrinidadRamthun,list(char) -> list(char) Append two words delimited by '-',"('Constable', '+197')",Constable-+197,list(char) -> list(char) -> list(char) Prepend 'Jani',"('Honda550',)",JaniHonda550,list(char) -> list(char) First letters of words (IIIII),"('751 Drexel L J',)",7DLJ,list(char) -> list(char) Append two words delimited by ' -',"('779', 'Withers')",779 -Withers,list(char) -> list(char) -> list(char) Append two words delimited by '..',"('568', 'Teddy')",568..Teddy,list(char) -> list(char) -> list(char) Append 2 strings (IIIII),"('Madelaine', '29')",Madelaine29,list(char) -> list(char) -> list(char) Append 2 strings (IIIII),"('Alaina', '7')",Alaina7,list(char) -> list(char) -> list(char) Abbreviate separate words (II),"('395', '082')",3.0.,list(char) -> list(char) -> list(char) drop first word delimited by '-',"('62-Temple',)",Temple,list(char) -> list(char) Prepend 'Ghoston' to first word,"('125 +118',)",Ghoston125,list(char) -> list(char) parentheses around first word,"('415 +115 484',)",(415),list(char) -> list(char) parentheses around a single word (IIIII),"('Halpern',)",(Halpern),list(char) -> list(char) Abbreviate separate words (I),"('+118', '894')",+.8.,list(char) -> list(char) -> list(char) Drop last 3 characters,"('Brescia',)",Bres,list(char) -> list(char) Abbreviate words separated by '(',"('+180(P',)",+.P.,list(char) -> list(char) drop first word delimited by ')',"('Heintz)Babiarz)University',)",Babiarz)University,list(char) -> list(char) Abbreviate separate words (III),"('+174', 'Lain')",+.L.,list(char) -> list(char) -> list(char) ensure suffix `Andria`,"('+13 20 +7',)",+13 20 +7Andria,list(char) -> list(char) Append '636',"('844',)",844636,list(char) -> list(char) "nth (n=1) word delimited by ','","('473,Phialdelphia',)",Phialdelphia,list(char) -> list(char) Prepend 'Carlene' to first word,"('43 927',)",Carlene43,list(char) -> list(char) nth (n=1) word delimited by ')',"('UC)+176)Jeanice)+174',)",+176,list(char) -> list(char) Take first character and append '-',"('Scalia',)",S-,list(char) -> list(char) Append two words delimited by ' ',"('Malissa', 'Philadelphia')",Malissa Philadelphia,list(char) -> list(char) -> list(char) Replace '-' w/ ' ',"('+183-13',)",+183 13,list(char) -> list(char) First letters of words (III),"('+5 Urbana',)",+U,list(char) -> list(char) First letters of words (IIIIII),"('888 Penn 50 UC',)",8P5U,list(char) -> list(char) Extract word delimited by ')' - '-',"('Cruz)+188-Maryann)183',)",+188,list(char) -> list(char) Append two words delimited by '(',"('204', 'Elias')",204(Elias,list(char) -> list(char) -> list(char) Take first 2 characters,"('+2',)",+2,list(char) -> list(char) parentheses around a single word (II),"('B',)",(B),list(char) -> list(char) Abbreviate separate words (IIIII),"('50', 'PA')",5.P.,list(char) -> list(char) -> list(char) Append two words delimited by '(',"('176', 'C')",176(C,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by '-',"('+172-University-College',)",College,list(char) -> list(char) Take first character and append ')',"('83',)",8),list(char) -> list(char) Append two words delimited by '..',"('Vena', '50')",Vena..50,list(char) -> list(char) -> list(char) Append two words delimited by '..',"('Spagnoli', 'Hornak')",Spagnoli..Hornak,list(char) -> list(char) -> list(char) nth (n=1) word delimited by '-',"('Launa-Hornak',)",Hornak,list(char) -> list(char) Abbreviate separate words (IIII),"('+140', 'Partida')",+.P.,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by ' ',"('Edison 29 938 W',)",W,list(char) -> list(char) Append two words delimited by '.',"('632', '836')",632.836,list(char) -> list(char) -> list(char) nth (n=0) word delimited by ')',"('E)844',)",E,list(char) -> list(char) Append two words delimited by '.-',"('Philadelphia', '6')",Philadelphia.-6,list(char) -> list(char) -> list(char) parentheses around a single word (II),"('426',)",(426),list(char) -> list(char) First letters of words (I),"('Andria Richert 652 Penn',)",AR6P,list(char) -> list(char) Abbreviate words separated by '.',"('Spagnoli.734',)",S.7.,list(char) -> list(char) Abbreviate words separated by '.',"('817.33',)",8.3.,list(char) -> list(char) Take first 4 characters,"('+106',)",+106,list(char) -> list(char) nth (n=1) word delimited by ' ',"('+132 Annalisa Mcgaughey Ferrari',)",Annalisa,list(char) -> list(char) Prepend 'Hornak',"('H',)",HornakH,list(char) -> list(char) Abbreviate words separated by '-',"('Cruz-150',)",C.1.,list(char) -> list(char) First letters of words (IIIII),"('Honda550 +180 Q',)",H+Q,list(char) -> list(char) Take first character and append ')',"('414',)",4),list(char) -> list(char) Take first 4 characters,"('Reily',)",Reil,list(char) -> list(char) Abbreviate words separated by ' ',"('+104 Hayley',)",+.H.,list(char) -> list(char) First letters of words (IIIII),"('Dr UC K Rowden',)",DUKR,list(char) -> list(char) parentheses around second word,"('California 86',)",(86),list(char) -> list(char) Append two words delimited by ' ',"('Lain', 'Irwin')",Lain Irwin,list(char) -> list(char) -> list(char) Prepend '+167' to first word,"('Madelaine Carlene',)",+167Madelaine,list(char) -> list(char) Abbreviate words separated by '-',"('Kathlyn-Beata',)",K.B.,list(char) -> list(char) First letters of words (II),"('438 20 MA FreeHafer',)",42MF,list(char) -> list(char) Abbreviate separate words (I),"('Dermody', 'D')",D.D.,list(char) -> list(char) -> list(char) Replace '.' w/ ')',"('Beata.21.119',)",Beata)21)119,list(char) -> list(char) Prepend 'Spell',"('358',)",Spell358,list(char) -> list(char) Append '636',"('Bess',)",Bess636,list(char) -> list(char) Append two words delimited by ' -',"('Q', 'Phillip')",Q -Phillip,list(char) -> list(char) -> list(char) Abbreviate separate words (II),"('Gertude', 'Dermody')",G.D.,list(char) -> list(char) -> list(char) parentheses around word delimited by ' ' & '-',"(' +194-9',)", (+194)-9,list(char) -> list(char) nth (n=0) word delimited by '.',"('B.25.Jeanice',)",B,list(char) -> list(char) parentheses around word delimited by '-' & '.',"('9-Ducati125.976.Alida',)",9-(Ducati125).976.Alida,list(char) -> list(char) Take first character and append '(',"('Pennsylvania',)",P(,list(char) -> list(char) nth (n=1) word delimited by '-',"('504-Jeanice-K',)",Jeanice,list(char) -> list(char) Append 'Beata',"('S',)",SBeata,list(char) -> list(char) Replace '-' w/ ' ',"('+106-Yale-+130-+141',)",+106 Yale +130 +141,list(char) -> list(char) Prepend '086' to first word,"('Ducati Penn',)",086Ducati,list(char) -> list(char) Abbreviate words separated by ')',"('585)13',)",5.1.,list(char) -> list(char) parentheses around first word,"('TX 33 Pennsylvania',)",(TX),list(char) -> list(char) nth (n=0) word delimited by ' ',"('42 597 J',)",42,list(char) -> list(char) Drop last 2 characters,"('Nancy',)",Nan,list(char) -> list(char) Append two words delimited by '.-',"('Mackenzie', '163')",Mackenzie.-163,list(char) -> list(char) -> list(char) drop first word delimited by '-',"('Coralee-862',)",862,list(char) -> list(char) nth (n=1) word delimited by '(',"('W(517(+199',)",517,list(char) -> list(char) parentheses around first word,"('+108 29 95 +196 332',)",(+108),list(char) -> list(char) "Take first character and append ','","('Covelli',)","C,",list(char) -> list(char) Take first character and append ')',"('DPhiladelphia',)",D),list(char) -> list(char) Append 'Cornell',"('IL',)",ILCornell,list(char) -> list(char) drop first word delimited by ' ',"('386 Georgina 720 141',)",Georgina 720 141,list(char) -> list(char) Prepend '177' to first word,"('Jacqualine +180',)",177Jacqualine,list(char) -> list(char) "Replace ',' w/ '('","('820,Connecticut',)",820(Connecticut,list(char) -> list(char) Replace '-' w/ ' ',"('Jacqualine-62',)",Jacqualine 62,list(char) -> list(char) "Extract word delimited by ',' - '.'","('426,Lain.45,Honda125',)",Lain,list(char) -> list(char) Prepend 'UCLA',"('Ferrari',)",UCLAFerrari,list(char) -> list(char) Replace '(' w/ ' ',"('+194(Alaina',)",+194 Alaina,list(char) -> list(char) drop first word delimited by '.',"('Jenee.21.80.Soderstrom',)",21.80.Soderstrom,list(char) -> list(char) nth (n=1) word delimited by ')',"('R)+144',)",+144,list(char) -> list(char) nth (n=-1) word delimited by '-',"('21-of',)",of,list(char) -> list(char) "Replace ',' w/ '.'","('017,Celsa',)",017.Celsa,list(char) -> list(char) Append two words delimited by '.',"('Bradford', 'Beata')",Bradford.Beata,list(char) -> list(char) -> list(char) drop first word delimited by '.',"('Acura.Urbana',)",Urbana,list(char) -> list(char) drop first word delimited by ')',"('Jeanice)+194)+189)491',)",+194)+189)491,list(char) -> list(char) nth (n=1) word delimited by ')',"('Partida)FreeHafer)+130)D',)",FreeHafer,list(char) -> list(char) Extract word delimited by ')' - '-',"('+144)060-Soderstrom)68',)",060,list(char) -> list(char) ensure suffix `Columbia`,"('158 Quashie Hage',)",158 Quashie HageColumbia,list(char) -> list(char) nth (n=-1) word delimited by '(',"('684(Ghoston',)",Ghoston,list(char) -> list(char) Append two words delimited by '. ',"('Haven', '575')",Haven. 575,list(char) -> list(char) -> list(char) nth (n=0) word delimited by ' ',"('Brescia A 56',)",Brescia,list(char) -> list(char) nth (n=-1) word delimited by '.',"('+118.Mulloy.56',)",56,list(char) -> list(char) Abbreviate separate words (II),"('York', 'Madelaine')",Y.M.,list(char) -> list(char) -> list(char) parentheses around second word,"('Trinidad 311 33',)",(311),list(char) -> list(char) "Extract word delimited by ',' - '.'","('504,566.20.F',)",566,list(char) -> list(char) nth (n=-1) word delimited by '.',"('N.Annalisa.Houston',)",Houston,list(char) -> list(char) parentheses around a single word (III),"('Ducati',)",(Ducati),list(char) -> list(char) nth (n=0) word delimited by '(',"('Lango(Desiree',)",Lango,list(char) -> list(char) First letters of words (II),"('Celsa Latimore',)",CL,list(char) -> list(char) nth (n=0) word delimited by '(',"('C(98',)",C,list(char) -> list(char) "Extract word delimited by ')' - ','","('244)Karrie,Lashanda)Kimberley',)",Karrie,list(char) -> list(char) Take first 3 characters,"('Vena',)",Ven,list(char) -> list(char) Replace '-' w/ ' ',"('759-Bogle',)",759 Bogle,list(char) -> list(char) nth (n=1) word delimited by ' ',"('29 Ferrari250',)",Ferrari250,list(char) -> list(char) Replace '(' w/ ')',"('+194(+185(+147(Rice',)",+194)+185)+147)Rice,list(char) -> list(char) nth (n=0) word delimited by ')',"('+105)046)Casler',)",+105,list(char) -> list(char) parentheses around a single word (I),"('Withers',)",(Withers),list(char) -> list(char) Append two words delimited by ')',"('42', '959')",42)959,list(char) -> list(char) -> list(char) Prepend '170' to first word,"('of Latimore',)",170of,list(char) -> list(char) Append 2 strings (III),"('25', '176')",25176,list(char) -> list(char) -> list(char) Append 'Angeles',"('+199',)",+199Angeles,list(char) -> list(char) drop first word delimited by '(',"('Barbara(Temple(Samuel',)",Temple(Samuel,list(char) -> list(char) "nth (n=0) word delimited by ','","('MA,B,+95',)",MA,list(char) -> list(char) Take first character and append '(',"('Melodi',)",M(,list(char) -> list(char) Prepend 'UCLA',"('Santa',)",UCLASanta,list(char) -> list(char) "Append two words delimited by ','","('UIUC', '608')","UIUC,608",list(char) -> list(char) -> list(char) "Append two words delimited by ','","('2', 'Garrard')","2,Garrard",list(char) -> list(char) -> list(char) Abbreviate words separated by ')',"('Coralee)Rowden',)",C.R.,list(char) -> list(char) nth (n=-1) word delimited by '.',"('Latimore.Joaquin.Bobo.G',)",G,list(char) -> list(char) Replace '(' w/ '.',"('155(Edison(CA(29',)",155.Edison.CA.29,list(char) -> list(char) Append '+138',"('Hopkins',)",Hopkins+138,list(char) -> list(char) Take first character and append ' ',"('Brescia',)",B ,list(char) -> list(char) "Replace ',' w/ '('","('Nancy,334,611,+172',)",Nancy(334(611(+172,list(char) -> list(char) First letters of words (II),"('6 Kimberley 095',)",6K0,list(char) -> list(char) First letters of words (IIIIII),"('21 B',)",2B,list(char) -> list(char) Drop last 3 characters,"('012',)",,list(char) -> list(char) Prepend 'Sergienko',"('Stefany',)",SergienkoStefany,list(char) -> list(char) Replace ' ' w/ '(',"('52 622',)",52(622,list(char) -> list(char) Prepend 'Carlene' to first word,"('Gertude +198',)",CarleneGertude,list(char) -> list(char) Take first character and append '.',"('290',)",2.,list(char) -> list(char) "nth (n=-1) word delimited by ','","('+194,Scalia,Montiel,Ghoston',)",Ghoston,list(char) -> list(char) Append 'Dermody',"('085',)",085Dermody,list(char) -> list(char) nth (n=0) word delimited by '-',"('64-836-197-Michigan',)",64,list(char) -> list(char) Append two words delimited by ' -',"('622', 'Andrew')",622 -Andrew,list(char) -> list(char) -> list(char) Append two words delimited by ' ',"('35', 'Rowden')",35 Rowden,list(char) -> list(char) -> list(char) drop first word delimited by '(',"('+9(Urbana',)",Urbana,list(char) -> list(char) ensure suffix `Columbia`,"('Cambridge MD 875 Ducati125',)",Cambridge MD 875 Ducati125Columbia,list(char) -> list(char) nth (n=0) word delimited by ')',"('L)40)591)W',)",L,list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"('94 Heintz Q',)",94 (Heintz) Q,list(char) -> list(char) "Append two words delimited by '(,'","('Harvard', '+183')","Harvard(,+183",list(char) -> list(char) -> list(char) nth (n=-1) word delimited by '-',"('473-Nancy-980-166',)",166,list(char) -> list(char) Abbreviate separate words (IIIII),"('21', '169')",2.1.,list(char) -> list(char) -> list(char) Append 'Angeles',"('Spell',)",SpellAngeles,list(char) -> list(char) Replace '(' w/ ')',"('14(Micha',)",14)Micha,list(char) -> list(char) nth (n=-1) word delimited by '(',"('Scalia(65',)",65,list(char) -> list(char) Take first 3 characters,"('Trinidad',)",Tri,list(char) -> list(char) Take first 5 characters,"('Ducati250',)",Ducat,list(char) -> list(char) ensure suffix `Scalia`,"('UIUC 526',)",UIUC 526Scalia,list(char) -> list(char) parentheses around word delimited by '-' & '.',"('-Spell.Rowden Arbor',)",-(Spell).Rowden Arbor,list(char) -> list(char) "nth (n=1) word delimited by ','","('Arbor,Scalia,Seamons,847',)",Scalia,list(char) -> list(char) Append two words delimited by ' ',"('+155', 'Bobo')",+155 Bobo,list(char) -> list(char) -> list(char) Replace '(' w/ '.',"('Spagnoli(7(Seamons',)",Spagnoli.7.Seamons,list(char) -> list(char) parentheses around a single word (IIII),"('986',)",(986),list(char) -> list(char) Prepend '177' to first word,"('Alaina +141',)",177Alaina,list(char) -> list(char) drop first word delimited by '(',"('Ducati(969(+144(Olague',)",969(+144(Olague,list(char) -> list(char) Take first 3 characters,"('766',)",766,list(char) -> list(char) Abbreviate words separated by '(',"('048(Joaquin',)",0.J.,list(char) -> list(char) First letters of words (II),"('365 Aylward',)",3A,list(char) -> list(char) Append '+138',"('TX',)",TX+138,list(char) -> list(char) drop first word delimited by '-',"('California-+158-Ghoston-82',)",+158-Ghoston-82,list(char) -> list(char) "parentheses around word delimited by ',' & ','","('+174,Bradford,University',)","+174,(Bradford),University",list(char) -> list(char) Replace '(' w/ ' ',"('CT(Heintz(Cornell(Phillip',)",CT Heintz Cornell Phillip,list(char) -> list(char) Append two words delimited by '..',"('Ferrari', 'Angeles')",Ferrari..Angeles,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by '(',"('N(Spell(Babiarz(MD',)",MD,list(char) -> list(char) drop first word delimited by '-',"('Cambridge-+7-+140-29',)",+7-+140-29,list(char) -> list(char) "Replace ',' w/ '.'","('+197,980,Hage,Cencici',)",+197.980.Hage.Cencici,list(char) -> list(char) Append 2 strings (III),"('Cambridge', 'Honda550')",CambridgeHonda550,list(char) -> list(char) -> list(char) nth (n=1) word delimited by ' ',"('Soderstrom Scalia',)",Scalia,list(char) -> list(char) parentheses around word delimited by '-' & '.',"('-Haven.80',)",-(Haven).80,list(char) -> list(char) Take first character and append '.',"('Marquess',)",M.,list(char) -> list(char) Replace '(' w/ ')',"('Babiarz(Annalisa(+151(Samuel',)",Babiarz)Annalisa)+151)Samuel,list(char) -> list(char) First letters of words (III),"('000 Dermody +196',)",0D+,list(char) -> list(char) "nth (n=1) word delimited by ','","('Sergienko,009,Jacquiline,Sergienko',)",009,list(char) -> list(char) ensure suffix `568`,"('+23 10 IL 844',)",+23 10 IL 844568,list(char) -> list(char) Prepend '086' to first word,"('18 Miah',)",08618,list(char) -> list(char) parentheses around second word,"('856 +138 424 Montiel',)",(+138),list(char) -> list(char) "parentheses around word delimited by '.' & ','","('20.066,TX-Pannell',)","20.(066),TX-Pannell",list(char) -> list(char) First letters of words (I),"('+118 Chism 428 Acura100',)",+C4A,list(char) -> list(char) Replace '(' w/ ' ',"('377(209(+118',)",377 209 +118,list(char) -> list(char) "Extract word delimited by ',' - ','","('Jeff,Scalia,Gertude,877',)",Scalia,list(char) -> list(char) Prepend '+167' to first word,"('+169 29',)",+167+169,list(char) -> list(char) ensure suffix `Andria`,"('+68 +161 Heintz York',)",+68 +161 Heintz YorkAndria,list(char) -> list(char) parentheses around word delimited by ' ' & '-',"(' Barbara-Mackenzie',)", (Barbara)-Mackenzie,list(char) -> list(char) Append two words delimited by '.-',"('Salley', '29')",Salley.-29,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by ')',"('T)+197',)",+197,list(char) -> list(char) Append two words delimited by '-',"('47', 'NY')",47-NY,list(char) -> list(char) -> list(char) Append 'Dermody',"('29',)",29Dermody,list(char) -> list(char) ensure suffix `997`,"('Marcus +108 Ramthun Rudolf',)",Marcus +108 Ramthun Rudolf997,list(char) -> list(char) Abbreviate separate words (I),"('62', 'Ramthun')",6.R.,list(char) -> list(char) -> list(char) Prepend '+167' to first word,"('Launa 845',)",+167Launa,list(char) -> list(char) Append 2 strings (IIIII),"('Soderstrom', '+199')",Soderstrom+199,list(char) -> list(char) -> list(char) parentheses around a single word (I),"('Halpern',)",(Halpern),list(char) -> list(char) nth (n=0) word delimited by ' ',"('Q +108 Desiree',)",Q,list(char) -> list(char) Replace '.' w/ ')',"('Lakenya.876.18.064',)",Lakenya)876)18)064,list(char) -> list(char) Abbreviate separate words (IIIII),"('Mulloy', 'V')",M.V.,list(char) -> list(char) -> list(char) Append two words delimited by '. ',"('771', '5')",771. 5,list(char) -> list(char) -> list(char) ensure suffix `769`,"('+169 +163 +129 46',)",+169 +163 +129 46769,list(char) -> list(char) nth (n=0) word delimited by '-',"('Olague-Bradford-+115-N',)",Olague,list(char) -> list(char) parentheses around a single word (II),"('29',)",(29),list(char) -> list(char) Replace '.' w/ ')',"('83.Ramthun',)",83)Ramthun,list(char) -> list(char) Prepend 'Sergienko',"('F',)",SergienkoF,list(char) -> list(char) Append 2 strings (I),"('Phialdelphia', '40')",Phialdelphia40,list(char) -> list(char) -> list(char) Append '636',"('C',)",C636,list(char) -> list(char) Replace '(' w/ ' ',"('Nancy(Houston',)",Nancy Houston,list(char) -> list(char) Append two words delimited by ')',"('Park', 'Hopkins')",Park)Hopkins,list(char) -> list(char) -> list(char) Append 'Cornell',"('101',)",101Cornell,list(char) -> list(char) Drop last 4 characters,"('Jenee',)",J,list(char) -> list(char) "nth (n=-1) word delimited by ','","('144,Honda550,Hopkins',)",Hopkins,list(char) -> list(char) parentheses around a single word (IIII),"('Harvard',)",(Harvard),list(char) -> list(char) drop first word delimited by ' ',"('Bess Berkeley',)",Berkeley,list(char) -> list(char) nth (n=-1) word delimited by '(',"('Berkeley(557(29',)",29,list(char) -> list(char) Abbreviate separate words (II),"('Hayley', 'Ferrari')",H.F.,list(char) -> list(char) -> list(char) ensure suffix `Andria`,"('Hornak 575 MA JacquilineAndria',)",Hornak 575 MA JacquilineAndria,list(char) -> list(char) Append two words delimited by '.',"('+2', 'Jacquiline')",+2.Jacquiline,list(char) -> list(char) -> list(char) First letters of words (IIIIII),"('+155 174 Dr Haven',)",+1DH,list(char) -> list(char) Append two words delimited by '(',"('Q', 'Ducati250')",Q(Ducati250,list(char) -> list(char) -> list(char) Append 2 strings (II),"('+163', '+141')",+163+141,list(char) -> list(char) -> list(char) Abbreviate separate words (IIII),"('S', 'Beata')",S.B.,list(char) -> list(char) -> list(char) Drop last 5 characters,"('Mcgaughey',)",Mcga,list(char) -> list(char) ensure suffix `568`,"('MD Hopkins 394',)",MD Hopkins 394568,list(char) -> list(char) Abbreviate separate words (III),"('692', 'Soderstrom')",6.S.,list(char) -> list(char) -> list(char) Take first character and append ' ',"('MI',)",M ,list(char) -> list(char) Extract word delimited by '(' - '(',"('14(Rowden(Jeanice(Acura125',)",Rowden,list(char) -> list(char) Replace '(' w/ '.',"('C(40',)",C.40,list(char) -> list(char) Append 2 strings (IIII),"('Marcus', '776')",Marcus776,list(char) -> list(char) -> list(char) nth (n=1) word delimited by '.',"('H.+7.Cortes.+169',)",+7,list(char) -> list(char) Take first 2 characters,"('334',)",33,list(char) -> list(char) Extract word delimited by '-' - ')',"('York-Mackenzie)Jacquiline)L',)",Mackenzie,list(char) -> list(char) Prepend '+174',"('851',)",+174851,list(char) -> list(char) Prepend 'UCLA',"('Sergienko',)",UCLASergienko,list(char) -> list(char) ensure suffix `Ramthun`,"('Ghoston Bobo Scalia Chism',)",Ghoston Bobo Scalia ChismRamthun,list(char) -> list(char) nth (n=0) word delimited by '-',"('Jeff-Lara-Karrie',)",Jeff,list(char) -> list(char) Append 2 strings (IIIIII),"('+199', '919')",+199919,list(char) -> list(char) -> list(char) "parentheses around word delimited by '.' & ','","('476.47,017',)","476.(47),017",list(char) -> list(char) Prepend '+174',"('52',)",+17452,list(char) -> list(char) First letters of words (IIIIII),"('43 390 Phillip',)",43P,list(char) -> list(char) Append two words delimited by ' ',"('Acura', 'Vena')",Acura Vena,list(char) -> list(char) -> list(char) "parentheses around word delimited by ',' & ','","(',548,43',)",",(548),43",list(char) -> list(char) parentheses around a single word (IIIII),"('York',)",(York),list(char) -> list(char) Take first character and append ' ',"('Alida',)",A ,list(char) -> list(char) parentheses around a single word (I),"('+140',)",(+140),list(char) -> list(char) Prepend 'Jani',"('Andria',)",JaniAndria,list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"('Spagnoli Marquess Gertude',)",Spagnoli (Marquess) Gertude,list(char) -> list(char) Append 'Beata',"('Eccleston',)",EcclestonBeata,list(char) -> list(char) "parentheses around word delimited by ',' & ' '","('29,10 Stefany +158',)","29,(10) Stefany +158",list(char) -> list(char) "Replace '-' w/ ','","('2-FreeHafer-+188',)","2,FreeHafer,+188",list(char) -> list(char) "nth (n=0) word delimited by ','","('R,Miah,Arbor',)",R,list(char) -> list(char) "Append two words delimited by '(,'","('50', '949')","50(,949",list(char) -> list(char) -> list(char) "Abbreviate words separated by ','","('Trinidad,58',)",T.5.,list(char) -> list(char) Extract word delimited by '(' - '(',"('Andria(Honda125(+75(Malissa',)",Honda125,list(char) -> list(char) Prepend 'Hornak',"('P',)",HornakP,list(char) -> list(char) ensure suffix `769`,"('Ducati125 A Eccleston +198769',)",Ducati125 A Eccleston +198769,list(char) -> list(char) nth (n=1) word delimited by '(',"('+188(45(+9',)",45,list(char) -> list(char) "Take first character and append ','","('56',)","5,",list(char) -> list(char) nth (n=0) word delimited by '.',"('Bradford.971.+180',)",Bradford,list(char) -> list(char) nth (n=1) word delimited by '(',"('Phialdelphia(+176(741(Ducati250',)",+176,list(char) -> list(char) Prepend 'Hornak',"('865',)",Hornak865,list(char) -> list(char) Extract word delimited by ')' - '-',"('+60)Lain-Ducati100-Bradford',)",Lain,list(char) -> list(char) First letters of words (IIII),"('Ducati250 Lashanda N Barbara',)",DLNB,list(char) -> list(char) Append 2 strings (IIIIII),"('Miah', '81')",Miah81,list(char) -> list(char) -> list(char) Drop last 1 characters,"('290',)",29,list(char) -> list(char) Drop last 4 characters,"('+167',)",,list(char) -> list(char) Drop last 3 characters,"('Hage',)",H,list(char) -> list(char) parentheses around a single word (III),"('NY',)",(NY),list(char) -> list(char) Append 2 strings (I),"('Georgina', '2')",Georgina2,list(char) -> list(char) -> list(char) Abbreviate separate words (III),"('+189', '856')",+.8.,list(char) -> list(char) -> list(char) nth (n=1) word delimited by '.',"('Ducati125.of.588.843',)",of,list(char) -> list(char) Append two words delimited by ' ',"('Mariel', 'Harvard')",Mariel Harvard,list(char) -> list(char) -> list(char) Append 'Dermody',"('Columbia',)",ColumbiaDermody,list(char) -> list(char) "drop first word delimited by ','","('Nancy,Beata,512,864',)","Beata,512,864",list(char) -> list(char) parentheses around a single word (IIII),"('+155',)",(+155),list(char) -> list(char) Prepend '170' to first word,"('Malissa W',)",170Malissa,list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"(' California +104,Teddy',)"," (California) +104,Teddy",list(char) -> list(char) Abbreviate words separated by ' ',"('938 Alida',)",9.A.,list(char) -> list(char) ensure suffix `Ramthun`,"('Annalisa Latimore ChismRamthun',)",Annalisa Latimore ChismRamthun,list(char) -> list(char) ensure suffix `Andria`,"('Madelaine +189Andria',)",Madelaine +189Andria,list(char) -> list(char) Abbreviate separate words (IIIIII),"('Lakenya', '62')",L.6.,list(char) -> list(char) -> list(char) Replace '.' w/ ')',"('622.270',)",622)270,list(char) -> list(char) "nth (n=0) word delimited by ','","('Neil,Heintz,Malissa,Berkeley',)",Neil,list(char) -> list(char) Replace ' ' w/ '(',"('035 Penn Hornak',)",035(Penn(Hornak,list(char) -> list(char) Prepend 'UCLA',"('MI',)",UCLAMI,list(char) -> list(char) Prepend 'Hornak',"('Mackenzie',)",HornakMackenzie,list(char) -> list(char) Append 2 strings (IIII),"('426', '369')",426369,list(char) -> list(char) -> list(char) "Extract word delimited by ')' - ','","('Cambridge)Storrs,449)10',)",Storrs,list(char) -> list(char) Abbreviate separate words (IIIIII),"('+81', 'Halpern')",+.H.,list(char) -> list(char) -> list(char) Prepend '+174',"('Jurgens',)",+174Jurgens,list(char) -> list(char) Abbreviate words separated by '-',"('941-162',)",9.1.,list(char) -> list(char) Append 2 strings (IIII),"('Seamons', 'Lakenya')",SeamonsLakenya,list(char) -> list(char) -> list(char) Append 2 strings (I),"('Richert', 'NY')",RichertNY,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by ' ',"('Park +183 186',)",186,list(char) -> list(char) Append '636',"('FreeHafer',)",FreeHafer636,list(char) -> list(char) Abbreviate words separated by ')',"('+196)253',)",+.2.,list(char) -> list(char) First letters of words (IIIII),"('46 439',)",44,list(char) -> list(char) Prepend 'Spell',"('Aylward',)",SpellAylward,list(char) -> list(char) Append two words delimited by ' ',"('2', '+151')",2 +151,list(char) -> list(char) -> list(char) "parentheses around word delimited by '.' & ','","('.DPhiladelphia,+132 G',)",".(DPhiladelphia),+132 G",list(char) -> list(char) parentheses around word delimited by '-' & '.',"('Lain-Edison.C-Temple',)",Lain-(Edison).C-Temple,list(char) -> list(char) First letters of words (III),"('Lango Babiarz R',)",LBR,list(char) -> list(char) Drop last 4 characters,"('Santa',)",S,list(char) -> list(char) Append 2 strings (II),"('245', 'Casler')",245Casler,list(char) -> list(char) -> list(char) drop first word delimited by '.',"('Angeles.+115.+140',)",+115.+140,list(char) -> list(char) Drop last 5 characters,"('Cencici',)",Ce,list(char) -> list(char) Prepend '+167' to first word,"('172 Hayley',)",+167172,list(char) -> list(char) nth (n=1) word delimited by '-',"('+155-Covelli-Constable-405',)",Covelli,list(char) -> list(char) nth (n=0) word delimited by '-',"('+172-Penn-Chilcott-E',)",+172,list(char) -> list(char) "Take first character and append ','","('Ramthun',)","R,",list(char) -> list(char) "Replace ',' w/ '('","('066,+106,Bobo,200',)",066(+106(Bobo(200,list(char) -> list(char) Replace ' ' w/ '(',"('+9 Rowden Reily',)",+9(Rowden(Reily,list(char) -> list(char) Prepend 'Ghoston' to first word,"('Samuel Hage',)",GhostonSamuel,list(char) -> list(char) Prepend 'Spell',"('+197',)",Spell+197,list(char) -> list(char) nth (n=0) word delimited by '.',"('505.+46',)",505,list(char) -> list(char) Replace '(' w/ '.',"('75(University',)",75.University,list(char) -> list(char) Drop last 1 characters,"('+130',)",+13,list(char) -> list(char) Append 2 strings (III),"('35', '981')",35981,list(char) -> list(char) -> list(char) drop first word delimited by ' ',"('141 Lashanda',)",Lashanda,list(char) -> list(char) Drop last 2 characters,"('Stefany',)",Stefa,list(char) -> list(char) "Extract word delimited by ',' - ','","('Barbara,+86,95,Urbana',)",+86,list(char) -> list(char) Take first 5 characters,"('Carlene',)",Carle,list(char) -> list(char) Take first 5 characters,"('Gregori',)",Grego,list(char) -> list(char) Append 2 strings (I),"('I', '+172')",I+172,list(char) -> list(char) -> list(char) parentheses around first word,"('018 +176 Houston',)",(018),list(char) -> list(char) nth (n=1) word delimited by '-',"('Kotas-028',)",028,list(char) -> list(char) Prepend '170' to first word,"('Malissa 500',)",170Malissa,list(char) -> list(char) Extract word delimited by '(' - '(',"('Montiel(Temple(Heintz(Teddy',)",Temple,list(char) -> list(char) Append 'Dermody',"('+5',)",+5Dermody,list(char) -> list(char) Take first character and append '(',"('82',)",8(,list(char) -> list(char) Append 'Beata',"('092',)",092Beata,list(char) -> list(char) Append two words delimited by ' ',"('051', '+174')",051 +174,list(char) -> list(char) -> list(char) Abbreviate words separated by '(',"('Jeanice(Acura',)",J.A.,list(char) -> list(char) "Extract word delimited by ',' - '.'","('86,+161.13,+7',)",+161,list(char) -> list(char) Abbreviate separate words (I),"('Irwin', 'Spell')",I.S.,list(char) -> list(char) -> list(char) Prepend '177' to first word,"('421 Annalisa',)",177421,list(char) -> list(char) Extract word delimited by '(' - '(',"('Ducati250(+183(Richert(Park',)",+183,list(char) -> list(char) "Abbreviate words separated by ','","('FreeHafer,Park',)",F.P.,list(char) -> list(char) "nth (n=0) word delimited by ','","('+115,+106',)",+115,list(char) -> list(char) "Extract word delimited by ')' - ','","('963)Kathlyn,Melodi,Spagnoli',)",Kathlyn,list(char) -> list(char) Abbreviate separate words (IIIII),"('Ducati125', '46')",D.4.,list(char) -> list(char) -> list(char) Append 2 strings (IIIIII),"('O', '765')",O765,list(char) -> list(char) -> list(char) First letters of words (IIII),"('CT FreeHafer Bogle',)",CFB,list(char) -> list(char) ensure suffix `Scalia`,"('Ramthun Beata Chism FreeHaferScalia',)",Ramthun Beata Chism FreeHaferScalia,list(char) -> list(char) "Append two words delimited by ','","('Acura100', '705')","Acura100,705",list(char) -> list(char) -> list(char) ensure suffix `568`,"('+194 517 Bobo568',)",+194 517 Bobo568,list(char) -> list(char) "nth (n=-1) word delimited by ','","('50,+9',)",+9,list(char) -> list(char) Extract word delimited by '-' - ')',"('155-Reily)Haven)+132',)",Reily,list(char) -> list(char) drop first word delimited by '.',"('598.849.854.Kimberley',)",849.854.Kimberley,list(char) -> list(char) Prepend 'Carlene' to first word,"('997 CA',)",Carlene997,list(char) -> list(char) "drop first word delimited by ','","('943,65,216,CA',)","65,216,CA",list(char) -> list(char) nth (n=-1) word delimited by '.',"('197.58',)",58,list(char) -> list(char) nth (n=-1) word delimited by ')',"('+42)+98)+115)Junkin',)",Junkin,list(char) -> list(char) nth (n=1) word delimited by ')',"('Mariel)Carlene)Ducati100)Jeff',)",Carlene,list(char) -> list(char) nth (n=-1) word delimited by ')',"('+151)50)Withers',)",Withers,list(char) -> list(char) Append 2 strings (III),"('Tobias', '58')",Tobias58,list(char) -> list(char) -> list(char) Drop last 1 characters,"('769',)",76,list(char) -> list(char) Take first 5 characters,"('Desiree',)",Desir,list(char) -> list(char) "nth (n=-1) word delimited by ','","('468,376',)",376,list(char) -> list(char) nth (n=0) word delimited by '.',"('Maryann.705.Barbara',)",Maryann,list(char) -> list(char) "parentheses around word delimited by ',' & ' '","(',551 Cencici 68',)",",(551) Cencici 68",list(char) -> list(char) Append two words delimited by '. ',"('62', 'Mackenzie')",62. Mackenzie,list(char) -> list(char) -> list(char) Take first 4 characters,"('Ducati250',)",Duca,list(char) -> list(char) Take first 2 characters,"('Stefany',)",St,list(char) -> list(char) nth (n=-1) word delimited by ' ',"('K 358 Jacquiline Columbia',)",Columbia,list(char) -> list(char) Take first 4 characters,"('Haven',)",Have,list(char) -> list(char) Prepend 'Carlene' to first word,"('+155 45',)",Carlene+155,list(char) -> list(char) Prepend 'Jani',"('Ithaca',)",JaniIthaca,list(char) -> list(char) First letters of words (I),"('81 Heintz Pannell',)",8HP,list(char) -> list(char) Take first character and append '(',"('020',)",0(,list(char) -> list(char) Abbreviate words separated by ')',"('83)56',)",8.5.,list(char) -> list(char) nth (n=1) word delimited by ' ',"('University Sergienko',)",Sergienko,list(char) -> list(char) parentheses around a single word (I),"('+176',)",(+176),list(char) -> list(char) "parentheses around word delimited by '.' & ','","('.+197,64',)",".(+197),64",list(char) -> list(char) nth (n=-1) word delimited by ' ',"('CA Vena 23 Hopkins',)",Hopkins,list(char) -> list(char) Prepend '170' to first word,"('Drexel Maryann',)",170Drexel,list(char) -> list(char) nth (n=-1) word delimited by ')',"('539)027)42',)",42,list(char) -> list(char) Append 2 strings (IIIIII),"('Garrard', '+141')",Garrard+141,list(char) -> list(char) -> list(char) Extract word delimited by '-' - ')',"('NY-Philadelphia)Ferrari-PA',)",Philadelphia,list(char) -> list(char) First letters of words (III),"('Trinidad 500 862',)",T58,list(char) -> list(char) Append two words delimited by ')',"('Storrs', 'Jacquiline')",Storrs)Jacquiline,list(char) -> list(char) -> list(char) Drop last 5 characters,"('Heintz',)",H,list(char) -> list(char) ensure suffix `Scalia`,"('Ducati250 HoustonScalia',)",Ducati250 HoustonScalia,list(char) -> list(char) Abbreviate words separated by '(',"('G(Partida',)",G.P.,list(char) -> list(char) ensure suffix `Columbia`,"('647 Seamons 40 Teddy',)",647 Seamons 40 TeddyColumbia,list(char) -> list(char) nth (n=0) word delimited by '(',"('B(23',)",B,list(char) -> list(char) Append 2 strings (IIII),"('141', '636')",141636,list(char) -> list(char) -> list(char) parentheses around a single word (IIIII),"('Acura',)",(Acura),list(char) -> list(char) Abbreviate words separated by '.',"('Cambridge.6',)",C.6.,list(char) -> list(char) ensure suffix `769`,"('520 T769',)",520 T769,list(char) -> list(char) Append two words delimited by '-',"('+196', 'O')",+196-O,list(char) -> list(char) -> list(char) ensure suffix `Ramthun`,"('107 CollegeRamthun',)",107 CollegeRamthun,list(char) -> list(char) Append two words delimited by '-',"('119', 'Harvard')",119-Harvard,list(char) -> list(char) -> list(char) Replace '(' w/ ')',"('Hornak(Q(Mackenzie',)",Hornak)Q)Mackenzie,list(char) -> list(char) "Append two words delimited by '(,'","('Ducati100', '+176')","Ducati100(,+176",list(char) -> list(char) -> list(char) Abbreviate words separated by '-',"('Mackenzie-K',)",M.K.,list(char) -> list(char) First letters of words (I),"('C 461 +140 Phillip',)",C4+P,list(char) -> list(char) parentheses around a single word (IIIII),"('68',)",(68),list(char) -> list(char) Replace ' ' w/ '(',"('Honda250 Casler Edison',)",Honda250(Casler(Edison,list(char) -> list(char) Extract word delimited by ')' - '-',"('141)Penn-Jani-Clasen',)",Penn,list(char) -> list(char) Append two words delimited by '.-',"('2', 'Kotas')",2.-Kotas,list(char) -> list(char) -> list(char) Append 2 strings (IIIII),"('Jacquiline', 'College')",JacquilineCollege,list(char) -> list(char) -> list(char) Append 'Cornell',"('715',)",715Cornell,list(char) -> list(char) parentheses around word delimited by ' ' & '-',"(' Reily-Withers,Urbana',)"," (Reily)-Withers,Urbana",list(char) -> list(char) nth (n=1) word delimited by '(',"('Andria(736(654',)",736,list(char) -> list(char) "Abbreviate words separated by ','","('Rice,883',)",R.8.,list(char) -> list(char) Abbreviate separate words (IIII),"('M', '145')",M.1.,list(char) -> list(char) -> list(char) "Extract word delimited by ',' - '.'","('CT,+118.Mariel.40',)",+118,list(char) -> list(char) Extract word delimited by '-' - ')',"('T-188)Brendan-736',)",188,list(char) -> list(char) "parentheses around word delimited by ',' & ' '","(',Samuel Stefany.+185',)",",(Samuel) Stefany.+185",list(char) -> list(char) "nth (n=1) word delimited by ','","('Tobias,986,FreeHafer,+9',)",986,list(char) -> list(char) drop first word delimited by ')',"('Mariel)+195',)",+195,list(char) -> list(char) Take first character and append '-',"('751',)",7-,list(char) -> list(char) Append '+138',"('Cornell',)",Cornell+138,list(char) -> list(char) nth (n=-1) word delimited by '-',"('Alaina-Jacquiline',)",Jacquiline,list(char) -> list(char) Append 'Angeles',"('Celsa',)",CelsaAngeles,list(char) -> list(char) Take first character and append ' ',"('Jan',)",J ,list(char) -> list(char) Append 2 strings (II),"('Spell', 'Los')",SpellLos,list(char) -> list(char) -> list(char) "Replace '-' w/ ','","('Georgina-Dr-Alida-Acura100',)","Georgina,Dr,Alida,Acura100",list(char) -> list(char) "parentheses around word delimited by ',' & ' '","('Dr,+104 45',)","Dr,(+104) 45",list(char) -> list(char) Drop last 4 characters,"('Andria',)",An,list(char) -> list(char) "drop first word delimited by ','","('+6,Micha,167',)","Micha,167",list(char) -> list(char) "Replace ',' w/ '.'","('Reily,Madelaine',)",Reily.Madelaine,list(char) -> list(char) nth (n=0) word delimited by '(',"('Pennsylvania(Marquess',)",Pennsylvania,list(char) -> list(char) nth (n=0) word delimited by ' ',"('268 14 +104',)",268,list(char) -> list(char) parentheses around second word,"('O Jeanice',)",(Jeanice),list(char) -> list(char) drop first word delimited by ' ',"('S 2 86 178',)",2 86 178,list(char) -> list(char) Take first character and append '.',"('+189',)",+.,list(char) -> list(char) Drop last 2 characters,"('MI',)",,list(char) -> list(char) nth (n=1) word delimited by '.',"('Karrie.Covelli.882.+129',)",Covelli,list(char) -> list(char) "parentheses around word delimited by ',' & ','","('Bess,994,Montiel',)","Bess,(994),Montiel",list(char) -> list(char) Drop last 2 characters,"('562',)",5,list(char) -> list(char) "Extract word delimited by ',' - ','","('7,Soderstrom,S,A',)",Soderstrom,list(char) -> list(char) parentheses around a single word (IIII),"('+176',)",(+176),list(char) -> list(char) drop first word delimited by '(',"('75(Rice',)",Rice,list(char) -> list(char) ensure suffix `997`,"('+163 +129997',)",+163 +129997,list(char) -> list(char) "Replace '-' w/ ','","('+138-Irwin-46',)","+138,Irwin,46",list(char) -> list(char) ensure suffix `568`,"('+47 P568',)",+47 P568,list(char) -> list(char) Prepend '+174',"('S',)",+174S,list(char) -> list(char) nth (n=0) word delimited by ')',"('Lara)+176',)",Lara,list(char) -> list(char) Append two words delimited by '. ',"('Philadelphia', '433')",Philadelphia. 433,list(char) -> list(char) -> list(char) Take first 2 characters,"('Dermody',)",De,list(char) -> list(char) Abbreviate separate words (IIII),"('413', 'Acura')",4.A.,list(char) -> list(char) -> list(char) ensure suffix `997`,"('Hopkins 701 F',)",Hopkins 701 F997,list(char) -> list(char) Prepend 'Sergienko',"('009',)",Sergienko009,list(char) -> list(char) Take first character and append '.',"('+46',)",+.,list(char) -> list(char) Prepend 'Ghoston' to first word,"('FreeHafer 47',)",GhostonFreeHafer,list(char) -> list(char) Drop last 1 characters,"('Latimore',)",Latimor,list(char) -> list(char) Take first 3 characters,"('598',)",598,list(char) -> list(char) drop first word delimited by ')',"('Jenee)Jenee)151)UC',)",Jenee)151)UC,list(char) -> list(char) "parentheses around word delimited by ',' & ','","('100,066,Annalisa',)","100,(066),Annalisa",list(char) -> list(char) First letters of words (IIII),"('310 817 Q +185',)",38Q+,list(char) -> list(char) Prepend 'Spell',"('+105',)",Spell+105,list(char) -> list(char) "Append two words delimited by '(,'","('245', '18')","245(,18",list(char) -> list(char) -> list(char) Append two words delimited by '.',"('R', 'Rowden')",R.Rowden,list(char) -> list(char) -> list(char) Abbreviate separate words (III),"('038', 'Hornak')",0.H.,list(char) -> list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"('Honda250 Melodi +9-Kotas',)",Honda250 (Melodi) +9-Kotas,list(char) -> list(char) Prepend 'Sergienko',"('Barbara',)",SergienkoBarbara,list(char) -> list(char) Drop last 5 characters,"('Ferrari250',)",Ferra,list(char) -> list(char) Append 'Cornell',"('Akiyama',)",AkiyamaCornell,list(char) -> list(char) Append '+138',"('512',)",512+138,list(char) -> list(char) Append 'Angeles',"('469',)",469Angeles,list(char) -> list(char) "drop first word delimited by ','","('Rice,Partida,894,40',)","Partida,894,40",list(char) -> list(char) Abbreviate words separated by ' ',"('038 Cruz',)",0.C.,list(char) -> list(char) Drop last 3 characters,"('857',)",,list(char) -> list(char) Append two words delimited by ' -',"('2', 'J')",2 -J,list(char) -> list(char) -> list(char) ensure suffix `Scalia`,"('Angeles T N',)",Angeles T NScalia,list(char) -> list(char) parentheses around a single word (III),"('Park',)",(Park),list(char) -> list(char) Abbreviate separate words (IIIIII),"('25', '488')",2.4.,list(char) -> list(char) -> list(char) "Append two words delimited by ','","('Pennsylvania', '+198')","Pennsylvania,+198",list(char) -> list(char) -> list(char) Prepend 'Jani',"('25',)",Jani25,list(char) -> list(char) Abbreviate words separated by ' ',"('Annalisa College',)",A.C.,list(char) -> list(char) Prepend 'Ghoston' to first word,"('720 588',)",Ghoston720,list(char) -> list(char) ensure suffix `769`,"('Andria +140 Spell',)",Andria +140 Spell769,list(char) -> list(char) Append two words delimited by ')',"('Vena', 'Eccleston')",Vena)Eccleston,list(char) -> list(char) -> list(char) Take first character and append '-',"('Chong',)",C-,list(char) -> list(char) Prepend '177' to first word,"('566 14',)",177566,list(char) -> list(char) "Replace ',' w/ '('","('+132,Tobias',)",+132(Tobias,list(char) -> list(char) Take first character and append '-',"('+158',)",+-,list(char) -> list(char) ensure suffix `997`,"('Quashie Miah',)",Quashie Miah997,list(char) -> list(char) ensure suffix `Columbia`,"('Ferrari250 +58 AndrewColumbia',)",Ferrari250 +58 AndrewColumbia,list(char) -> list(char) "Extract word delimited by ')' - ','","('+104)+58,Ramthun,Bobo',)",+58,list(char) -> list(char) Append 2 strings (II),"('I', 'P')",IP,list(char) -> list(char) -> list(char) "Replace ',' w/ '.'","('Ducati,+147',)",Ducati.+147,list(char) -> list(char) nth (n=1) word delimited by '.',"('Bogle.Jani',)",Jani,list(char) -> list(char) Append two words delimited by '(',"('PA', 'Dermody')",PA(Dermody,list(char) -> list(char) -> list(char) "Replace '-' w/ ','","('834-Cruz-+197-Clasen',)","834,Cruz,+197,Clasen",list(char) -> list(char) Prepend '086' to first word,"('Georgina 72',)",086Georgina,list(char) -> list(char) Abbreviate words separated by '.',"('T.81',)",T.8.,list(char) -> list(char) "Take first character and append ','","('546',)","5,",list(char) -> list(char) "Abbreviate words separated by ','","('R,+108',)",R.+.,list(char) -> list(char) Prepend '086' to first word,"('35 Lara',)",08635,list(char) -> list(char) parentheses around a single word (III),"('Lain',)",(Lain),list(char) -> list(char) Append 'Beata',"('997',)",997Beata,list(char) -> list(char) parentheses around a single word (II),"('Honda',)",(Honda),list(char) -> list(char) "Extract word delimited by ',' - ','","('+75,FreeHafer,861,Babiarz',)",FreeHafer,list(char) -> list(char) parentheses around word delimited by ' ' & '-',"('+151 Annalisa-Phillip-Pennsylvania',)",+151 (Annalisa)-Phillip-Pennsylvania,list(char) -> list(char) Take first character and append ')',"('+169',)",+),list(char) -> list(char) Abbreviate separate words (IIIIII),"('O', 'Dr')",O.D.,list(char) -> list(char) -> list(char) First letters of words (IIII),"('Spell 865 169 095',)",S810,list(char) -> list(char) ensure suffix `Ramthun`,"('Bogle Miah Honda250 Trinidad',)",Bogle Miah Honda250 TrinidadRamthun,list(char) -> list(char) Append two words delimited by '-',"('Constable', '+197')",Constable-+197,list(char) -> list(char) -> list(char) Prepend 'Jani',"('Honda550',)",JaniHonda550,list(char) -> list(char) First letters of words (IIIII),"('751 Drexel L J',)",7DLJ,list(char) -> list(char) Append two words delimited by ' -',"('779', 'Withers')",779 -Withers,list(char) -> list(char) -> list(char) Append two words delimited by '..',"('568', 'Teddy')",568..Teddy,list(char) -> list(char) -> list(char) Append 2 strings (IIIII),"('Madelaine', '29')",Madelaine29,list(char) -> list(char) -> list(char) Append 2 strings (IIIII),"('Alaina', '7')",Alaina7,list(char) -> list(char) -> list(char) Abbreviate separate words (II),"('395', '082')",3.0.,list(char) -> list(char) -> list(char) drop first word delimited by '-',"('62-Temple',)",Temple,list(char) -> list(char) Prepend 'Ghoston' to first word,"('125 +118',)",Ghoston125,list(char) -> list(char) parentheses around first word,"('415 +115 484',)",(415),list(char) -> list(char) parentheses around a single word (IIIII),"('Halpern',)",(Halpern),list(char) -> list(char) Abbreviate separate words (I),"('+118', '894')",+.8.,list(char) -> list(char) -> list(char) Drop last 3 characters,"('Brescia',)",Bres,list(char) -> list(char) Abbreviate words separated by '(',"('+180(P',)",+.P.,list(char) -> list(char) drop first word delimited by ')',"('Heintz)Babiarz)University',)",Babiarz)University,list(char) -> list(char) Abbreviate separate words (III),"('+174', 'Lain')",+.L.,list(char) -> list(char) -> list(char) ensure suffix `Andria`,"('+13 20 +7',)",+13 20 +7Andria,list(char) -> list(char) Append '636',"('844',)",844636,list(char) -> list(char) "nth (n=1) word delimited by ','","('473,Phialdelphia',)",Phialdelphia,list(char) -> list(char) Prepend 'Carlene' to first word,"('43 927',)",Carlene43,list(char) -> list(char) nth (n=1) word delimited by ')',"('UC)+176)Jeanice)+174',)",+176,list(char) -> list(char) Take first character and append '-',"('Scalia',)",S-,list(char) -> list(char) Append two words delimited by ' ',"('Malissa', 'Philadelphia')",Malissa Philadelphia,list(char) -> list(char) -> list(char) Replace '-' w/ ' ',"('+183-13',)",+183 13,list(char) -> list(char) First letters of words (III),"('+5 Urbana',)",+U,list(char) -> list(char) First letters of words (IIIIII),"('888 Penn 50 UC',)",8P5U,list(char) -> list(char) Extract word delimited by ')' - '-',"('Cruz)+188-Maryann)183',)",+188,list(char) -> list(char) Append two words delimited by '(',"('204', 'Elias')",204(Elias,list(char) -> list(char) -> list(char) Take first 2 characters,"('+2',)",+2,list(char) -> list(char) parentheses around a single word (II),"('B',)",(B),list(char) -> list(char) Abbreviate separate words (IIIII),"('50', 'PA')",5.P.,list(char) -> list(char) -> list(char) Append two words delimited by '(',"('176', 'C')",176(C,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by '-',"('+172-University-College',)",College,list(char) -> list(char) Take first character and append ')',"('83',)",8),list(char) -> list(char) Append two words delimited by '..',"('Vena', '50')",Vena..50,list(char) -> list(char) -> list(char) Append two words delimited by '..',"('Spagnoli', 'Hornak')",Spagnoli..Hornak,list(char) -> list(char) -> list(char) nth (n=1) word delimited by '-',"('Launa-Hornak',)",Hornak,list(char) -> list(char) Abbreviate separate words (IIII),"('+140', 'Partida')",+.P.,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by ' ',"('Edison 29 938 W',)",W,list(char) -> list(char) Append two words delimited by '.',"('632', '836')",632.836,list(char) -> list(char) -> list(char) nth (n=0) word delimited by ')',"('E)844',)",E,list(char) -> list(char) Append two words delimited by '.-',"('Philadelphia', '6')",Philadelphia.-6,list(char) -> list(char) -> list(char) parentheses around a single word (II),"('426',)",(426),list(char) -> list(char) First letters of words (I),"('Andria Richert 652 Penn',)",AR6P,list(char) -> list(char) Abbreviate words separated by '.',"('Spagnoli.734',)",S.7.,list(char) -> list(char) Abbreviate words separated by '.',"('817.33',)",8.3.,list(char) -> list(char) Take first 4 characters,"('+106',)",+106,list(char) -> list(char) nth (n=1) word delimited by ' ',"('+132 Annalisa Mcgaughey Ferrari',)",Annalisa,list(char) -> list(char) Prepend 'Hornak',"('H',)",HornakH,list(char) -> list(char) Abbreviate words separated by '-',"('Cruz-150',)",C.1.,list(char) -> list(char) First letters of words (IIIII),"('Honda550 +180 Q',)",H+Q,list(char) -> list(char) Take first character and append ')',"('414',)",4),list(char) -> list(char) Take first 4 characters,"('Reily',)",Reil,list(char) -> list(char) Abbreviate words separated by ' ',"('+104 Hayley',)",+.H.,list(char) -> list(char) First letters of words (IIIII),"('Dr UC K Rowden',)",DUKR,list(char) -> list(char) parentheses around second word,"('California 86',)",(86),list(char) -> list(char) Append two words delimited by ' ',"('Lain', 'Irwin')",Lain Irwin,list(char) -> list(char) -> list(char) Prepend '+167' to first word,"('Madelaine Carlene',)",+167Madelaine,list(char) -> list(char) Abbreviate words separated by '-',"('Kathlyn-Beata',)",K.B.,list(char) -> list(char) First letters of words (II),"('438 20 MA FreeHafer',)",42MF,list(char) -> list(char) Abbreviate separate words (I),"('Dermody', 'D')",D.D.,list(char) -> list(char) -> list(char) Replace '.' w/ ')',"('Beata.21.119',)",Beata)21)119,list(char) -> list(char) Prepend 'Spell',"('358',)",Spell358,list(char) -> list(char) Append '636',"('Bess',)",Bess636,list(char) -> list(char) Append two words delimited by ' -',"('Q', 'Phillip')",Q -Phillip,list(char) -> list(char) -> list(char) Abbreviate separate words (II),"('Gertude', 'Dermody')",G.D.,list(char) -> list(char) -> list(char) parentheses around word delimited by ' ' & '-',"(' +194-9',)", (+194)-9,list(char) -> list(char) nth (n=0) word delimited by '.',"('B.25.Jeanice',)",B,list(char) -> list(char) parentheses around word delimited by '-' & '.',"('9-Ducati125.976.Alida',)",9-(Ducati125).976.Alida,list(char) -> list(char) Take first character and append '(',"('Pennsylvania',)",P(,list(char) -> list(char) nth (n=1) word delimited by '-',"('504-Jeanice-K',)",Jeanice,list(char) -> list(char) Append 'Beata',"('S',)",SBeata,list(char) -> list(char) Replace '-' w/ ' ',"('+106-Yale-+130-+141',)",+106 Yale +130 +141,list(char) -> list(char) Prepend '086' to first word,"('Ducati Penn',)",086Ducati,list(char) -> list(char) Abbreviate words separated by ')',"('585)13',)",5.1.,list(char) -> list(char) parentheses around first word,"('TX 33 Pennsylvania',)",(TX),list(char) -> list(char) nth (n=0) word delimited by ' ',"('42 597 J',)",42,list(char) -> list(char) Drop last 2 characters,"('Nancy',)",Nan,list(char) -> list(char) Append two words delimited by '.-',"('Mackenzie', '163')",Mackenzie.-163,list(char) -> list(char) -> list(char) drop first word delimited by '-',"('Coralee-862',)",862,list(char) -> list(char) nth (n=1) word delimited by '(',"('W(517(+199',)",517,list(char) -> list(char) parentheses around first word,"('+108 29 95 +196 332',)",(+108),list(char) -> list(char) "Take first character and append ','","('Covelli',)","C,",list(char) -> list(char) Take first character and append ')',"('DPhiladelphia',)",D),list(char) -> list(char) Append 'Cornell',"('IL',)",ILCornell,list(char) -> list(char) drop first word delimited by ' ',"('386 Georgina 720 141',)",Georgina 720 141,list(char) -> list(char) Prepend '177' to first word,"('Jacqualine +180',)",177Jacqualine,list(char) -> list(char) "Replace ',' w/ '('","('820,Connecticut',)",820(Connecticut,list(char) -> list(char) Replace '-' w/ ' ',"('Jacqualine-62',)",Jacqualine 62,list(char) -> list(char) "Extract word delimited by ',' - '.'","('426,Lain.45,Honda125',)",Lain,list(char) -> list(char) Prepend 'UCLA',"('Ferrari',)",UCLAFerrari,list(char) -> list(char) Replace '(' w/ ' ',"('+194(Alaina',)",+194 Alaina,list(char) -> list(char) drop first word delimited by '.',"('Jenee.21.80.Soderstrom',)",21.80.Soderstrom,list(char) -> list(char) nth (n=1) word delimited by ')',"('R)+144',)",+144,list(char) -> list(char) nth (n=-1) word delimited by '-',"('21-of',)",of,list(char) -> list(char) "Replace ',' w/ '.'","('017,Celsa',)",017.Celsa,list(char) -> list(char) Append two words delimited by '.',"('Bradford', 'Beata')",Bradford.Beata,list(char) -> list(char) -> list(char) drop first word delimited by '.',"('Acura.Urbana',)",Urbana,list(char) -> list(char) drop first word delimited by ')',"('Jeanice)+194)+189)491',)",+194)+189)491,list(char) -> list(char) nth (n=1) word delimited by ')',"('Partida)FreeHafer)+130)D',)",FreeHafer,list(char) -> list(char) Extract word delimited by ')' - '-',"('+144)060-Soderstrom)68',)",060,list(char) -> list(char) ensure suffix `Columbia`,"('158 Quashie Hage',)",158 Quashie HageColumbia,list(char) -> list(char) nth (n=-1) word delimited by '(',"('684(Ghoston',)",Ghoston,list(char) -> list(char) Append two words delimited by '. ',"('Haven', '575')",Haven. 575,list(char) -> list(char) -> list(char) nth (n=0) word delimited by ' ',"('Brescia A 56',)",Brescia,list(char) -> list(char) nth (n=-1) word delimited by '.',"('+118.Mulloy.56',)",56,list(char) -> list(char) Abbreviate separate words (II),"('York', 'Madelaine')",Y.M.,list(char) -> list(char) -> list(char) parentheses around second word,"('Trinidad 311 33',)",(311),list(char) -> list(char) "Extract word delimited by ',' - '.'","('504,566.20.F',)",566,list(char) -> list(char) nth (n=-1) word delimited by '.',"('N.Annalisa.Houston',)",Houston,list(char) -> list(char) parentheses around a single word (III),"('Ducati',)",(Ducati),list(char) -> list(char) nth (n=0) word delimited by '(',"('Lango(Desiree',)",Lango,list(char) -> list(char) First letters of words (II),"('Celsa Latimore',)",CL,list(char) -> list(char) nth (n=0) word delimited by '(',"('C(98',)",C,list(char) -> list(char) "Extract word delimited by ')' - ','","('244)Karrie,Lashanda)Kimberley',)",Karrie,list(char) -> list(char) Take first 3 characters,"('Vena',)",Ven,list(char) -> list(char) Replace '-' w/ ' ',"('759-Bogle',)",759 Bogle,list(char) -> list(char) nth (n=1) word delimited by ' ',"('29 Ferrari250',)",Ferrari250,list(char) -> list(char) Replace '(' w/ ')',"('+194(+185(+147(Rice',)",+194)+185)+147)Rice,list(char) -> list(char) nth (n=0) word delimited by ')',"('+105)046)Casler',)",+105,list(char) -> list(char) parentheses around a single word (I),"('Withers',)",(Withers),list(char) -> list(char) Append two words delimited by ')',"('42', '959')",42)959,list(char) -> list(char) -> list(char) Prepend '170' to first word,"('of Latimore',)",170of,list(char) -> list(char) Append 2 strings (III),"('25', '176')",25176,list(char) -> list(char) -> list(char) Append 'Angeles',"('+199',)",+199Angeles,list(char) -> list(char) drop first word delimited by '(',"('Barbara(Temple(Samuel',)",Temple(Samuel,list(char) -> list(char) "nth (n=0) word delimited by ','","('MA,B,+95',)",MA,list(char) -> list(char) Take first character and append '(',"('Melodi',)",M(,list(char) -> list(char) Prepend 'UCLA',"('Santa',)",UCLASanta,list(char) -> list(char) "Append two words delimited by ','","('UIUC', '608')","UIUC,608",list(char) -> list(char) -> list(char) "Append two words delimited by ','","('2', 'Garrard')","2,Garrard",list(char) -> list(char) -> list(char) Abbreviate words separated by ')',"('Coralee)Rowden',)",C.R.,list(char) -> list(char) nth (n=-1) word delimited by '.',"('Latimore.Joaquin.Bobo.G',)",G,list(char) -> list(char) Replace '(' w/ '.',"('155(Edison(CA(29',)",155.Edison.CA.29,list(char) -> list(char) Append '+138',"('Hopkins',)",Hopkins+138,list(char) -> list(char) Take first character and append ' ',"('Brescia',)",B ,list(char) -> list(char) "Replace ',' w/ '('","('Nancy,334,611,+172',)",Nancy(334(611(+172,list(char) -> list(char) First letters of words (II),"('6 Kimberley 095',)",6K0,list(char) -> list(char) First letters of words (IIIIII),"('21 B',)",2B,list(char) -> list(char) Drop last 3 characters,"('012',)",,list(char) -> list(char) Prepend 'Sergienko',"('Stefany',)",SergienkoStefany,list(char) -> list(char) Replace ' ' w/ '(',"('52 622',)",52(622,list(char) -> list(char) Prepend 'Carlene' to first word,"('Gertude +198',)",CarleneGertude,list(char) -> list(char) Take first character and append '.',"('290',)",2.,list(char) -> list(char) "nth (n=-1) word delimited by ','","('+194,Scalia,Montiel,Ghoston',)",Ghoston,list(char) -> list(char) Append 'Dermody',"('085',)",085Dermody,list(char) -> list(char) nth (n=0) word delimited by '-',"('64-836-197-Michigan',)",64,list(char) -> list(char) Append two words delimited by ' -',"('622', 'Andrew')",622 -Andrew,list(char) -> list(char) -> list(char) Append two words delimited by ' ',"('35', 'Rowden')",35 Rowden,list(char) -> list(char) -> list(char) drop first word delimited by '(',"('+9(Urbana',)",Urbana,list(char) -> list(char) ensure suffix `Columbia`,"('Cambridge MD 875 Ducati125',)",Cambridge MD 875 Ducati125Columbia,list(char) -> list(char) nth (n=0) word delimited by ')',"('L)40)591)W',)",L,list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"('94 Heintz Q',)",94 (Heintz) Q,list(char) -> list(char) "Append two words delimited by '(,'","('Harvard', '+183')","Harvard(,+183",list(char) -> list(char) -> list(char) nth (n=-1) word delimited by '-',"('473-Nancy-980-166',)",166,list(char) -> list(char) Abbreviate separate words (IIIII),"('21', '169')",2.1.,list(char) -> list(char) -> list(char) Append 'Angeles',"('Spell',)",SpellAngeles,list(char) -> list(char) Replace '(' w/ ')',"('14(Micha',)",14)Micha,list(char) -> list(char) nth (n=-1) word delimited by '(',"('Scalia(65',)",65,list(char) -> list(char) Take first 3 characters,"('Trinidad',)",Tri,list(char) -> list(char) Take first 5 characters,"('Ducati250',)",Ducat,list(char) -> list(char) ensure suffix `Scalia`,"('UIUC 526',)",UIUC 526Scalia,list(char) -> list(char) parentheses around word delimited by '-' & '.',"('-Spell.Rowden Arbor',)",-(Spell).Rowden Arbor,list(char) -> list(char) "nth (n=1) word delimited by ','","('Arbor,Scalia,Seamons,847',)",Scalia,list(char) -> list(char) Append two words delimited by ' ',"('+155', 'Bobo')",+155 Bobo,list(char) -> list(char) -> list(char) Replace '(' w/ '.',"('Spagnoli(7(Seamons',)",Spagnoli.7.Seamons,list(char) -> list(char) parentheses around a single word (IIII),"('986',)",(986),list(char) -> list(char) Prepend '177' to first word,"('Alaina +141',)",177Alaina,list(char) -> list(char) drop first word delimited by '(',"('Ducati(969(+144(Olague',)",969(+144(Olague,list(char) -> list(char) Take first 3 characters,"('766',)",766,list(char) -> list(char) Abbreviate words separated by '(',"('048(Joaquin',)",0.J.,list(char) -> list(char) First letters of words (II),"('365 Aylward',)",3A,list(char) -> list(char) Append '+138',"('TX',)",TX+138,list(char) -> list(char) drop first word delimited by '-',"('California-+158-Ghoston-82',)",+158-Ghoston-82,list(char) -> list(char) "parentheses around word delimited by ',' & ','","('+174,Bradford,University',)","+174,(Bradford),University",list(char) -> list(char) Replace '(' w/ ' ',"('CT(Heintz(Cornell(Phillip',)",CT Heintz Cornell Phillip,list(char) -> list(char) Append two words delimited by '..',"('Ferrari', 'Angeles')",Ferrari..Angeles,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by '(',"('N(Spell(Babiarz(MD',)",MD,list(char) -> list(char) drop first word delimited by '-',"('Cambridge-+7-+140-29',)",+7-+140-29,list(char) -> list(char) "Replace ',' w/ '.'","('+197,980,Hage,Cencici',)",+197.980.Hage.Cencici,list(char) -> list(char) Append 2 strings (III),"('Cambridge', 'Honda550')",CambridgeHonda550,list(char) -> list(char) -> list(char) nth (n=1) word delimited by ' ',"('Soderstrom Scalia',)",Scalia,list(char) -> list(char) parentheses around word delimited by '-' & '.',"('-Haven.80',)",-(Haven).80,list(char) -> list(char) Take first character and append '.',"('Marquess',)",M.,list(char) -> list(char) Replace '(' w/ ')',"('Babiarz(Annalisa(+151(Samuel',)",Babiarz)Annalisa)+151)Samuel,list(char) -> list(char) First letters of words (III),"('000 Dermody +196',)",0D+,list(char) -> list(char) "nth (n=1) word delimited by ','","('Sergienko,009,Jacquiline,Sergienko',)",009,list(char) -> list(char) ensure suffix `568`,"('+23 10 IL 844',)",+23 10 IL 844568,list(char) -> list(char) Prepend '086' to first word,"('18 Miah',)",08618,list(char) -> list(char) parentheses around second word,"('856 +138 424 Montiel',)",(+138),list(char) -> list(char) "parentheses around word delimited by '.' & ','","('20.066,TX-Pannell',)","20.(066),TX-Pannell",list(char) -> list(char) First letters of words (I),"('+118 Chism 428 Acura100',)",+C4A,list(char) -> list(char) Replace '(' w/ ' ',"('377(209(+118',)",377 209 +118,list(char) -> list(char) "Extract word delimited by ',' - ','","('Jeff,Scalia,Gertude,877',)",Scalia,list(char) -> list(char) Prepend '+167' to first word,"('+169 29',)",+167+169,list(char) -> list(char) ensure suffix `Andria`,"('+68 +161 Heintz York',)",+68 +161 Heintz YorkAndria,list(char) -> list(char) parentheses around word delimited by ' ' & '-',"(' Barbara-Mackenzie',)", (Barbara)-Mackenzie,list(char) -> list(char) Append two words delimited by '.-',"('Salley', '29')",Salley.-29,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by ')',"('T)+197',)",+197,list(char) -> list(char) Append two words delimited by '-',"('47', 'NY')",47-NY,list(char) -> list(char) -> list(char) Append 'Dermody',"('29',)",29Dermody,list(char) -> list(char) ensure suffix `997`,"('Marcus +108 Ramthun Rudolf',)",Marcus +108 Ramthun Rudolf997,list(char) -> list(char) Abbreviate separate words (I),"('62', 'Ramthun')",6.R.,list(char) -> list(char) -> list(char) Prepend '+167' to first word,"('Launa 845',)",+167Launa,list(char) -> list(char) Append 2 strings (IIIII),"('Soderstrom', '+199')",Soderstrom+199,list(char) -> list(char) -> list(char) parentheses around a single word (I),"('Halpern',)",(Halpern),list(char) -> list(char) nth (n=0) word delimited by ' ',"('Q +108 Desiree',)",Q,list(char) -> list(char) Replace '.' w/ ')',"('Lakenya.876.18.064',)",Lakenya)876)18)064,list(char) -> list(char) Abbreviate separate words (IIIII),"('Mulloy', 'V')",M.V.,list(char) -> list(char) -> list(char) Append two words delimited by '. ',"('771', '5')",771. 5,list(char) -> list(char) -> list(char) ensure suffix `769`,"('+169 +163 +129 46',)",+169 +163 +129 46769,list(char) -> list(char) nth (n=0) word delimited by '-',"('Olague-Bradford-+115-N',)",Olague,list(char) -> list(char) parentheses around a single word (II),"('29',)",(29),list(char) -> list(char) Replace '.' w/ ')',"('83.Ramthun',)",83)Ramthun,list(char) -> list(char) Prepend 'Sergienko',"('F',)",SergienkoF,list(char) -> list(char) Append 2 strings (I),"('Phialdelphia', '40')",Phialdelphia40,list(char) -> list(char) -> list(char) Append '636',"('C',)",C636,list(char) -> list(char) Replace '(' w/ ' ',"('Nancy(Houston',)",Nancy Houston,list(char) -> list(char) Append two words delimited by ')',"('Park', 'Hopkins')",Park)Hopkins,list(char) -> list(char) -> list(char) Append 'Cornell',"('101',)",101Cornell,list(char) -> list(char) Drop last 4 characters,"('Jenee',)",J,list(char) -> list(char) "nth (n=-1) word delimited by ','","('144,Honda550,Hopkins',)",Hopkins,list(char) -> list(char) parentheses around a single word (IIII),"('Harvard',)",(Harvard),list(char) -> list(char) drop first word delimited by ' ',"('Bess Berkeley',)",Berkeley,list(char) -> list(char) nth (n=-1) word delimited by '(',"('Berkeley(557(29',)",29,list(char) -> list(char) Abbreviate separate words (II),"('Hayley', 'Ferrari')",H.F.,list(char) -> list(char) -> list(char) ensure suffix `Andria`,"('Hornak 575 MA JacquilineAndria',)",Hornak 575 MA JacquilineAndria,list(char) -> list(char) Append two words delimited by '.',"('+2', 'Jacquiline')",+2.Jacquiline,list(char) -> list(char) -> list(char) First letters of words (IIIIII),"('+155 174 Dr Haven',)",+1DH,list(char) -> list(char) Append two words delimited by '(',"('Q', 'Ducati250')",Q(Ducati250,list(char) -> list(char) -> list(char) Append 2 strings (II),"('+163', '+141')",+163+141,list(char) -> list(char) -> list(char) Abbreviate separate words (IIII),"('S', 'Beata')",S.B.,list(char) -> list(char) -> list(char) Drop last 5 characters,"('Mcgaughey',)",Mcga,list(char) -> list(char) ensure suffix `568`,"('MD Hopkins 394',)",MD Hopkins 394568,list(char) -> list(char) Abbreviate separate words (III),"('692', 'Soderstrom')",6.S.,list(char) -> list(char) -> list(char) Take first character and append ' ',"('MI',)",M ,list(char) -> list(char) Extract word delimited by '(' - '(',"('14(Rowden(Jeanice(Acura125',)",Rowden,list(char) -> list(char) Replace '(' w/ '.',"('C(40',)",C.40,list(char) -> list(char) Append 2 strings (IIII),"('Marcus', '776')",Marcus776,list(char) -> list(char) -> list(char) nth (n=1) word delimited by '.',"('H.+7.Cortes.+169',)",+7,list(char) -> list(char) Take first 2 characters,"('334',)",33,list(char) -> list(char) Extract word delimited by '-' - ')',"('York-Mackenzie)Jacquiline)L',)",Mackenzie,list(char) -> list(char) Prepend '+174',"('851',)",+174851,list(char) -> list(char) Prepend 'UCLA',"('Sergienko',)",UCLASergienko,list(char) -> list(char) ensure suffix `Ramthun`,"('Ghoston Bobo Scalia Chism',)",Ghoston Bobo Scalia ChismRamthun,list(char) -> list(char) nth (n=0) word delimited by '-',"('Jeff-Lara-Karrie',)",Jeff,list(char) -> list(char) Append 2 strings (IIIIII),"('+199', '919')",+199919,list(char) -> list(char) -> list(char) "parentheses around word delimited by '.' & ','","('476.47,017',)","476.(47),017",list(char) -> list(char) Prepend '+174',"('52',)",+17452,list(char) -> list(char) First letters of words (IIIIII),"('43 390 Phillip',)",43P,list(char) -> list(char) Append two words delimited by ' ',"('Acura', 'Vena')",Acura Vena,list(char) -> list(char) -> list(char) "parentheses around word delimited by ',' & ','","(',548,43',)",",(548),43",list(char) -> list(char) parentheses around a single word (IIIII),"('York',)",(York),list(char) -> list(char) Take first character and append ' ',"('Alida',)",A ,list(char) -> list(char) parentheses around a single word (I),"('+140',)",(+140),list(char) -> list(char) Prepend 'Jani',"('Andria',)",JaniAndria,list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"('Spagnoli Marquess Gertude',)",Spagnoli (Marquess) Gertude,list(char) -> list(char) Append 'Beata',"('Eccleston',)",EcclestonBeata,list(char) -> list(char) "parentheses around word delimited by ',' & ' '","('29,10 Stefany +158',)","29,(10) Stefany +158",list(char) -> list(char) "Replace '-' w/ ','","('2-FreeHafer-+188',)","2,FreeHafer,+188",list(char) -> list(char) "nth (n=0) word delimited by ','","('R,Miah,Arbor',)",R,list(char) -> list(char) "Append two words delimited by '(,'","('50', '949')","50(,949",list(char) -> list(char) -> list(char) "Abbreviate words separated by ','","('Trinidad,58',)",T.5.,list(char) -> list(char) Extract word delimited by '(' - '(',"('Andria(Honda125(+75(Malissa',)",Honda125,list(char) -> list(char) Prepend 'Hornak',"('P',)",HornakP,list(char) -> list(char) ensure suffix `769`,"('Ducati125 A Eccleston +198769',)",Ducati125 A Eccleston +198769,list(char) -> list(char) nth (n=1) word delimited by '(',"('+188(45(+9',)",45,list(char) -> list(char) "Take first character and append ','","('56',)","5,",list(char) -> list(char) nth (n=0) word delimited by '.',"('Bradford.971.+180',)",Bradford,list(char) -> list(char) nth (n=1) word delimited by '(',"('Phialdelphia(+176(741(Ducati250',)",+176,list(char) -> list(char) Prepend 'Hornak',"('865',)",Hornak865,list(char) -> list(char) Extract word delimited by ')' - '-',"('+60)Lain-Ducati100-Bradford',)",Lain,list(char) -> list(char) First letters of words (IIII),"('Ducati250 Lashanda N Barbara',)",DLNB,list(char) -> list(char) Append 2 strings (IIIIII),"('Miah', '81')",Miah81,list(char) -> list(char) -> list(char) Drop last 1 characters,"('290',)",29,list(char) -> list(char) Drop last 4 characters,"('+167',)",,list(char) -> list(char) Drop last 3 characters,"('Hage',)",H,list(char) -> list(char) parentheses around a single word (III),"('NY',)",(NY),list(char) -> list(char) Append 2 strings (I),"('Georgina', '2')",Georgina2,list(char) -> list(char) -> list(char) Abbreviate separate words (III),"('+189', '856')",+.8.,list(char) -> list(char) -> list(char) nth (n=1) word delimited by '.',"('Ducati125.of.588.843',)",of,list(char) -> list(char) Append two words delimited by ' ',"('Mariel', 'Harvard')",Mariel Harvard,list(char) -> list(char) -> list(char) Append 'Dermody',"('Columbia',)",ColumbiaDermody,list(char) -> list(char) "drop first word delimited by ','","('Nancy,Beata,512,864',)","Beata,512,864",list(char) -> list(char) parentheses around a single word (IIII),"('+155',)",(+155),list(char) -> list(char) Prepend '170' to first word,"('Malissa W',)",170Malissa,list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"(' California +104,Teddy',)"," (California) +104,Teddy",list(char) -> list(char) Abbreviate words separated by ' ',"('938 Alida',)",9.A.,list(char) -> list(char) ensure suffix `Ramthun`,"('Annalisa Latimore ChismRamthun',)",Annalisa Latimore ChismRamthun,list(char) -> list(char) ensure suffix `Andria`,"('Madelaine +189Andria',)",Madelaine +189Andria,list(char) -> list(char) Abbreviate separate words (IIIIII),"('Lakenya', '62')",L.6.,list(char) -> list(char) -> list(char) Replace '.' w/ ')',"('622.270',)",622)270,list(char) -> list(char) "nth (n=0) word delimited by ','","('Neil,Heintz,Malissa,Berkeley',)",Neil,list(char) -> list(char) Replace ' ' w/ '(',"('035 Penn Hornak',)",035(Penn(Hornak,list(char) -> list(char) Prepend 'UCLA',"('MI',)",UCLAMI,list(char) -> list(char) Prepend 'Hornak',"('Mackenzie',)",HornakMackenzie,list(char) -> list(char) Append 2 strings (IIII),"('426', '369')",426369,list(char) -> list(char) -> list(char) "Extract word delimited by ')' - ','","('Cambridge)Storrs,449)10',)",Storrs,list(char) -> list(char) Abbreviate separate words (IIIIII),"('+81', 'Halpern')",+.H.,list(char) -> list(char) -> list(char) Prepend '+174',"('Jurgens',)",+174Jurgens,list(char) -> list(char) Abbreviate words separated by '-',"('941-162',)",9.1.,list(char) -> list(char) Append 2 strings (IIII),"('Seamons', 'Lakenya')",SeamonsLakenya,list(char) -> list(char) -> list(char) Append 2 strings (I),"('Richert', 'NY')",RichertNY,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by ' ',"('Park +183 186',)",186,list(char) -> list(char) Append '636',"('FreeHafer',)",FreeHafer636,list(char) -> list(char) Abbreviate words separated by ')',"('+196)253',)",+.2.,list(char) -> list(char) First letters of words (IIIII),"('46 439',)",44,list(char) -> list(char) Prepend 'Spell',"('Aylward',)",SpellAylward,list(char) -> list(char) Append two words delimited by ' ',"('2', '+151')",2 +151,list(char) -> list(char) -> list(char) "parentheses around word delimited by '.' & ','","('.DPhiladelphia,+132 G',)",".(DPhiladelphia),+132 G",list(char) -> list(char) parentheses around word delimited by '-' & '.',"('Lain-Edison.C-Temple',)",Lain-(Edison).C-Temple,list(char) -> list(char) First letters of words (III),"('Lango Babiarz R',)",LBR,list(char) -> list(char) Drop last 4 characters,"('Santa',)",S,list(char) -> list(char) Append 2 strings (II),"('245', 'Casler')",245Casler,list(char) -> list(char) -> list(char) drop first word delimited by '.',"('Angeles.+115.+140',)",+115.+140,list(char) -> list(char) Drop last 5 characters,"('Cencici',)",Ce,list(char) -> list(char) Prepend '+167' to first word,"('172 Hayley',)",+167172,list(char) -> list(char) nth (n=1) word delimited by '-',"('+155-Covelli-Constable-405',)",Covelli,list(char) -> list(char) nth (n=0) word delimited by '-',"('+172-Penn-Chilcott-E',)",+172,list(char) -> list(char) "Take first character and append ','","('Ramthun',)","R,",list(char) -> list(char) "Replace ',' w/ '('","('066,+106,Bobo,200',)",066(+106(Bobo(200,list(char) -> list(char) Replace ' ' w/ '(',"('+9 Rowden Reily',)",+9(Rowden(Reily,list(char) -> list(char) Prepend 'Ghoston' to first word,"('Samuel Hage',)",GhostonSamuel,list(char) -> list(char) Prepend 'Spell',"('+197',)",Spell+197,list(char) -> list(char) nth (n=0) word delimited by '.',"('505.+46',)",505,list(char) -> list(char) Replace '(' w/ '.',"('75(University',)",75.University,list(char) -> list(char) Drop last 1 characters,"('+130',)",+13,list(char) -> list(char) Append 2 strings (III),"('35', '981')",35981,list(char) -> list(char) -> list(char) drop first word delimited by ' ',"('141 Lashanda',)",Lashanda,list(char) -> list(char) Drop last 2 characters,"('Stefany',)",Stefa,list(char) -> list(char) "Extract word delimited by ',' - ','","('Barbara,+86,95,Urbana',)",+86,list(char) -> list(char) Take first 5 characters,"('Carlene',)",Carle,list(char) -> list(char) Take first 5 characters,"('Gregori',)",Grego,list(char) -> list(char) Append 2 strings (I),"('I', '+172')",I+172,list(char) -> list(char) -> list(char) parentheses around first word,"('018 +176 Houston',)",(018),list(char) -> list(char) nth (n=1) word delimited by '-',"('Kotas-028',)",028,list(char) -> list(char) Prepend '170' to first word,"('Malissa 500',)",170Malissa,list(char) -> list(char) Extract word delimited by '(' - '(',"('Montiel(Temple(Heintz(Teddy',)",Temple,list(char) -> list(char) Append 'Dermody',"('+5',)",+5Dermody,list(char) -> list(char) Take first character and append '(',"('82',)",8(,list(char) -> list(char) Append 'Beata',"('092',)",092Beata,list(char) -> list(char) Append two words delimited by ' ',"('051', '+174')",051 +174,list(char) -> list(char) -> list(char) Abbreviate words separated by '(',"('Jeanice(Acura',)",J.A.,list(char) -> list(char) "Extract word delimited by ',' - '.'","('86,+161.13,+7',)",+161,list(char) -> list(char) Abbreviate separate words (I),"('Irwin', 'Spell')",I.S.,list(char) -> list(char) -> list(char) Prepend '177' to first word,"('421 Annalisa',)",177421,list(char) -> list(char) Extract word delimited by '(' - '(',"('Ducati250(+183(Richert(Park',)",+183,list(char) -> list(char) "Abbreviate words separated by ','","('FreeHafer,Park',)",F.P.,list(char) -> list(char) "nth (n=0) word delimited by ','","('+115,+106',)",+115,list(char) -> list(char) "Extract word delimited by ')' - ','","('963)Kathlyn,Melodi,Spagnoli',)",Kathlyn,list(char) -> list(char) Abbreviate separate words (IIIII),"('Ducati125', '46')",D.4.,list(char) -> list(char) -> list(char) Append 2 strings (IIIIII),"('O', '765')",O765,list(char) -> list(char) -> list(char) First letters of words (IIII),"('CT FreeHafer Bogle',)",CFB,list(char) -> list(char) ensure suffix `Scalia`,"('Ramthun Beata Chism FreeHaferScalia',)",Ramthun Beata Chism FreeHaferScalia,list(char) -> list(char) "Append two words delimited by ','","('Acura100', '705')","Acura100,705",list(char) -> list(char) -> list(char) ensure suffix `568`,"('+194 517 Bobo568',)",+194 517 Bobo568,list(char) -> list(char) "nth (n=-1) word delimited by ','","('50,+9',)",+9,list(char) -> list(char) Extract word delimited by '-' - ')',"('155-Reily)Haven)+132',)",Reily,list(char) -> list(char) drop first word delimited by '.',"('598.849.854.Kimberley',)",849.854.Kimberley,list(char) -> list(char) Prepend 'Carlene' to first word,"('997 CA',)",Carlene997,list(char) -> list(char) "drop first word delimited by ','","('943,65,216,CA',)","65,216,CA",list(char) -> list(char) nth (n=-1) word delimited by '.',"('197.58',)",58,list(char) -> list(char) nth (n=-1) word delimited by ')',"('+42)+98)+115)Junkin',)",Junkin,list(char) -> list(char) nth (n=1) word delimited by ')',"('Mariel)Carlene)Ducati100)Jeff',)",Carlene,list(char) -> list(char) nth (n=-1) word delimited by ')',"('+151)50)Withers',)",Withers,list(char) -> list(char) Append 2 strings (III),"('Tobias', '58')",Tobias58,list(char) -> list(char) -> list(char) Drop last 1 characters,"('769',)",76,list(char) -> list(char) Take first 5 characters,"('Desiree',)",Desir,list(char) -> list(char) "nth (n=-1) word delimited by ','","('468,376',)",376,list(char) -> list(char) nth (n=0) word delimited by '.',"('Maryann.705.Barbara',)",Maryann,list(char) -> list(char) "parentheses around word delimited by ',' & ' '","(',551 Cencici 68',)",",(551) Cencici 68",list(char) -> list(char) Append two words delimited by '. ',"('62', 'Mackenzie')",62. Mackenzie,list(char) -> list(char) -> list(char) Take first 4 characters,"('Ducati250',)",Duca,list(char) -> list(char) Take first 2 characters,"('Stefany',)",St,list(char) -> list(char) nth (n=-1) word delimited by ' ',"('K 358 Jacquiline Columbia',)",Columbia,list(char) -> list(char) Take first 4 characters,"('Haven',)",Have,list(char) -> list(char) Prepend 'Carlene' to first word,"('+155 45',)",Carlene+155,list(char) -> list(char) Prepend 'Jani',"('Ithaca',)",JaniIthaca,list(char) -> list(char) First letters of words (I),"('81 Heintz Pannell',)",8HP,list(char) -> list(char) Take first character and append '(',"('020',)",0(,list(char) -> list(char) Abbreviate words separated by ')',"('83)56',)",8.5.,list(char) -> list(char) nth (n=1) word delimited by ' ',"('University Sergienko',)",Sergienko,list(char) -> list(char) parentheses around a single word (I),"('+176',)",(+176),list(char) -> list(char) "parentheses around word delimited by '.' & ','","('.+197,64',)",".(+197),64",list(char) -> list(char) nth (n=-1) word delimited by ' ',"('CA Vena 23 Hopkins',)",Hopkins,list(char) -> list(char) Prepend '170' to first word,"('Drexel Maryann',)",170Drexel,list(char) -> list(char) nth (n=-1) word delimited by ')',"('539)027)42',)",42,list(char) -> list(char) Append 2 strings (IIIIII),"('Garrard', '+141')",Garrard+141,list(char) -> list(char) -> list(char) Extract word delimited by '-' - ')',"('NY-Philadelphia)Ferrari-PA',)",Philadelphia,list(char) -> list(char) First letters of words (III),"('Trinidad 500 862',)",T58,list(char) -> list(char) Append two words delimited by ')',"('Storrs', 'Jacquiline')",Storrs)Jacquiline,list(char) -> list(char) -> list(char) Drop last 5 characters,"('Heintz',)",H,list(char) -> list(char) ensure suffix `Scalia`,"('Ducati250 HoustonScalia',)",Ducati250 HoustonScalia,list(char) -> list(char) Abbreviate words separated by '(',"('G(Partida',)",G.P.,list(char) -> list(char) ensure suffix `Columbia`,"('647 Seamons 40 Teddy',)",647 Seamons 40 TeddyColumbia,list(char) -> list(char) nth (n=0) word delimited by '(',"('B(23',)",B,list(char) -> list(char) Append 2 strings (IIII),"('141', '636')",141636,list(char) -> list(char) -> list(char) parentheses around a single word (IIIII),"('Acura',)",(Acura),list(char) -> list(char) Abbreviate words separated by '.',"('Cambridge.6',)",C.6.,list(char) -> list(char) ensure suffix `769`,"('520 T769',)",520 T769,list(char) -> list(char) Append two words delimited by '-',"('+196', 'O')",+196-O,list(char) -> list(char) -> list(char) ensure suffix `Ramthun`,"('107 CollegeRamthun',)",107 CollegeRamthun,list(char) -> list(char) Append two words delimited by '-',"('119', 'Harvard')",119-Harvard,list(char) -> list(char) -> list(char) Replace '(' w/ ')',"('Hornak(Q(Mackenzie',)",Hornak)Q)Mackenzie,list(char) -> list(char) "Append two words delimited by '(,'","('Ducati100', '+176')","Ducati100(,+176",list(char) -> list(char) -> list(char) Abbreviate words separated by '-',"('Mackenzie-K',)",M.K.,list(char) -> list(char) First letters of words (I),"('C 461 +140 Phillip',)",C4+P,list(char) -> list(char) parentheses around a single word (IIIII),"('68',)",(68),list(char) -> list(char) Replace ' ' w/ '(',"('Honda250 Casler Edison',)",Honda250(Casler(Edison,list(char) -> list(char) Extract word delimited by ')' - '-',"('141)Penn-Jani-Clasen',)",Penn,list(char) -> list(char) Append two words delimited by '.-',"('2', 'Kotas')",2.-Kotas,list(char) -> list(char) -> list(char) Append 2 strings (IIIII),"('Jacquiline', 'College')",JacquilineCollege,list(char) -> list(char) -> list(char) Append 'Cornell',"('715',)",715Cornell,list(char) -> list(char) parentheses around word delimited by ' ' & '-',"(' Reily-Withers,Urbana',)"," (Reily)-Withers,Urbana",list(char) -> list(char) nth (n=1) word delimited by '(',"('Andria(736(654',)",736,list(char) -> list(char) "Abbreviate words separated by ','","('Rice,883',)",R.8.,list(char) -> list(char) Abbreviate separate words (IIII),"('M', '145')",M.1.,list(char) -> list(char) -> list(char) "Extract word delimited by ',' - '.'","('CT,+118.Mariel.40',)",+118,list(char) -> list(char) Extract word delimited by '-' - ')',"('T-188)Brendan-736',)",188,list(char) -> list(char) "parentheses around word delimited by ',' & ' '","(',Samuel Stefany.+185',)",",(Samuel) Stefany.+185",list(char) -> list(char) "nth (n=1) word delimited by ','","('Tobias,986,FreeHafer,+9',)",986,list(char) -> list(char) drop first word delimited by ')',"('Mariel)+195',)",+195,list(char) -> list(char) Take first character and append '-',"('751',)",7-,list(char) -> list(char) Append '+138',"('Cornell',)",Cornell+138,list(char) -> list(char) nth (n=-1) word delimited by '-',"('Alaina-Jacquiline',)",Jacquiline,list(char) -> list(char) Append 'Angeles',"('Celsa',)",CelsaAngeles,list(char) -> list(char) Take first character and append ' ',"('Jan',)",J ,list(char) -> list(char) Append 2 strings (II),"('Spell', 'Los')",SpellLos,list(char) -> list(char) -> list(char) "Replace '-' w/ ','","('Georgina-Dr-Alida-Acura100',)","Georgina,Dr,Alida,Acura100",list(char) -> list(char) "parentheses around word delimited by ',' & ' '","('Dr,+104 45',)","Dr,(+104) 45",list(char) -> list(char) Drop last 4 characters,"('Andria',)",An,list(char) -> list(char) "drop first word delimited by ','","('+6,Micha,167',)","Micha,167",list(char) -> list(char) "Replace ',' w/ '.'","('Reily,Madelaine',)",Reily.Madelaine,list(char) -> list(char) nth (n=0) word delimited by '(',"('Pennsylvania(Marquess',)",Pennsylvania,list(char) -> list(char) nth (n=0) word delimited by ' ',"('268 14 +104',)",268,list(char) -> list(char) parentheses around second word,"('O Jeanice',)",(Jeanice),list(char) -> list(char) drop first word delimited by ' ',"('S 2 86 178',)",2 86 178,list(char) -> list(char) Take first character and append '.',"('+189',)",+.,list(char) -> list(char) Drop last 2 characters,"('MI',)",,list(char) -> list(char) nth (n=1) word delimited by '.',"('Karrie.Covelli.882.+129',)",Covelli,list(char) -> list(char) "parentheses around word delimited by ',' & ','","('Bess,994,Montiel',)","Bess,(994),Montiel",list(char) -> list(char) Drop last 2 characters,"('562',)",5,list(char) -> list(char) "Extract word delimited by ',' - ','","('7,Soderstrom,S,A',)",Soderstrom,list(char) -> list(char) parentheses around a single word (IIII),"('+176',)",(+176),list(char) -> list(char) drop first word delimited by '(',"('75(Rice',)",Rice,list(char) -> list(char) ensure suffix `997`,"('+163 +129997',)",+163 +129997,list(char) -> list(char) "Replace '-' w/ ','","('+138-Irwin-46',)","+138,Irwin,46",list(char) -> list(char) ensure suffix `568`,"('+47 P568',)",+47 P568,list(char) -> list(char) Prepend '+174',"('S',)",+174S,list(char) -> list(char) nth (n=0) word delimited by ')',"('Lara)+176',)",Lara,list(char) -> list(char) Append two words delimited by '. ',"('Philadelphia', '433')",Philadelphia. 433,list(char) -> list(char) -> list(char) Take first 2 characters,"('Dermody',)",De,list(char) -> list(char) Abbreviate separate words (IIII),"('413', 'Acura')",4.A.,list(char) -> list(char) -> list(char) ensure suffix `997`,"('Hopkins 701 F',)",Hopkins 701 F997,list(char) -> list(char) Prepend 'Sergienko',"('009',)",Sergienko009,list(char) -> list(char) Take first character and append '.',"('+46',)",+.,list(char) -> list(char) Prepend 'Ghoston' to first word,"('FreeHafer 47',)",GhostonFreeHafer,list(char) -> list(char) Drop last 1 characters,"('Latimore',)",Latimor,list(char) -> list(char) Take first 3 characters,"('598',)",598,list(char) -> list(char) drop first word delimited by ')',"('Jenee)Jenee)151)UC',)",Jenee)151)UC,list(char) -> list(char) "parentheses around word delimited by ',' & ','","('100,066,Annalisa',)","100,(066),Annalisa",list(char) -> list(char) First letters of words (IIII),"('310 817 Q +185',)",38Q+,list(char) -> list(char) Prepend 'Spell',"('+105',)",Spell+105,list(char) -> list(char) "Append two words delimited by '(,'","('245', '18')","245(,18",list(char) -> list(char) -> list(char) Append two words delimited by '.',"('R', 'Rowden')",R.Rowden,list(char) -> list(char) -> list(char) Abbreviate separate words (III),"('038', 'Hornak')",0.H.,list(char) -> list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"('Honda250 Melodi +9-Kotas',)",Honda250 (Melodi) +9-Kotas,list(char) -> list(char) Prepend 'Sergienko',"('Barbara',)",SergienkoBarbara,list(char) -> list(char) Drop last 5 characters,"('Ferrari250',)",Ferra,list(char) -> list(char) Append 'Cornell',"('Akiyama',)",AkiyamaCornell,list(char) -> list(char) Append '+138',"('512',)",512+138,list(char) -> list(char) Append 'Angeles',"('469',)",469Angeles,list(char) -> list(char) "drop first word delimited by ','","('Rice,Partida,894,40',)","Partida,894,40",list(char) -> list(char) Abbreviate words separated by ' ',"('038 Cruz',)",0.C.,list(char) -> list(char) Drop last 3 characters,"('857',)",,list(char) -> list(char) Append two words delimited by ' -',"('2', 'J')",2 -J,list(char) -> list(char) -> list(char) ensure suffix `Scalia`,"('Angeles T N',)",Angeles T NScalia,list(char) -> list(char) parentheses around a single word (III),"('Park',)",(Park),list(char) -> list(char) Abbreviate separate words (IIIIII),"('25', '488')",2.4.,list(char) -> list(char) -> list(char) "Append two words delimited by ','","('Pennsylvania', '+198')","Pennsylvania,+198",list(char) -> list(char) -> list(char) Prepend 'Jani',"('25',)",Jani25,list(char) -> list(char) Abbreviate words separated by ' ',"('Annalisa College',)",A.C.,list(char) -> list(char) Prepend 'Ghoston' to first word,"('720 588',)",Ghoston720,list(char) -> list(char) ensure suffix `769`,"('Andria +140 Spell',)",Andria +140 Spell769,list(char) -> list(char) Append two words delimited by ')',"('Vena', 'Eccleston')",Vena)Eccleston,list(char) -> list(char) -> list(char) Take first character and append '-',"('Chong',)",C-,list(char) -> list(char) Prepend '177' to first word,"('566 14',)",177566,list(char) -> list(char) "Replace ',' w/ '('","('+132,Tobias',)",+132(Tobias,list(char) -> list(char) Take first character and append '-',"('+158',)",+-,list(char) -> list(char) ensure suffix `997`,"('Quashie Miah',)",Quashie Miah997,list(char) -> list(char) ensure suffix `Columbia`,"('Ferrari250 +58 AndrewColumbia',)",Ferrari250 +58 AndrewColumbia,list(char) -> list(char) "Extract word delimited by ')' - ','","('+104)+58,Ramthun,Bobo',)",+58,list(char) -> list(char) Append 2 strings (II),"('I', 'P')",IP,list(char) -> list(char) -> list(char) "Replace ',' w/ '.'","('Ducati,+147',)",Ducati.+147,list(char) -> list(char) nth (n=1) word delimited by '.',"('Bogle.Jani',)",Jani,list(char) -> list(char) Append two words delimited by '(',"('PA', 'Dermody')",PA(Dermody,list(char) -> list(char) -> list(char) "Replace '-' w/ ','","('834-Cruz-+197-Clasen',)","834,Cruz,+197,Clasen",list(char) -> list(char) Prepend '086' to first word,"('Georgina 72',)",086Georgina,list(char) -> list(char) Abbreviate words separated by '.',"('T.81',)",T.8.,list(char) -> list(char) "Take first character and append ','","('546',)","5,",list(char) -> list(char) "Abbreviate words separated by ','","('R,+108',)",R.+.,list(char) -> list(char) Prepend '086' to first word,"('35 Lara',)",08635,list(char) -> list(char) parentheses around a single word (III),"('Lain',)",(Lain),list(char) -> list(char) Append 'Beata',"('997',)",997Beata,list(char) -> list(char) parentheses around a single word (II),"('Honda',)",(Honda),list(char) -> list(char) "Extract word delimited by ',' - ','","('+75,FreeHafer,861,Babiarz',)",FreeHafer,list(char) -> list(char) parentheses around word delimited by ' ' & '-',"('+151 Annalisa-Phillip-Pennsylvania',)",+151 (Annalisa)-Phillip-Pennsylvania,list(char) -> list(char) Take first character and append ')',"('+169',)",+),list(char) -> list(char) Abbreviate separate words (IIIIII),"('O', 'Dr')",O.D.,list(char) -> list(char) -> list(char) First letters of words (IIII),"('Spell 865 169 095',)",S810,list(char) -> list(char) ensure suffix `Ramthun`,"('Bogle Miah Honda250 Trinidad',)",Bogle Miah Honda250 TrinidadRamthun,list(char) -> list(char) Append two words delimited by '-',"('Constable', '+197')",Constable-+197,list(char) -> list(char) -> list(char) Prepend 'Jani',"('Honda550',)",JaniHonda550,list(char) -> list(char) First letters of words (IIIII),"('751 Drexel L J',)",7DLJ,list(char) -> list(char) Append two words delimited by ' -',"('779', 'Withers')",779 -Withers,list(char) -> list(char) -> list(char) Append two words delimited by '..',"('568', 'Teddy')",568..Teddy,list(char) -> list(char) -> list(char) Append 2 strings (IIIII),"('Madelaine', '29')",Madelaine29,list(char) -> list(char) -> list(char) Append 2 strings (IIIII),"('Alaina', '7')",Alaina7,list(char) -> list(char) -> list(char) Abbreviate separate words (II),"('395', '082')",3.0.,list(char) -> list(char) -> list(char) drop first word delimited by '-',"('62-Temple',)",Temple,list(char) -> list(char) Prepend 'Ghoston' to first word,"('125 +118',)",Ghoston125,list(char) -> list(char) parentheses around first word,"('415 +115 484',)",(415),list(char) -> list(char) parentheses around a single word (IIIII),"('Halpern',)",(Halpern),list(char) -> list(char) Abbreviate separate words (I),"('+118', '894')",+.8.,list(char) -> list(char) -> list(char) Drop last 3 characters,"('Brescia',)",Bres,list(char) -> list(char) Abbreviate words separated by '(',"('+180(P',)",+.P.,list(char) -> list(char) drop first word delimited by ')',"('Heintz)Babiarz)University',)",Babiarz)University,list(char) -> list(char) Abbreviate separate words (III),"('+174', 'Lain')",+.L.,list(char) -> list(char) -> list(char) ensure suffix `Andria`,"('+13 20 +7',)",+13 20 +7Andria,list(char) -> list(char) Append '636',"('844',)",844636,list(char) -> list(char) "nth (n=1) word delimited by ','","('473,Phialdelphia',)",Phialdelphia,list(char) -> list(char) Prepend 'Carlene' to first word,"('43 927',)",Carlene43,list(char) -> list(char) nth (n=1) word delimited by ')',"('UC)+176)Jeanice)+174',)",+176,list(char) -> list(char) Take first character and append '-',"('Scalia',)",S-,list(char) -> list(char) Append two words delimited by ' ',"('Malissa', 'Philadelphia')",Malissa Philadelphia,list(char) -> list(char) -> list(char) Replace '-' w/ ' ',"('+183-13',)",+183 13,list(char) -> list(char) First letters of words (III),"('+5 Urbana',)",+U,list(char) -> list(char) First letters of words (IIIIII),"('888 Penn 50 UC',)",8P5U,list(char) -> list(char) Extract word delimited by ')' - '-',"('Cruz)+188-Maryann)183',)",+188,list(char) -> list(char) Append two words delimited by '(',"('204', 'Elias')",204(Elias,list(char) -> list(char) -> list(char) Take first 2 characters,"('+2',)",+2,list(char) -> list(char) parentheses around a single word (II),"('B',)",(B),list(char) -> list(char) Abbreviate separate words (IIIII),"('50', 'PA')",5.P.,list(char) -> list(char) -> list(char) Append two words delimited by '(',"('176', 'C')",176(C,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by '-',"('+172-University-College',)",College,list(char) -> list(char) Take first character and append ')',"('83',)",8),list(char) -> list(char) Append two words delimited by '..',"('Vena', '50')",Vena..50,list(char) -> list(char) -> list(char) Append two words delimited by '..',"('Spagnoli', 'Hornak')",Spagnoli..Hornak,list(char) -> list(char) -> list(char) nth (n=1) word delimited by '-',"('Launa-Hornak',)",Hornak,list(char) -> list(char) Abbreviate separate words (IIII),"('+140', 'Partida')",+.P.,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by ' ',"('Edison 29 938 W',)",W,list(char) -> list(char) Append two words delimited by '.',"('632', '836')",632.836,list(char) -> list(char) -> list(char) nth (n=0) word delimited by ')',"('E)844',)",E,list(char) -> list(char) Append two words delimited by '.-',"('Philadelphia', '6')",Philadelphia.-6,list(char) -> list(char) -> list(char) parentheses around a single word (II),"('426',)",(426),list(char) -> list(char) First letters of words (I),"('Andria Richert 652 Penn',)",AR6P,list(char) -> list(char) Abbreviate words separated by '.',"('Spagnoli.734',)",S.7.,list(char) -> list(char) Abbreviate words separated by '.',"('817.33',)",8.3.,list(char) -> list(char) Take first 4 characters,"('+106',)",+106,list(char) -> list(char) nth (n=1) word delimited by ' ',"('+132 Annalisa Mcgaughey Ferrari',)",Annalisa,list(char) -> list(char) Prepend 'Hornak',"('H',)",HornakH,list(char) -> list(char) Abbreviate words separated by '-',"('Cruz-150',)",C.1.,list(char) -> list(char) First letters of words (IIIII),"('Honda550 +180 Q',)",H+Q,list(char) -> list(char) Take first character and append ')',"('414',)",4),list(char) -> list(char) Take first 4 characters,"('Reily',)",Reil,list(char) -> list(char) Abbreviate words separated by ' ',"('+104 Hayley',)",+.H.,list(char) -> list(char) First letters of words (IIIII),"('Dr UC K Rowden',)",DUKR,list(char) -> list(char) parentheses around second word,"('California 86',)",(86),list(char) -> list(char) Append two words delimited by ' ',"('Lain', 'Irwin')",Lain Irwin,list(char) -> list(char) -> list(char) Prepend '+167' to first word,"('Madelaine Carlene',)",+167Madelaine,list(char) -> list(char) Abbreviate words separated by '-',"('Kathlyn-Beata',)",K.B.,list(char) -> list(char) First letters of words (II),"('438 20 MA FreeHafer',)",42MF,list(char) -> list(char) Abbreviate separate words (I),"('Dermody', 'D')",D.D.,list(char) -> list(char) -> list(char) Replace '.' w/ ')',"('Beata.21.119',)",Beata)21)119,list(char) -> list(char) Prepend 'Spell',"('358',)",Spell358,list(char) -> list(char) Append '636',"('Bess',)",Bess636,list(char) -> list(char) Append two words delimited by ' -',"('Q', 'Phillip')",Q -Phillip,list(char) -> list(char) -> list(char) Abbreviate separate words (II),"('Gertude', 'Dermody')",G.D.,list(char) -> list(char) -> list(char) parentheses around word delimited by ' ' & '-',"(' +194-9',)", (+194)-9,list(char) -> list(char) nth (n=0) word delimited by '.',"('B.25.Jeanice',)",B,list(char) -> list(char) parentheses around word delimited by '-' & '.',"('9-Ducati125.976.Alida',)",9-(Ducati125).976.Alida,list(char) -> list(char) Take first character and append '(',"('Pennsylvania',)",P(,list(char) -> list(char) nth (n=1) word delimited by '-',"('504-Jeanice-K',)",Jeanice,list(char) -> list(char) Append 'Beata',"('S',)",SBeata,list(char) -> list(char) Replace '-' w/ ' ',"('+106-Yale-+130-+141',)",+106 Yale +130 +141,list(char) -> list(char) Prepend '086' to first word,"('Ducati Penn',)",086Ducati,list(char) -> list(char) Abbreviate words separated by ')',"('585)13',)",5.1.,list(char) -> list(char) parentheses around first word,"('TX 33 Pennsylvania',)",(TX),list(char) -> list(char) nth (n=0) word delimited by ' ',"('42 597 J',)",42,list(char) -> list(char) Drop last 2 characters,"('Nancy',)",Nan,list(char) -> list(char) Append two words delimited by '.-',"('Mackenzie', '163')",Mackenzie.-163,list(char) -> list(char) -> list(char) drop first word delimited by '-',"('Coralee-862',)",862,list(char) -> list(char) nth (n=1) word delimited by '(',"('W(517(+199',)",517,list(char) -> list(char) parentheses around first word,"('+108 29 95 +196 332',)",(+108),list(char) -> list(char) "Take first character and append ','","('Covelli',)","C,",list(char) -> list(char) Take first character and append ')',"('DPhiladelphia',)",D),list(char) -> list(char) Append 'Cornell',"('IL',)",ILCornell,list(char) -> list(char) drop first word delimited by ' ',"('386 Georgina 720 141',)",Georgina 720 141,list(char) -> list(char) Prepend '177' to first word,"('Jacqualine +180',)",177Jacqualine,list(char) -> list(char) "Replace ',' w/ '('","('820,Connecticut',)",820(Connecticut,list(char) -> list(char) Replace '-' w/ ' ',"('Jacqualine-62',)",Jacqualine 62,list(char) -> list(char) "Extract word delimited by ',' - '.'","('426,Lain.45,Honda125',)",Lain,list(char) -> list(char) Prepend 'UCLA',"('Ferrari',)",UCLAFerrari,list(char) -> list(char) Replace '(' w/ ' ',"('+194(Alaina',)",+194 Alaina,list(char) -> list(char) drop first word delimited by '.',"('Jenee.21.80.Soderstrom',)",21.80.Soderstrom,list(char) -> list(char) nth (n=1) word delimited by ')',"('R)+144',)",+144,list(char) -> list(char) nth (n=-1) word delimited by '-',"('21-of',)",of,list(char) -> list(char) "Replace ',' w/ '.'","('017,Celsa',)",017.Celsa,list(char) -> list(char) Append two words delimited by '.',"('Bradford', 'Beata')",Bradford.Beata,list(char) -> list(char) -> list(char) drop first word delimited by '.',"('Acura.Urbana',)",Urbana,list(char) -> list(char) drop first word delimited by ')',"('Jeanice)+194)+189)491',)",+194)+189)491,list(char) -> list(char) nth (n=1) word delimited by ')',"('Partida)FreeHafer)+130)D',)",FreeHafer,list(char) -> list(char) Extract word delimited by ')' - '-',"('+144)060-Soderstrom)68',)",060,list(char) -> list(char) ensure suffix `Columbia`,"('158 Quashie Hage',)",158 Quashie HageColumbia,list(char) -> list(char) nth (n=-1) word delimited by '(',"('684(Ghoston',)",Ghoston,list(char) -> list(char) Append two words delimited by '. ',"('Haven', '575')",Haven. 575,list(char) -> list(char) -> list(char) nth (n=0) word delimited by ' ',"('Brescia A 56',)",Brescia,list(char) -> list(char) nth (n=-1) word delimited by '.',"('+118.Mulloy.56',)",56,list(char) -> list(char) Abbreviate separate words (II),"('York', 'Madelaine')",Y.M.,list(char) -> list(char) -> list(char) parentheses around second word,"('Trinidad 311 33',)",(311),list(char) -> list(char) "Extract word delimited by ',' - '.'","('504,566.20.F',)",566,list(char) -> list(char) nth (n=-1) word delimited by '.',"('N.Annalisa.Houston',)",Houston,list(char) -> list(char) parentheses around a single word (III),"('Ducati',)",(Ducati),list(char) -> list(char) nth (n=0) word delimited by '(',"('Lango(Desiree',)",Lango,list(char) -> list(char) First letters of words (II),"('Celsa Latimore',)",CL,list(char) -> list(char) nth (n=0) word delimited by '(',"('C(98',)",C,list(char) -> list(char) "Extract word delimited by ')' - ','","('244)Karrie,Lashanda)Kimberley',)",Karrie,list(char) -> list(char) Take first 3 characters,"('Vena',)",Ven,list(char) -> list(char) Replace '-' w/ ' ',"('759-Bogle',)",759 Bogle,list(char) -> list(char) nth (n=1) word delimited by ' ',"('29 Ferrari250',)",Ferrari250,list(char) -> list(char) Replace '(' w/ ')',"('+194(+185(+147(Rice',)",+194)+185)+147)Rice,list(char) -> list(char) nth (n=0) word delimited by ')',"('+105)046)Casler',)",+105,list(char) -> list(char) parentheses around a single word (I),"('Withers',)",(Withers),list(char) -> list(char) Append two words delimited by ')',"('42', '959')",42)959,list(char) -> list(char) -> list(char) Prepend '170' to first word,"('of Latimore',)",170of,list(char) -> list(char) Append 2 strings (III),"('25', '176')",25176,list(char) -> list(char) -> list(char) Append 'Angeles',"('+199',)",+199Angeles,list(char) -> list(char) drop first word delimited by '(',"('Barbara(Temple(Samuel',)",Temple(Samuel,list(char) -> list(char) "nth (n=0) word delimited by ','","('MA,B,+95',)",MA,list(char) -> list(char) Take first character and append '(',"('Melodi',)",M(,list(char) -> list(char) Prepend 'UCLA',"('Santa',)",UCLASanta,list(char) -> list(char) "Append two words delimited by ','","('UIUC', '608')","UIUC,608",list(char) -> list(char) -> list(char) "Append two words delimited by ','","('2', 'Garrard')","2,Garrard",list(char) -> list(char) -> list(char) Abbreviate words separated by ')',"('Coralee)Rowden',)",C.R.,list(char) -> list(char) nth (n=-1) word delimited by '.',"('Latimore.Joaquin.Bobo.G',)",G,list(char) -> list(char) Replace '(' w/ '.',"('155(Edison(CA(29',)",155.Edison.CA.29,list(char) -> list(char) Append '+138',"('Hopkins',)",Hopkins+138,list(char) -> list(char) Take first character and append ' ',"('Brescia',)",B ,list(char) -> list(char) "Replace ',' w/ '('","('Nancy,334,611,+172',)",Nancy(334(611(+172,list(char) -> list(char) First letters of words (II),"('6 Kimberley 095',)",6K0,list(char) -> list(char) First letters of words (IIIIII),"('21 B',)",2B,list(char) -> list(char) Drop last 3 characters,"('012',)",,list(char) -> list(char) Prepend 'Sergienko',"('Stefany',)",SergienkoStefany,list(char) -> list(char) Replace ' ' w/ '(',"('52 622',)",52(622,list(char) -> list(char) Prepend 'Carlene' to first word,"('Gertude +198',)",CarleneGertude,list(char) -> list(char) Take first character and append '.',"('290',)",2.,list(char) -> list(char) "nth (n=-1) word delimited by ','","('+194,Scalia,Montiel,Ghoston',)",Ghoston,list(char) -> list(char) Append 'Dermody',"('085',)",085Dermody,list(char) -> list(char) nth (n=0) word delimited by '-',"('64-836-197-Michigan',)",64,list(char) -> list(char) Append two words delimited by ' -',"('622', 'Andrew')",622 -Andrew,list(char) -> list(char) -> list(char) Append two words delimited by ' ',"('35', 'Rowden')",35 Rowden,list(char) -> list(char) -> list(char) drop first word delimited by '(',"('+9(Urbana',)",Urbana,list(char) -> list(char) ensure suffix `Columbia`,"('Cambridge MD 875 Ducati125',)",Cambridge MD 875 Ducati125Columbia,list(char) -> list(char) nth (n=0) word delimited by ')',"('L)40)591)W',)",L,list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"('94 Heintz Q',)",94 (Heintz) Q,list(char) -> list(char) "Append two words delimited by '(,'","('Harvard', '+183')","Harvard(,+183",list(char) -> list(char) -> list(char) nth (n=-1) word delimited by '-',"('473-Nancy-980-166',)",166,list(char) -> list(char) Abbreviate separate words (IIIII),"('21', '169')",2.1.,list(char) -> list(char) -> list(char) Append 'Angeles',"('Spell',)",SpellAngeles,list(char) -> list(char) Replace '(' w/ ')',"('14(Micha',)",14)Micha,list(char) -> list(char) nth (n=-1) word delimited by '(',"('Scalia(65',)",65,list(char) -> list(char) Take first 3 characters,"('Trinidad',)",Tri,list(char) -> list(char) Take first 5 characters,"('Ducati250',)",Ducat,list(char) -> list(char) ensure suffix `Scalia`,"('UIUC 526',)",UIUC 526Scalia,list(char) -> list(char) parentheses around word delimited by '-' & '.',"('-Spell.Rowden Arbor',)",-(Spell).Rowden Arbor,list(char) -> list(char) "nth (n=1) word delimited by ','","('Arbor,Scalia,Seamons,847',)",Scalia,list(char) -> list(char) Append two words delimited by ' ',"('+155', 'Bobo')",+155 Bobo,list(char) -> list(char) -> list(char) Replace '(' w/ '.',"('Spagnoli(7(Seamons',)",Spagnoli.7.Seamons,list(char) -> list(char) parentheses around a single word (IIII),"('986',)",(986),list(char) -> list(char) Prepend '177' to first word,"('Alaina +141',)",177Alaina,list(char) -> list(char) drop first word delimited by '(',"('Ducati(969(+144(Olague',)",969(+144(Olague,list(char) -> list(char) Take first 3 characters,"('766',)",766,list(char) -> list(char) Abbreviate words separated by '(',"('048(Joaquin',)",0.J.,list(char) -> list(char) First letters of words (II),"('365 Aylward',)",3A,list(char) -> list(char) Append '+138',"('TX',)",TX+138,list(char) -> list(char) drop first word delimited by '-',"('California-+158-Ghoston-82',)",+158-Ghoston-82,list(char) -> list(char) "parentheses around word delimited by ',' & ','","('+174,Bradford,University',)","+174,(Bradford),University",list(char) -> list(char) Replace '(' w/ ' ',"('CT(Heintz(Cornell(Phillip',)",CT Heintz Cornell Phillip,list(char) -> list(char) Append two words delimited by '..',"('Ferrari', 'Angeles')",Ferrari..Angeles,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by '(',"('N(Spell(Babiarz(MD',)",MD,list(char) -> list(char) drop first word delimited by '-',"('Cambridge-+7-+140-29',)",+7-+140-29,list(char) -> list(char) "Replace ',' w/ '.'","('+197,980,Hage,Cencici',)",+197.980.Hage.Cencici,list(char) -> list(char) Append 2 strings (III),"('Cambridge', 'Honda550')",CambridgeHonda550,list(char) -> list(char) -> list(char) nth (n=1) word delimited by ' ',"('Soderstrom Scalia',)",Scalia,list(char) -> list(char) parentheses around word delimited by '-' & '.',"('-Haven.80',)",-(Haven).80,list(char) -> list(char) Take first character and append '.',"('Marquess',)",M.,list(char) -> list(char) Replace '(' w/ ')',"('Babiarz(Annalisa(+151(Samuel',)",Babiarz)Annalisa)+151)Samuel,list(char) -> list(char) First letters of words (III),"('000 Dermody +196',)",0D+,list(char) -> list(char) "nth (n=1) word delimited by ','","('Sergienko,009,Jacquiline,Sergienko',)",009,list(char) -> list(char) ensure suffix `568`,"('+23 10 IL 844',)",+23 10 IL 844568,list(char) -> list(char) Prepend '086' to first word,"('18 Miah',)",08618,list(char) -> list(char) parentheses around second word,"('856 +138 424 Montiel',)",(+138),list(char) -> list(char) "parentheses around word delimited by '.' & ','","('20.066,TX-Pannell',)","20.(066),TX-Pannell",list(char) -> list(char) First letters of words (I),"('+118 Chism 428 Acura100',)",+C4A,list(char) -> list(char) Replace '(' w/ ' ',"('377(209(+118',)",377 209 +118,list(char) -> list(char) "Extract word delimited by ',' - ','","('Jeff,Scalia,Gertude,877',)",Scalia,list(char) -> list(char) Prepend '+167' to first word,"('+169 29',)",+167+169,list(char) -> list(char) ensure suffix `Andria`,"('+68 +161 Heintz York',)",+68 +161 Heintz YorkAndria,list(char) -> list(char) parentheses around word delimited by ' ' & '-',"(' Barbara-Mackenzie',)", (Barbara)-Mackenzie,list(char) -> list(char) Append two words delimited by '.-',"('Salley', '29')",Salley.-29,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by ')',"('T)+197',)",+197,list(char) -> list(char) Append two words delimited by '-',"('47', 'NY')",47-NY,list(char) -> list(char) -> list(char) Append 'Dermody',"('29',)",29Dermody,list(char) -> list(char) ensure suffix `997`,"('Marcus +108 Ramthun Rudolf',)",Marcus +108 Ramthun Rudolf997,list(char) -> list(char) Abbreviate separate words (I),"('62', 'Ramthun')",6.R.,list(char) -> list(char) -> list(char) Prepend '+167' to first word,"('Launa 845',)",+167Launa,list(char) -> list(char) Append 2 strings (IIIII),"('Soderstrom', '+199')",Soderstrom+199,list(char) -> list(char) -> list(char) parentheses around a single word (I),"('Halpern',)",(Halpern),list(char) -> list(char) nth (n=0) word delimited by ' ',"('Q +108 Desiree',)",Q,list(char) -> list(char) Replace '.' w/ ')',"('Lakenya.876.18.064',)",Lakenya)876)18)064,list(char) -> list(char) Abbreviate separate words (IIIII),"('Mulloy', 'V')",M.V.,list(char) -> list(char) -> list(char) Append two words delimited by '. ',"('771', '5')",771. 5,list(char) -> list(char) -> list(char) ensure suffix `769`,"('+169 +163 +129 46',)",+169 +163 +129 46769,list(char) -> list(char) nth (n=0) word delimited by '-',"('Olague-Bradford-+115-N',)",Olague,list(char) -> list(char) parentheses around a single word (II),"('29',)",(29),list(char) -> list(char) Replace '.' w/ ')',"('83.Ramthun',)",83)Ramthun,list(char) -> list(char) Prepend 'Sergienko',"('F',)",SergienkoF,list(char) -> list(char) Append 2 strings (I),"('Phialdelphia', '40')",Phialdelphia40,list(char) -> list(char) -> list(char) Append '636',"('C',)",C636,list(char) -> list(char) Replace '(' w/ ' ',"('Nancy(Houston',)",Nancy Houston,list(char) -> list(char) Append two words delimited by ')',"('Park', 'Hopkins')",Park)Hopkins,list(char) -> list(char) -> list(char) Append 'Cornell',"('101',)",101Cornell,list(char) -> list(char) Drop last 4 characters,"('Jenee',)",J,list(char) -> list(char) "nth (n=-1) word delimited by ','","('144,Honda550,Hopkins',)",Hopkins,list(char) -> list(char) parentheses around a single word (IIII),"('Harvard',)",(Harvard),list(char) -> list(char) drop first word delimited by ' ',"('Bess Berkeley',)",Berkeley,list(char) -> list(char) nth (n=-1) word delimited by '(',"('Berkeley(557(29',)",29,list(char) -> list(char) Abbreviate separate words (II),"('Hayley', 'Ferrari')",H.F.,list(char) -> list(char) -> list(char) ensure suffix `Andria`,"('Hornak 575 MA JacquilineAndria',)",Hornak 575 MA JacquilineAndria,list(char) -> list(char) Append two words delimited by '.',"('+2', 'Jacquiline')",+2.Jacquiline,list(char) -> list(char) -> list(char) First letters of words (IIIIII),"('+155 174 Dr Haven',)",+1DH,list(char) -> list(char) Append two words delimited by '(',"('Q', 'Ducati250')",Q(Ducati250,list(char) -> list(char) -> list(char) Append 2 strings (II),"('+163', '+141')",+163+141,list(char) -> list(char) -> list(char) Abbreviate separate words (IIII),"('S', 'Beata')",S.B.,list(char) -> list(char) -> list(char) Drop last 5 characters,"('Mcgaughey',)",Mcga,list(char) -> list(char) ensure suffix `568`,"('MD Hopkins 394',)",MD Hopkins 394568,list(char) -> list(char) Abbreviate separate words (III),"('692', 'Soderstrom')",6.S.,list(char) -> list(char) -> list(char) Take first character and append ' ',"('MI',)",M ,list(char) -> list(char) Extract word delimited by '(' - '(',"('14(Rowden(Jeanice(Acura125',)",Rowden,list(char) -> list(char) Replace '(' w/ '.',"('C(40',)",C.40,list(char) -> list(char) Append 2 strings (IIII),"('Marcus', '776')",Marcus776,list(char) -> list(char) -> list(char) nth (n=1) word delimited by '.',"('H.+7.Cortes.+169',)",+7,list(char) -> list(char) Take first 2 characters,"('334',)",33,list(char) -> list(char) Extract word delimited by '-' - ')',"('York-Mackenzie)Jacquiline)L',)",Mackenzie,list(char) -> list(char) Prepend '+174',"('851',)",+174851,list(char) -> list(char) Prepend 'UCLA',"('Sergienko',)",UCLASergienko,list(char) -> list(char) ensure suffix `Ramthun`,"('Ghoston Bobo Scalia Chism',)",Ghoston Bobo Scalia ChismRamthun,list(char) -> list(char) nth (n=0) word delimited by '-',"('Jeff-Lara-Karrie',)",Jeff,list(char) -> list(char) Append 2 strings (IIIIII),"('+199', '919')",+199919,list(char) -> list(char) -> list(char) "parentheses around word delimited by '.' & ','","('476.47,017',)","476.(47),017",list(char) -> list(char) Prepend '+174',"('52',)",+17452,list(char) -> list(char) First letters of words (IIIIII),"('43 390 Phillip',)",43P,list(char) -> list(char) Append two words delimited by ' ',"('Acura', 'Vena')",Acura Vena,list(char) -> list(char) -> list(char) "parentheses around word delimited by ',' & ','","(',548,43',)",",(548),43",list(char) -> list(char) parentheses around a single word (IIIII),"('York',)",(York),list(char) -> list(char) Take first character and append ' ',"('Alida',)",A ,list(char) -> list(char) parentheses around a single word (I),"('+140',)",(+140),list(char) -> list(char) Prepend 'Jani',"('Andria',)",JaniAndria,list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"('Spagnoli Marquess Gertude',)",Spagnoli (Marquess) Gertude,list(char) -> list(char) Append 'Beata',"('Eccleston',)",EcclestonBeata,list(char) -> list(char) "parentheses around word delimited by ',' & ' '","('29,10 Stefany +158',)","29,(10) Stefany +158",list(char) -> list(char) "Replace '-' w/ ','","('2-FreeHafer-+188',)","2,FreeHafer,+188",list(char) -> list(char) "nth (n=0) word delimited by ','","('R,Miah,Arbor',)",R,list(char) -> list(char) "Append two words delimited by '(,'","('50', '949')","50(,949",list(char) -> list(char) -> list(char) "Abbreviate words separated by ','","('Trinidad,58',)",T.5.,list(char) -> list(char) Extract word delimited by '(' - '(',"('Andria(Honda125(+75(Malissa',)",Honda125,list(char) -> list(char) Prepend 'Hornak',"('P',)",HornakP,list(char) -> list(char) ensure suffix `769`,"('Ducati125 A Eccleston +198769',)",Ducati125 A Eccleston +198769,list(char) -> list(char) nth (n=1) word delimited by '(',"('+188(45(+9',)",45,list(char) -> list(char) "Take first character and append ','","('56',)","5,",list(char) -> list(char) nth (n=0) word delimited by '.',"('Bradford.971.+180',)",Bradford,list(char) -> list(char) nth (n=1) word delimited by '(',"('Phialdelphia(+176(741(Ducati250',)",+176,list(char) -> list(char) Prepend 'Hornak',"('865',)",Hornak865,list(char) -> list(char) Extract word delimited by ')' - '-',"('+60)Lain-Ducati100-Bradford',)",Lain,list(char) -> list(char) First letters of words (IIII),"('Ducati250 Lashanda N Barbara',)",DLNB,list(char) -> list(char) Append 2 strings (IIIIII),"('Miah', '81')",Miah81,list(char) -> list(char) -> list(char) Drop last 1 characters,"('290',)",29,list(char) -> list(char) Drop last 4 characters,"('+167',)",,list(char) -> list(char) Drop last 3 characters,"('Hage',)",H,list(char) -> list(char) parentheses around a single word (III),"('NY',)",(NY),list(char) -> list(char) Append 2 strings (I),"('Georgina', '2')",Georgina2,list(char) -> list(char) -> list(char) Abbreviate separate words (III),"('+189', '856')",+.8.,list(char) -> list(char) -> list(char) nth (n=1) word delimited by '.',"('Ducati125.of.588.843',)",of,list(char) -> list(char) Append two words delimited by ' ',"('Mariel', 'Harvard')",Mariel Harvard,list(char) -> list(char) -> list(char) Append 'Dermody',"('Columbia',)",ColumbiaDermody,list(char) -> list(char) "drop first word delimited by ','","('Nancy,Beata,512,864',)","Beata,512,864",list(char) -> list(char) parentheses around a single word (IIII),"('+155',)",(+155),list(char) -> list(char) Prepend '170' to first word,"('Malissa W',)",170Malissa,list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"(' California +104,Teddy',)"," (California) +104,Teddy",list(char) -> list(char) Abbreviate words separated by ' ',"('938 Alida',)",9.A.,list(char) -> list(char) ensure suffix `Ramthun`,"('Annalisa Latimore ChismRamthun',)",Annalisa Latimore ChismRamthun,list(char) -> list(char) ensure suffix `Andria`,"('Madelaine +189Andria',)",Madelaine +189Andria,list(char) -> list(char) Abbreviate separate words (IIIIII),"('Lakenya', '62')",L.6.,list(char) -> list(char) -> list(char) Replace '.' w/ ')',"('622.270',)",622)270,list(char) -> list(char) "nth (n=0) word delimited by ','","('Neil,Heintz,Malissa,Berkeley',)",Neil,list(char) -> list(char) Replace ' ' w/ '(',"('035 Penn Hornak',)",035(Penn(Hornak,list(char) -> list(char) Prepend 'UCLA',"('MI',)",UCLAMI,list(char) -> list(char) Prepend 'Hornak',"('Mackenzie',)",HornakMackenzie,list(char) -> list(char) Append 2 strings (IIII),"('426', '369')",426369,list(char) -> list(char) -> list(char) "Extract word delimited by ')' - ','","('Cambridge)Storrs,449)10',)",Storrs,list(char) -> list(char) Abbreviate separate words (IIIIII),"('+81', 'Halpern')",+.H.,list(char) -> list(char) -> list(char) Prepend '+174',"('Jurgens',)",+174Jurgens,list(char) -> list(char) Abbreviate words separated by '-',"('941-162',)",9.1.,list(char) -> list(char) Append 2 strings (IIII),"('Seamons', 'Lakenya')",SeamonsLakenya,list(char) -> list(char) -> list(char) Append 2 strings (I),"('Richert', 'NY')",RichertNY,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by ' ',"('Park +183 186',)",186,list(char) -> list(char) Append '636',"('FreeHafer',)",FreeHafer636,list(char) -> list(char) Abbreviate words separated by ')',"('+196)253',)",+.2.,list(char) -> list(char) First letters of words (IIIII),"('46 439',)",44,list(char) -> list(char) Prepend 'Spell',"('Aylward',)",SpellAylward,list(char) -> list(char) Append two words delimited by ' ',"('2', '+151')",2 +151,list(char) -> list(char) -> list(char) "parentheses around word delimited by '.' & ','","('.DPhiladelphia,+132 G',)",".(DPhiladelphia),+132 G",list(char) -> list(char) parentheses around word delimited by '-' & '.',"('Lain-Edison.C-Temple',)",Lain-(Edison).C-Temple,list(char) -> list(char) First letters of words (III),"('Lango Babiarz R',)",LBR,list(char) -> list(char) Drop last 4 characters,"('Santa',)",S,list(char) -> list(char) Append 2 strings (II),"('245', 'Casler')",245Casler,list(char) -> list(char) -> list(char) drop first word delimited by '.',"('Angeles.+115.+140',)",+115.+140,list(char) -> list(char) Drop last 5 characters,"('Cencici',)",Ce,list(char) -> list(char) Prepend '+167' to first word,"('172 Hayley',)",+167172,list(char) -> list(char) nth (n=1) word delimited by '-',"('+155-Covelli-Constable-405',)",Covelli,list(char) -> list(char) nth (n=0) word delimited by '-',"('+172-Penn-Chilcott-E',)",+172,list(char) -> list(char) "Take first character and append ','","('Ramthun',)","R,",list(char) -> list(char) "Replace ',' w/ '('","('066,+106,Bobo,200',)",066(+106(Bobo(200,list(char) -> list(char) Replace ' ' w/ '(',"('+9 Rowden Reily',)",+9(Rowden(Reily,list(char) -> list(char) Prepend 'Ghoston' to first word,"('Samuel Hage',)",GhostonSamuel,list(char) -> list(char) Prepend 'Spell',"('+197',)",Spell+197,list(char) -> list(char) nth (n=0) word delimited by '.',"('505.+46',)",505,list(char) -> list(char) Replace '(' w/ '.',"('75(University',)",75.University,list(char) -> list(char) Drop last 1 characters,"('+130',)",+13,list(char) -> list(char) Append 2 strings (III),"('35', '981')",35981,list(char) -> list(char) -> list(char) drop first word delimited by ' ',"('141 Lashanda',)",Lashanda,list(char) -> list(char) Drop last 2 characters,"('Stefany',)",Stefa,list(char) -> list(char) "Extract word delimited by ',' - ','","('Barbara,+86,95,Urbana',)",+86,list(char) -> list(char) Take first 5 characters,"('Carlene',)",Carle,list(char) -> list(char) Take first 5 characters,"('Gregori',)",Grego,list(char) -> list(char) Append 2 strings (I),"('I', '+172')",I+172,list(char) -> list(char) -> list(char) parentheses around first word,"('018 +176 Houston',)",(018),list(char) -> list(char) nth (n=1) word delimited by '-',"('Kotas-028',)",028,list(char) -> list(char) Prepend '170' to first word,"('Malissa 500',)",170Malissa,list(char) -> list(char) Extract word delimited by '(' - '(',"('Montiel(Temple(Heintz(Teddy',)",Temple,list(char) -> list(char) Append 'Dermody',"('+5',)",+5Dermody,list(char) -> list(char) Take first character and append '(',"('82',)",8(,list(char) -> list(char) Append 'Beata',"('092',)",092Beata,list(char) -> list(char) Append two words delimited by ' ',"('051', '+174')",051 +174,list(char) -> list(char) -> list(char) Abbreviate words separated by '(',"('Jeanice(Acura',)",J.A.,list(char) -> list(char) "Extract word delimited by ',' - '.'","('86,+161.13,+7',)",+161,list(char) -> list(char) Abbreviate separate words (I),"('Irwin', 'Spell')",I.S.,list(char) -> list(char) -> list(char) Prepend '177' to first word,"('421 Annalisa',)",177421,list(char) -> list(char) Extract word delimited by '(' - '(',"('Ducati250(+183(Richert(Park',)",+183,list(char) -> list(char) "Abbreviate words separated by ','","('FreeHafer,Park',)",F.P.,list(char) -> list(char) "nth (n=0) word delimited by ','","('+115,+106',)",+115,list(char) -> list(char) "Extract word delimited by ')' - ','","('963)Kathlyn,Melodi,Spagnoli',)",Kathlyn,list(char) -> list(char) Abbreviate separate words (IIIII),"('Ducati125', '46')",D.4.,list(char) -> list(char) -> list(char) Append 2 strings (IIIIII),"('O', '765')",O765,list(char) -> list(char) -> list(char) First letters of words (IIII),"('CT FreeHafer Bogle',)",CFB,list(char) -> list(char) ensure suffix `Scalia`,"('Ramthun Beata Chism FreeHaferScalia',)",Ramthun Beata Chism FreeHaferScalia,list(char) -> list(char) "Append two words delimited by ','","('Acura100', '705')","Acura100,705",list(char) -> list(char) -> list(char) ensure suffix `568`,"('+194 517 Bobo568',)",+194 517 Bobo568,list(char) -> list(char) "nth (n=-1) word delimited by ','","('50,+9',)",+9,list(char) -> list(char) Extract word delimited by '-' - ')',"('155-Reily)Haven)+132',)",Reily,list(char) -> list(char) drop first word delimited by '.',"('598.849.854.Kimberley',)",849.854.Kimberley,list(char) -> list(char) Prepend 'Carlene' to first word,"('997 CA',)",Carlene997,list(char) -> list(char) "drop first word delimited by ','","('943,65,216,CA',)","65,216,CA",list(char) -> list(char) nth (n=-1) word delimited by '.',"('197.58',)",58,list(char) -> list(char) nth (n=-1) word delimited by ')',"('+42)+98)+115)Junkin',)",Junkin,list(char) -> list(char) nth (n=1) word delimited by ')',"('Mariel)Carlene)Ducati100)Jeff',)",Carlene,list(char) -> list(char) nth (n=-1) word delimited by ')',"('+151)50)Withers',)",Withers,list(char) -> list(char) Append 2 strings (III),"('Tobias', '58')",Tobias58,list(char) -> list(char) -> list(char) Drop last 1 characters,"('769',)",76,list(char) -> list(char) Take first 5 characters,"('Desiree',)",Desir,list(char) -> list(char) "nth (n=-1) word delimited by ','","('468,376',)",376,list(char) -> list(char) nth (n=0) word delimited by '.',"('Maryann.705.Barbara',)",Maryann,list(char) -> list(char) "parentheses around word delimited by ',' & ' '","(',551 Cencici 68',)",",(551) Cencici 68",list(char) -> list(char) Append two words delimited by '. ',"('62', 'Mackenzie')",62. Mackenzie,list(char) -> list(char) -> list(char) Take first 4 characters,"('Ducati250',)",Duca,list(char) -> list(char) Take first 2 characters,"('Stefany',)",St,list(char) -> list(char) nth (n=-1) word delimited by ' ',"('K 358 Jacquiline Columbia',)",Columbia,list(char) -> list(char) Take first 4 characters,"('Haven',)",Have,list(char) -> list(char) Prepend 'Carlene' to first word,"('+155 45',)",Carlene+155,list(char) -> list(char) Prepend 'Jani',"('Ithaca',)",JaniIthaca,list(char) -> list(char) First letters of words (I),"('81 Heintz Pannell',)",8HP,list(char) -> list(char) Take first character and append '(',"('020',)",0(,list(char) -> list(char) Abbreviate words separated by ')',"('83)56',)",8.5.,list(char) -> list(char) nth (n=1) word delimited by ' ',"('University Sergienko',)",Sergienko,list(char) -> list(char) parentheses around a single word (I),"('+176',)",(+176),list(char) -> list(char) "parentheses around word delimited by '.' & ','","('.+197,64',)",".(+197),64",list(char) -> list(char) nth (n=-1) word delimited by ' ',"('CA Vena 23 Hopkins',)",Hopkins,list(char) -> list(char) Prepend '170' to first word,"('Drexel Maryann',)",170Drexel,list(char) -> list(char) nth (n=-1) word delimited by ')',"('539)027)42',)",42,list(char) -> list(char) Append 2 strings (IIIIII),"('Garrard', '+141')",Garrard+141,list(char) -> list(char) -> list(char) Extract word delimited by '-' - ')',"('NY-Philadelphia)Ferrari-PA',)",Philadelphia,list(char) -> list(char) First letters of words (III),"('Trinidad 500 862',)",T58,list(char) -> list(char) Append two words delimited by ')',"('Storrs', 'Jacquiline')",Storrs)Jacquiline,list(char) -> list(char) -> list(char) Drop last 5 characters,"('Heintz',)",H,list(char) -> list(char) ensure suffix `Scalia`,"('Ducati250 HoustonScalia',)",Ducati250 HoustonScalia,list(char) -> list(char) Abbreviate words separated by '(',"('G(Partida',)",G.P.,list(char) -> list(char) ensure suffix `Columbia`,"('647 Seamons 40 Teddy',)",647 Seamons 40 TeddyColumbia,list(char) -> list(char) nth (n=0) word delimited by '(',"('B(23',)",B,list(char) -> list(char) Append 2 strings (IIII),"('141', '636')",141636,list(char) -> list(char) -> list(char) parentheses around a single word (IIIII),"('Acura',)",(Acura),list(char) -> list(char) Abbreviate words separated by '.',"('Cambridge.6',)",C.6.,list(char) -> list(char) ensure suffix `769`,"('520 T769',)",520 T769,list(char) -> list(char) Append two words delimited by '-',"('+196', 'O')",+196-O,list(char) -> list(char) -> list(char) ensure suffix `Ramthun`,"('107 CollegeRamthun',)",107 CollegeRamthun,list(char) -> list(char) Append two words delimited by '-',"('119', 'Harvard')",119-Harvard,list(char) -> list(char) -> list(char) Replace '(' w/ ')',"('Hornak(Q(Mackenzie',)",Hornak)Q)Mackenzie,list(char) -> list(char) "Append two words delimited by '(,'","('Ducati100', '+176')","Ducati100(,+176",list(char) -> list(char) -> list(char) Abbreviate words separated by '-',"('Mackenzie-K',)",M.K.,list(char) -> list(char) First letters of words (I),"('C 461 +140 Phillip',)",C4+P,list(char) -> list(char) parentheses around a single word (IIIII),"('68',)",(68),list(char) -> list(char) Replace ' ' w/ '(',"('Honda250 Casler Edison',)",Honda250(Casler(Edison,list(char) -> list(char) Extract word delimited by ')' - '-',"('141)Penn-Jani-Clasen',)",Penn,list(char) -> list(char) Append two words delimited by '.-',"('2', 'Kotas')",2.-Kotas,list(char) -> list(char) -> list(char) Append 2 strings (IIIII),"('Jacquiline', 'College')",JacquilineCollege,list(char) -> list(char) -> list(char) Append 'Cornell',"('715',)",715Cornell,list(char) -> list(char) parentheses around word delimited by ' ' & '-',"(' Reily-Withers,Urbana',)"," (Reily)-Withers,Urbana",list(char) -> list(char) nth (n=1) word delimited by '(',"('Andria(736(654',)",736,list(char) -> list(char) "Abbreviate words separated by ','","('Rice,883',)",R.8.,list(char) -> list(char) Abbreviate separate words (IIII),"('M', '145')",M.1.,list(char) -> list(char) -> list(char) "Extract word delimited by ',' - '.'","('CT,+118.Mariel.40',)",+118,list(char) -> list(char) Extract word delimited by '-' - ')',"('T-188)Brendan-736',)",188,list(char) -> list(char) "parentheses around word delimited by ',' & ' '","(',Samuel Stefany.+185',)",",(Samuel) Stefany.+185",list(char) -> list(char) "nth (n=1) word delimited by ','","('Tobias,986,FreeHafer,+9',)",986,list(char) -> list(char) drop first word delimited by ')',"('Mariel)+195',)",+195,list(char) -> list(char) Take first character and append '-',"('751',)",7-,list(char) -> list(char) Append '+138',"('Cornell',)",Cornell+138,list(char) -> list(char) nth (n=-1) word delimited by '-',"('Alaina-Jacquiline',)",Jacquiline,list(char) -> list(char) Append 'Angeles',"('Celsa',)",CelsaAngeles,list(char) -> list(char) Take first character and append ' ',"('Jan',)",J ,list(char) -> list(char) Append 2 strings (II),"('Spell', 'Los')",SpellLos,list(char) -> list(char) -> list(char) "Replace '-' w/ ','","('Georgina-Dr-Alida-Acura100',)","Georgina,Dr,Alida,Acura100",list(char) -> list(char) "parentheses around word delimited by ',' & ' '","('Dr,+104 45',)","Dr,(+104) 45",list(char) -> list(char) Drop last 4 characters,"('Andria',)",An,list(char) -> list(char) "drop first word delimited by ','","('+6,Micha,167',)","Micha,167",list(char) -> list(char) "Replace ',' w/ '.'","('Reily,Madelaine',)",Reily.Madelaine,list(char) -> list(char) nth (n=0) word delimited by '(',"('Pennsylvania(Marquess',)",Pennsylvania,list(char) -> list(char) nth (n=0) word delimited by ' ',"('268 14 +104',)",268,list(char) -> list(char) parentheses around second word,"('O Jeanice',)",(Jeanice),list(char) -> list(char) drop first word delimited by ' ',"('S 2 86 178',)",2 86 178,list(char) -> list(char) Take first character and append '.',"('+189',)",+.,list(char) -> list(char) Drop last 2 characters,"('MI',)",,list(char) -> list(char) nth (n=1) word delimited by '.',"('Karrie.Covelli.882.+129',)",Covelli,list(char) -> list(char) "parentheses around word delimited by ',' & ','","('Bess,994,Montiel',)","Bess,(994),Montiel",list(char) -> list(char) Drop last 2 characters,"('562',)",5,list(char) -> list(char) "Extract word delimited by ',' - ','","('7,Soderstrom,S,A',)",Soderstrom,list(char) -> list(char) parentheses around a single word (IIII),"('+176',)",(+176),list(char) -> list(char) drop first word delimited by '(',"('75(Rice',)",Rice,list(char) -> list(char) ensure suffix `997`,"('+163 +129997',)",+163 +129997,list(char) -> list(char) "Replace '-' w/ ','","('+138-Irwin-46',)","+138,Irwin,46",list(char) -> list(char) ensure suffix `568`,"('+47 P568',)",+47 P568,list(char) -> list(char) Prepend '+174',"('S',)",+174S,list(char) -> list(char) nth (n=0) word delimited by ')',"('Lara)+176',)",Lara,list(char) -> list(char) Append two words delimited by '. ',"('Philadelphia', '433')",Philadelphia. 433,list(char) -> list(char) -> list(char) Take first 2 characters,"('Dermody',)",De,list(char) -> list(char) Abbreviate separate words (IIII),"('413', 'Acura')",4.A.,list(char) -> list(char) -> list(char) ensure suffix `997`,"('Hopkins 701 F',)",Hopkins 701 F997,list(char) -> list(char) Prepend 'Sergienko',"('009',)",Sergienko009,list(char) -> list(char) Take first character and append '.',"('+46',)",+.,list(char) -> list(char) Prepend 'Ghoston' to first word,"('FreeHafer 47',)",GhostonFreeHafer,list(char) -> list(char) Drop last 1 characters,"('Latimore',)",Latimor,list(char) -> list(char) Take first 3 characters,"('598',)",598,list(char) -> list(char) drop first word delimited by ')',"('Jenee)Jenee)151)UC',)",Jenee)151)UC,list(char) -> list(char) "parentheses around word delimited by ',' & ','","('100,066,Annalisa',)","100,(066),Annalisa",list(char) -> list(char) First letters of words (IIII),"('310 817 Q +185',)",38Q+,list(char) -> list(char) Prepend 'Spell',"('+105',)",Spell+105,list(char) -> list(char) "Append two words delimited by '(,'","('245', '18')","245(,18",list(char) -> list(char) -> list(char) Append two words delimited by '.',"('R', 'Rowden')",R.Rowden,list(char) -> list(char) -> list(char) Abbreviate separate words (III),"('038', 'Hornak')",0.H.,list(char) -> list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"('Honda250 Melodi +9-Kotas',)",Honda250 (Melodi) +9-Kotas,list(char) -> list(char) Prepend 'Sergienko',"('Barbara',)",SergienkoBarbara,list(char) -> list(char) Drop last 5 characters,"('Ferrari250',)",Ferra,list(char) -> list(char) Append 'Cornell',"('Akiyama',)",AkiyamaCornell,list(char) -> list(char) Append '+138',"('512',)",512+138,list(char) -> list(char) Append 'Angeles',"('469',)",469Angeles,list(char) -> list(char) "drop first word delimited by ','","('Rice,Partida,894,40',)","Partida,894,40",list(char) -> list(char) Abbreviate words separated by ' ',"('038 Cruz',)",0.C.,list(char) -> list(char) Drop last 3 characters,"('857',)",,list(char) -> list(char) Append two words delimited by ' -',"('2', 'J')",2 -J,list(char) -> list(char) -> list(char) ensure suffix `Scalia`,"('Angeles T N',)",Angeles T NScalia,list(char) -> list(char) parentheses around a single word (III),"('Park',)",(Park),list(char) -> list(char) Abbreviate separate words (IIIIII),"('25', '488')",2.4.,list(char) -> list(char) -> list(char) "Append two words delimited by ','","('Pennsylvania', '+198')","Pennsylvania,+198",list(char) -> list(char) -> list(char) Prepend 'Jani',"('25',)",Jani25,list(char) -> list(char) Abbreviate words separated by ' ',"('Annalisa College',)",A.C.,list(char) -> list(char) Prepend 'Ghoston' to first word,"('720 588',)",Ghoston720,list(char) -> list(char) ensure suffix `769`,"('Andria +140 Spell',)",Andria +140 Spell769,list(char) -> list(char) Append two words delimited by ')',"('Vena', 'Eccleston')",Vena)Eccleston,list(char) -> list(char) -> list(char) Take first character and append '-',"('Chong',)",C-,list(char) -> list(char) Prepend '177' to first word,"('566 14',)",177566,list(char) -> list(char) "Replace ',' w/ '('","('+132,Tobias',)",+132(Tobias,list(char) -> list(char) Take first character and append '-',"('+158',)",+-,list(char) -> list(char) ensure suffix `997`,"('Quashie Miah',)",Quashie Miah997,list(char) -> list(char) ensure suffix `Columbia`,"('Ferrari250 +58 AndrewColumbia',)",Ferrari250 +58 AndrewColumbia,list(char) -> list(char) "Extract word delimited by ')' - ','","('+104)+58,Ramthun,Bobo',)",+58,list(char) -> list(char) Append 2 strings (II),"('I', 'P')",IP,list(char) -> list(char) -> list(char) "Replace ',' w/ '.'","('Ducati,+147',)",Ducati.+147,list(char) -> list(char) nth (n=1) word delimited by '.',"('Bogle.Jani',)",Jani,list(char) -> list(char) Append two words delimited by '(',"('PA', 'Dermody')",PA(Dermody,list(char) -> list(char) -> list(char) "Replace '-' w/ ','","('834-Cruz-+197-Clasen',)","834,Cruz,+197,Clasen",list(char) -> list(char) Prepend '086' to first word,"('Georgina 72',)",086Georgina,list(char) -> list(char) Abbreviate words separated by '.',"('T.81',)",T.8.,list(char) -> list(char) "Take first character and append ','","('546',)","5,",list(char) -> list(char) "Abbreviate words separated by ','","('R,+108',)",R.+.,list(char) -> list(char) Prepend '086' to first word,"('35 Lara',)",08635,list(char) -> list(char) parentheses around a single word (III),"('Lain',)",(Lain),list(char) -> list(char) Append 'Beata',"('997',)",997Beata,list(char) -> list(char) parentheses around a single word (II),"('Honda',)",(Honda),list(char) -> list(char) "Extract word delimited by ',' - ','","('+75,FreeHafer,861,Babiarz',)",FreeHafer,list(char) -> list(char) parentheses around word delimited by ' ' & '-',"('+151 Annalisa-Phillip-Pennsylvania',)",+151 (Annalisa)-Phillip-Pennsylvania,list(char) -> list(char) Take first character and append ')',"('+169',)",+),list(char) -> list(char) Abbreviate separate words (IIIIII),"('O', 'Dr')",O.D.,list(char) -> list(char) -> list(char) First letters of words (IIII),"('Spell 865 169 095',)",S810,list(char) -> list(char) ensure suffix `Ramthun`,"('Bogle Miah Honda250 Trinidad',)",Bogle Miah Honda250 TrinidadRamthun,list(char) -> list(char) Append two words delimited by '-',"('Constable', '+197')",Constable-+197,list(char) -> list(char) -> list(char) Prepend 'Jani',"('Honda550',)",JaniHonda550,list(char) -> list(char) First letters of words (IIIII),"('751 Drexel L J',)",7DLJ,list(char) -> list(char) Append two words delimited by ' -',"('779', 'Withers')",779 -Withers,list(char) -> list(char) -> list(char) Append two words delimited by '..',"('568', 'Teddy')",568..Teddy,list(char) -> list(char) -> list(char) Append 2 strings (IIIII),"('Madelaine', '29')",Madelaine29,list(char) -> list(char) -> list(char) Append 2 strings (IIIII),"('Alaina', '7')",Alaina7,list(char) -> list(char) -> list(char) Abbreviate separate words (II),"('395', '082')",3.0.,list(char) -> list(char) -> list(char) drop first word delimited by '-',"('62-Temple',)",Temple,list(char) -> list(char) Prepend 'Ghoston' to first word,"('125 +118',)",Ghoston125,list(char) -> list(char) parentheses around first word,"('415 +115 484',)",(415),list(char) -> list(char) parentheses around a single word (IIIII),"('Halpern',)",(Halpern),list(char) -> list(char) Abbreviate separate words (I),"('+118', '894')",+.8.,list(char) -> list(char) -> list(char) Drop last 3 characters,"('Brescia',)",Bres,list(char) -> list(char) Abbreviate words separated by '(',"('+180(P',)",+.P.,list(char) -> list(char) drop first word delimited by ')',"('Heintz)Babiarz)University',)",Babiarz)University,list(char) -> list(char) Abbreviate separate words (III),"('+174', 'Lain')",+.L.,list(char) -> list(char) -> list(char) ensure suffix `Andria`,"('+13 20 +7',)",+13 20 +7Andria,list(char) -> list(char) Append '636',"('844',)",844636,list(char) -> list(char) "nth (n=1) word delimited by ','","('473,Phialdelphia',)",Phialdelphia,list(char) -> list(char) Prepend 'Carlene' to first word,"('43 927',)",Carlene43,list(char) -> list(char) nth (n=1) word delimited by ')',"('UC)+176)Jeanice)+174',)",+176,list(char) -> list(char) Take first character and append '-',"('Scalia',)",S-,list(char) -> list(char) Append two words delimited by ' ',"('Malissa', 'Philadelphia')",Malissa Philadelphia,list(char) -> list(char) -> list(char) Replace '-' w/ ' ',"('+183-13',)",+183 13,list(char) -> list(char) First letters of words (III),"('+5 Urbana',)",+U,list(char) -> list(char) First letters of words (IIIIII),"('888 Penn 50 UC',)",8P5U,list(char) -> list(char) Extract word delimited by ')' - '-',"('Cruz)+188-Maryann)183',)",+188,list(char) -> list(char) Append two words delimited by '(',"('204', 'Elias')",204(Elias,list(char) -> list(char) -> list(char) Take first 2 characters,"('+2',)",+2,list(char) -> list(char) parentheses around a single word (II),"('B',)",(B),list(char) -> list(char) Abbreviate separate words (IIIII),"('50', 'PA')",5.P.,list(char) -> list(char) -> list(char) Append two words delimited by '(',"('176', 'C')",176(C,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by '-',"('+172-University-College',)",College,list(char) -> list(char) Take first character and append ')',"('83',)",8),list(char) -> list(char) Append two words delimited by '..',"('Vena', '50')",Vena..50,list(char) -> list(char) -> list(char) Append two words delimited by '..',"('Spagnoli', 'Hornak')",Spagnoli..Hornak,list(char) -> list(char) -> list(char) nth (n=1) word delimited by '-',"('Launa-Hornak',)",Hornak,list(char) -> list(char) Abbreviate separate words (IIII),"('+140', 'Partida')",+.P.,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by ' ',"('Edison 29 938 W',)",W,list(char) -> list(char) Append two words delimited by '.',"('632', '836')",632.836,list(char) -> list(char) -> list(char) nth (n=0) word delimited by ')',"('E)844',)",E,list(char) -> list(char) Append two words delimited by '.-',"('Philadelphia', '6')",Philadelphia.-6,list(char) -> list(char) -> list(char) parentheses around a single word (II),"('426',)",(426),list(char) -> list(char) First letters of words (I),"('Andria Richert 652 Penn',)",AR6P,list(char) -> list(char) Abbreviate words separated by '.',"('Spagnoli.734',)",S.7.,list(char) -> list(char) Abbreviate words separated by '.',"('817.33',)",8.3.,list(char) -> list(char) Take first 4 characters,"('+106',)",+106,list(char) -> list(char) nth (n=1) word delimited by ' ',"('+132 Annalisa Mcgaughey Ferrari',)",Annalisa,list(char) -> list(char) Prepend 'Hornak',"('H',)",HornakH,list(char) -> list(char) Abbreviate words separated by '-',"('Cruz-150',)",C.1.,list(char) -> list(char) First letters of words (IIIII),"('Honda550 +180 Q',)",H+Q,list(char) -> list(char) Take first character and append ')',"('414',)",4),list(char) -> list(char) Take first 4 characters,"('Reily',)",Reil,list(char) -> list(char) Abbreviate words separated by ' ',"('+104 Hayley',)",+.H.,list(char) -> list(char) First letters of words (IIIII),"('Dr UC K Rowden',)",DUKR,list(char) -> list(char) parentheses around second word,"('California 86',)",(86),list(char) -> list(char) Append two words delimited by ' ',"('Lain', 'Irwin')",Lain Irwin,list(char) -> list(char) -> list(char) Prepend '+167' to first word,"('Madelaine Carlene',)",+167Madelaine,list(char) -> list(char) Abbreviate words separated by '-',"('Kathlyn-Beata',)",K.B.,list(char) -> list(char) First letters of words (II),"('438 20 MA FreeHafer',)",42MF,list(char) -> list(char) Abbreviate separate words (I),"('Dermody', 'D')",D.D.,list(char) -> list(char) -> list(char) Replace '.' w/ ')',"('Beata.21.119',)",Beata)21)119,list(char) -> list(char) Prepend 'Spell',"('358',)",Spell358,list(char) -> list(char) Append '636',"('Bess',)",Bess636,list(char) -> list(char) Append two words delimited by ' -',"('Q', 'Phillip')",Q -Phillip,list(char) -> list(char) -> list(char) Abbreviate separate words (II),"('Gertude', 'Dermody')",G.D.,list(char) -> list(char) -> list(char) parentheses around word delimited by ' ' & '-',"(' +194-9',)", (+194)-9,list(char) -> list(char) nth (n=0) word delimited by '.',"('B.25.Jeanice',)",B,list(char) -> list(char) parentheses around word delimited by '-' & '.',"('9-Ducati125.976.Alida',)",9-(Ducati125).976.Alida,list(char) -> list(char) Take first character and append '(',"('Pennsylvania',)",P(,list(char) -> list(char) nth (n=1) word delimited by '-',"('504-Jeanice-K',)",Jeanice,list(char) -> list(char) Append 'Beata',"('S',)",SBeata,list(char) -> list(char) Replace '-' w/ ' ',"('+106-Yale-+130-+141',)",+106 Yale +130 +141,list(char) -> list(char) Prepend '086' to first word,"('Ducati Penn',)",086Ducati,list(char) -> list(char) Abbreviate words separated by ')',"('585)13',)",5.1.,list(char) -> list(char) parentheses around first word,"('TX 33 Pennsylvania',)",(TX),list(char) -> list(char) nth (n=0) word delimited by ' ',"('42 597 J',)",42,list(char) -> list(char) Drop last 2 characters,"('Nancy',)",Nan,list(char) -> list(char) Append two words delimited by '.-',"('Mackenzie', '163')",Mackenzie.-163,list(char) -> list(char) -> list(char) drop first word delimited by '-',"('Coralee-862',)",862,list(char) -> list(char) nth (n=1) word delimited by '(',"('W(517(+199',)",517,list(char) -> list(char) parentheses around first word,"('+108 29 95 +196 332',)",(+108),list(char) -> list(char) "Take first character and append ','","('Covelli',)","C,",list(char) -> list(char) Take first character and append ')',"('DPhiladelphia',)",D),list(char) -> list(char) Append 'Cornell',"('IL',)",ILCornell,list(char) -> list(char) drop first word delimited by ' ',"('386 Georgina 720 141',)",Georgina 720 141,list(char) -> list(char) Prepend '177' to first word,"('Jacqualine +180',)",177Jacqualine,list(char) -> list(char) "Replace ',' w/ '('","('820,Connecticut',)",820(Connecticut,list(char) -> list(char) Replace '-' w/ ' ',"('Jacqualine-62',)",Jacqualine 62,list(char) -> list(char) "Extract word delimited by ',' - '.'","('426,Lain.45,Honda125',)",Lain,list(char) -> list(char) Prepend 'UCLA',"('Ferrari',)",UCLAFerrari,list(char) -> list(char) Replace '(' w/ ' ',"('+194(Alaina',)",+194 Alaina,list(char) -> list(char) drop first word delimited by '.',"('Jenee.21.80.Soderstrom',)",21.80.Soderstrom,list(char) -> list(char) nth (n=1) word delimited by ')',"('R)+144',)",+144,list(char) -> list(char) nth (n=-1) word delimited by '-',"('21-of',)",of,list(char) -> list(char) "Replace ',' w/ '.'","('017,Celsa',)",017.Celsa,list(char) -> list(char) Append two words delimited by '.',"('Bradford', 'Beata')",Bradford.Beata,list(char) -> list(char) -> list(char) drop first word delimited by '.',"('Acura.Urbana',)",Urbana,list(char) -> list(char) drop first word delimited by ')',"('Jeanice)+194)+189)491',)",+194)+189)491,list(char) -> list(char) nth (n=1) word delimited by ')',"('Partida)FreeHafer)+130)D',)",FreeHafer,list(char) -> list(char) Extract word delimited by ')' - '-',"('+144)060-Soderstrom)68',)",060,list(char) -> list(char) ensure suffix `Columbia`,"('158 Quashie Hage',)",158 Quashie HageColumbia,list(char) -> list(char) nth (n=-1) word delimited by '(',"('684(Ghoston',)",Ghoston,list(char) -> list(char) Append two words delimited by '. ',"('Haven', '575')",Haven. 575,list(char) -> list(char) -> list(char) nth (n=0) word delimited by ' ',"('Brescia A 56',)",Brescia,list(char) -> list(char) nth (n=-1) word delimited by '.',"('+118.Mulloy.56',)",56,list(char) -> list(char) Abbreviate separate words (II),"('York', 'Madelaine')",Y.M.,list(char) -> list(char) -> list(char) parentheses around second word,"('Trinidad 311 33',)",(311),list(char) -> list(char) "Extract word delimited by ',' - '.'","('504,566.20.F',)",566,list(char) -> list(char) nth (n=-1) word delimited by '.',"('N.Annalisa.Houston',)",Houston,list(char) -> list(char) parentheses around a single word (III),"('Ducati',)",(Ducati),list(char) -> list(char) nth (n=0) word delimited by '(',"('Lango(Desiree',)",Lango,list(char) -> list(char) First letters of words (II),"('Celsa Latimore',)",CL,list(char) -> list(char) nth (n=0) word delimited by '(',"('C(98',)",C,list(char) -> list(char) "Extract word delimited by ')' - ','","('244)Karrie,Lashanda)Kimberley',)",Karrie,list(char) -> list(char) Take first 3 characters,"('Vena',)",Ven,list(char) -> list(char) Replace '-' w/ ' ',"('759-Bogle',)",759 Bogle,list(char) -> list(char) nth (n=1) word delimited by ' ',"('29 Ferrari250',)",Ferrari250,list(char) -> list(char) Replace '(' w/ ')',"('+194(+185(+147(Rice',)",+194)+185)+147)Rice,list(char) -> list(char) nth (n=0) word delimited by ')',"('+105)046)Casler',)",+105,list(char) -> list(char) parentheses around a single word (I),"('Withers',)",(Withers),list(char) -> list(char) Append two words delimited by ')',"('42', '959')",42)959,list(char) -> list(char) -> list(char) Prepend '170' to first word,"('of Latimore',)",170of,list(char) -> list(char) Append 2 strings (III),"('25', '176')",25176,list(char) -> list(char) -> list(char) Append 'Angeles',"('+199',)",+199Angeles,list(char) -> list(char) drop first word delimited by '(',"('Barbara(Temple(Samuel',)",Temple(Samuel,list(char) -> list(char) "nth (n=0) word delimited by ','","('MA,B,+95',)",MA,list(char) -> list(char) Take first character and append '(',"('Melodi',)",M(,list(char) -> list(char) Prepend 'UCLA',"('Santa',)",UCLASanta,list(char) -> list(char) "Append two words delimited by ','","('UIUC', '608')","UIUC,608",list(char) -> list(char) -> list(char) "Append two words delimited by ','","('2', 'Garrard')","2,Garrard",list(char) -> list(char) -> list(char) Abbreviate words separated by ')',"('Coralee)Rowden',)",C.R.,list(char) -> list(char) nth (n=-1) word delimited by '.',"('Latimore.Joaquin.Bobo.G',)",G,list(char) -> list(char) Replace '(' w/ '.',"('155(Edison(CA(29',)",155.Edison.CA.29,list(char) -> list(char) Append '+138',"('Hopkins',)",Hopkins+138,list(char) -> list(char) Take first character and append ' ',"('Brescia',)",B ,list(char) -> list(char) "Replace ',' w/ '('","('Nancy,334,611,+172',)",Nancy(334(611(+172,list(char) -> list(char) First letters of words (II),"('6 Kimberley 095',)",6K0,list(char) -> list(char) First letters of words (IIIIII),"('21 B',)",2B,list(char) -> list(char) Drop last 3 characters,"('012',)",,list(char) -> list(char) Prepend 'Sergienko',"('Stefany',)",SergienkoStefany,list(char) -> list(char) Replace ' ' w/ '(',"('52 622',)",52(622,list(char) -> list(char) Prepend 'Carlene' to first word,"('Gertude +198',)",CarleneGertude,list(char) -> list(char) Take first character and append '.',"('290',)",2.,list(char) -> list(char) "nth (n=-1) word delimited by ','","('+194,Scalia,Montiel,Ghoston',)",Ghoston,list(char) -> list(char) Append 'Dermody',"('085',)",085Dermody,list(char) -> list(char) nth (n=0) word delimited by '-',"('64-836-197-Michigan',)",64,list(char) -> list(char) Append two words delimited by ' -',"('622', 'Andrew')",622 -Andrew,list(char) -> list(char) -> list(char) Append two words delimited by ' ',"('35', 'Rowden')",35 Rowden,list(char) -> list(char) -> list(char) drop first word delimited by '(',"('+9(Urbana',)",Urbana,list(char) -> list(char) ensure suffix `Columbia`,"('Cambridge MD 875 Ducati125',)",Cambridge MD 875 Ducati125Columbia,list(char) -> list(char) nth (n=0) word delimited by ')',"('L)40)591)W',)",L,list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"('94 Heintz Q',)",94 (Heintz) Q,list(char) -> list(char) "Append two words delimited by '(,'","('Harvard', '+183')","Harvard(,+183",list(char) -> list(char) -> list(char) nth (n=-1) word delimited by '-',"('473-Nancy-980-166',)",166,list(char) -> list(char) Abbreviate separate words (IIIII),"('21', '169')",2.1.,list(char) -> list(char) -> list(char) Append 'Angeles',"('Spell',)",SpellAngeles,list(char) -> list(char) Replace '(' w/ ')',"('14(Micha',)",14)Micha,list(char) -> list(char) nth (n=-1) word delimited by '(',"('Scalia(65',)",65,list(char) -> list(char) Take first 3 characters,"('Trinidad',)",Tri,list(char) -> list(char) Take first 5 characters,"('Ducati250',)",Ducat,list(char) -> list(char) ensure suffix `Scalia`,"('UIUC 526',)",UIUC 526Scalia,list(char) -> list(char) parentheses around word delimited by '-' & '.',"('-Spell.Rowden Arbor',)",-(Spell).Rowden Arbor,list(char) -> list(char) "nth (n=1) word delimited by ','","('Arbor,Scalia,Seamons,847',)",Scalia,list(char) -> list(char) Append two words delimited by ' ',"('+155', 'Bobo')",+155 Bobo,list(char) -> list(char) -> list(char) Replace '(' w/ '.',"('Spagnoli(7(Seamons',)",Spagnoli.7.Seamons,list(char) -> list(char) parentheses around a single word (IIII),"('986',)",(986),list(char) -> list(char) Prepend '177' to first word,"('Alaina +141',)",177Alaina,list(char) -> list(char) drop first word delimited by '(',"('Ducati(969(+144(Olague',)",969(+144(Olague,list(char) -> list(char) Take first 3 characters,"('766',)",766,list(char) -> list(char) Abbreviate words separated by '(',"('048(Joaquin',)",0.J.,list(char) -> list(char) First letters of words (II),"('365 Aylward',)",3A,list(char) -> list(char) Append '+138',"('TX',)",TX+138,list(char) -> list(char) drop first word delimited by '-',"('California-+158-Ghoston-82',)",+158-Ghoston-82,list(char) -> list(char) "parentheses around word delimited by ',' & ','","('+174,Bradford,University',)","+174,(Bradford),University",list(char) -> list(char) Replace '(' w/ ' ',"('CT(Heintz(Cornell(Phillip',)",CT Heintz Cornell Phillip,list(char) -> list(char) Append two words delimited by '..',"('Ferrari', 'Angeles')",Ferrari..Angeles,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by '(',"('N(Spell(Babiarz(MD',)",MD,list(char) -> list(char) drop first word delimited by '-',"('Cambridge-+7-+140-29',)",+7-+140-29,list(char) -> list(char) "Replace ',' w/ '.'","('+197,980,Hage,Cencici',)",+197.980.Hage.Cencici,list(char) -> list(char) Append 2 strings (III),"('Cambridge', 'Honda550')",CambridgeHonda550,list(char) -> list(char) -> list(char) nth (n=1) word delimited by ' ',"('Soderstrom Scalia',)",Scalia,list(char) -> list(char) parentheses around word delimited by '-' & '.',"('-Haven.80',)",-(Haven).80,list(char) -> list(char) Take first character and append '.',"('Marquess',)",M.,list(char) -> list(char) Replace '(' w/ ')',"('Babiarz(Annalisa(+151(Samuel',)",Babiarz)Annalisa)+151)Samuel,list(char) -> list(char) First letters of words (III),"('000 Dermody +196',)",0D+,list(char) -> list(char) "nth (n=1) word delimited by ','","('Sergienko,009,Jacquiline,Sergienko',)",009,list(char) -> list(char) ensure suffix `568`,"('+23 10 IL 844',)",+23 10 IL 844568,list(char) -> list(char) Prepend '086' to first word,"('18 Miah',)",08618,list(char) -> list(char) parentheses around second word,"('856 +138 424 Montiel',)",(+138),list(char) -> list(char) "parentheses around word delimited by '.' & ','","('20.066,TX-Pannell',)","20.(066),TX-Pannell",list(char) -> list(char) First letters of words (I),"('+118 Chism 428 Acura100',)",+C4A,list(char) -> list(char) Replace '(' w/ ' ',"('377(209(+118',)",377 209 +118,list(char) -> list(char) "Extract word delimited by ',' - ','","('Jeff,Scalia,Gertude,877',)",Scalia,list(char) -> list(char) Prepend '+167' to first word,"('+169 29',)",+167+169,list(char) -> list(char) ensure suffix `Andria`,"('+68 +161 Heintz York',)",+68 +161 Heintz YorkAndria,list(char) -> list(char) parentheses around word delimited by ' ' & '-',"(' Barbara-Mackenzie',)", (Barbara)-Mackenzie,list(char) -> list(char) Append two words delimited by '.-',"('Salley', '29')",Salley.-29,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by ')',"('T)+197',)",+197,list(char) -> list(char) Append two words delimited by '-',"('47', 'NY')",47-NY,list(char) -> list(char) -> list(char) Append 'Dermody',"('29',)",29Dermody,list(char) -> list(char) ensure suffix `997`,"('Marcus +108 Ramthun Rudolf',)",Marcus +108 Ramthun Rudolf997,list(char) -> list(char) Abbreviate separate words (I),"('62', 'Ramthun')",6.R.,list(char) -> list(char) -> list(char) Prepend '+167' to first word,"('Launa 845',)",+167Launa,list(char) -> list(char) Append 2 strings (IIIII),"('Soderstrom', '+199')",Soderstrom+199,list(char) -> list(char) -> list(char) parentheses around a single word (I),"('Halpern',)",(Halpern),list(char) -> list(char) nth (n=0) word delimited by ' ',"('Q +108 Desiree',)",Q,list(char) -> list(char) Replace '.' w/ ')',"('Lakenya.876.18.064',)",Lakenya)876)18)064,list(char) -> list(char) Abbreviate separate words (IIIII),"('Mulloy', 'V')",M.V.,list(char) -> list(char) -> list(char) Append two words delimited by '. ',"('771', '5')",771. 5,list(char) -> list(char) -> list(char) ensure suffix `769`,"('+169 +163 +129 46',)",+169 +163 +129 46769,list(char) -> list(char) nth (n=0) word delimited by '-',"('Olague-Bradford-+115-N',)",Olague,list(char) -> list(char) parentheses around a single word (II),"('29',)",(29),list(char) -> list(char) Replace '.' w/ ')',"('83.Ramthun',)",83)Ramthun,list(char) -> list(char) Prepend 'Sergienko',"('F',)",SergienkoF,list(char) -> list(char) Append 2 strings (I),"('Phialdelphia', '40')",Phialdelphia40,list(char) -> list(char) -> list(char) Append '636',"('C',)",C636,list(char) -> list(char) Replace '(' w/ ' ',"('Nancy(Houston',)",Nancy Houston,list(char) -> list(char) Append two words delimited by ')',"('Park', 'Hopkins')",Park)Hopkins,list(char) -> list(char) -> list(char) Append 'Cornell',"('101',)",101Cornell,list(char) -> list(char) Drop last 4 characters,"('Jenee',)",J,list(char) -> list(char) "nth (n=-1) word delimited by ','","('144,Honda550,Hopkins',)",Hopkins,list(char) -> list(char) parentheses around a single word (IIII),"('Harvard',)",(Harvard),list(char) -> list(char) drop first word delimited by ' ',"('Bess Berkeley',)",Berkeley,list(char) -> list(char) nth (n=-1) word delimited by '(',"('Berkeley(557(29',)",29,list(char) -> list(char) Abbreviate separate words (II),"('Hayley', 'Ferrari')",H.F.,list(char) -> list(char) -> list(char) ensure suffix `Andria`,"('Hornak 575 MA JacquilineAndria',)",Hornak 575 MA JacquilineAndria,list(char) -> list(char) Append two words delimited by '.',"('+2', 'Jacquiline')",+2.Jacquiline,list(char) -> list(char) -> list(char) First letters of words (IIIIII),"('+155 174 Dr Haven',)",+1DH,list(char) -> list(char) Append two words delimited by '(',"('Q', 'Ducati250')",Q(Ducati250,list(char) -> list(char) -> list(char) Append 2 strings (II),"('+163', '+141')",+163+141,list(char) -> list(char) -> list(char) Abbreviate separate words (IIII),"('S', 'Beata')",S.B.,list(char) -> list(char) -> list(char) Drop last 5 characters,"('Mcgaughey',)",Mcga,list(char) -> list(char) ensure suffix `568`,"('MD Hopkins 394',)",MD Hopkins 394568,list(char) -> list(char) Abbreviate separate words (III),"('692', 'Soderstrom')",6.S.,list(char) -> list(char) -> list(char) Take first character and append ' ',"('MI',)",M ,list(char) -> list(char) Extract word delimited by '(' - '(',"('14(Rowden(Jeanice(Acura125',)",Rowden,list(char) -> list(char) Replace '(' w/ '.',"('C(40',)",C.40,list(char) -> list(char) Append 2 strings (IIII),"('Marcus', '776')",Marcus776,list(char) -> list(char) -> list(char) nth (n=1) word delimited by '.',"('H.+7.Cortes.+169',)",+7,list(char) -> list(char) Take first 2 characters,"('334',)",33,list(char) -> list(char) Extract word delimited by '-' - ')',"('York-Mackenzie)Jacquiline)L',)",Mackenzie,list(char) -> list(char) Prepend '+174',"('851',)",+174851,list(char) -> list(char) Prepend 'UCLA',"('Sergienko',)",UCLASergienko,list(char) -> list(char) ensure suffix `Ramthun`,"('Ghoston Bobo Scalia Chism',)",Ghoston Bobo Scalia ChismRamthun,list(char) -> list(char) nth (n=0) word delimited by '-',"('Jeff-Lara-Karrie',)",Jeff,list(char) -> list(char) Append 2 strings (IIIIII),"('+199', '919')",+199919,list(char) -> list(char) -> list(char) "parentheses around word delimited by '.' & ','","('476.47,017',)","476.(47),017",list(char) -> list(char) Prepend '+174',"('52',)",+17452,list(char) -> list(char) First letters of words (IIIIII),"('43 390 Phillip',)",43P,list(char) -> list(char) Append two words delimited by ' ',"('Acura', 'Vena')",Acura Vena,list(char) -> list(char) -> list(char) "parentheses around word delimited by ',' & ','","(',548,43',)",",(548),43",list(char) -> list(char) parentheses around a single word (IIIII),"('York',)",(York),list(char) -> list(char) Take first character and append ' ',"('Alida',)",A ,list(char) -> list(char) parentheses around a single word (I),"('+140',)",(+140),list(char) -> list(char) Prepend 'Jani',"('Andria',)",JaniAndria,list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"('Spagnoli Marquess Gertude',)",Spagnoli (Marquess) Gertude,list(char) -> list(char) Append 'Beata',"('Eccleston',)",EcclestonBeata,list(char) -> list(char) "parentheses around word delimited by ',' & ' '","('29,10 Stefany +158',)","29,(10) Stefany +158",list(char) -> list(char) "Replace '-' w/ ','","('2-FreeHafer-+188',)","2,FreeHafer,+188",list(char) -> list(char) "nth (n=0) word delimited by ','","('R,Miah,Arbor',)",R,list(char) -> list(char) "Append two words delimited by '(,'","('50', '949')","50(,949",list(char) -> list(char) -> list(char) "Abbreviate words separated by ','","('Trinidad,58',)",T.5.,list(char) -> list(char) Extract word delimited by '(' - '(',"('Andria(Honda125(+75(Malissa',)",Honda125,list(char) -> list(char) Prepend 'Hornak',"('P',)",HornakP,list(char) -> list(char) ensure suffix `769`,"('Ducati125 A Eccleston +198769',)",Ducati125 A Eccleston +198769,list(char) -> list(char) nth (n=1) word delimited by '(',"('+188(45(+9',)",45,list(char) -> list(char) "Take first character and append ','","('56',)","5,",list(char) -> list(char) nth (n=0) word delimited by '.',"('Bradford.971.+180',)",Bradford,list(char) -> list(char) nth (n=1) word delimited by '(',"('Phialdelphia(+176(741(Ducati250',)",+176,list(char) -> list(char) Prepend 'Hornak',"('865',)",Hornak865,list(char) -> list(char) Extract word delimited by ')' - '-',"('+60)Lain-Ducati100-Bradford',)",Lain,list(char) -> list(char) First letters of words (IIII),"('Ducati250 Lashanda N Barbara',)",DLNB,list(char) -> list(char) Append 2 strings (IIIIII),"('Miah', '81')",Miah81,list(char) -> list(char) -> list(char) Drop last 1 characters,"('290',)",29,list(char) -> list(char) Drop last 4 characters,"('+167',)",,list(char) -> list(char) Drop last 3 characters,"('Hage',)",H,list(char) -> list(char) parentheses around a single word (III),"('NY',)",(NY),list(char) -> list(char) Append 2 strings (I),"('Georgina', '2')",Georgina2,list(char) -> list(char) -> list(char) Abbreviate separate words (III),"('+189', '856')",+.8.,list(char) -> list(char) -> list(char) nth (n=1) word delimited by '.',"('Ducati125.of.588.843',)",of,list(char) -> list(char) Append two words delimited by ' ',"('Mariel', 'Harvard')",Mariel Harvard,list(char) -> list(char) -> list(char) Append 'Dermody',"('Columbia',)",ColumbiaDermody,list(char) -> list(char) "drop first word delimited by ','","('Nancy,Beata,512,864',)","Beata,512,864",list(char) -> list(char) parentheses around a single word (IIII),"('+155',)",(+155),list(char) -> list(char) Prepend '170' to first word,"('Malissa W',)",170Malissa,list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"(' California +104,Teddy',)"," (California) +104,Teddy",list(char) -> list(char) Abbreviate words separated by ' ',"('938 Alida',)",9.A.,list(char) -> list(char) ensure suffix `Ramthun`,"('Annalisa Latimore ChismRamthun',)",Annalisa Latimore ChismRamthun,list(char) -> list(char) ensure suffix `Andria`,"('Madelaine +189Andria',)",Madelaine +189Andria,list(char) -> list(char) Abbreviate separate words (IIIIII),"('Lakenya', '62')",L.6.,list(char) -> list(char) -> list(char) Replace '.' w/ ')',"('622.270',)",622)270,list(char) -> list(char) "nth (n=0) word delimited by ','","('Neil,Heintz,Malissa,Berkeley',)",Neil,list(char) -> list(char) Replace ' ' w/ '(',"('035 Penn Hornak',)",035(Penn(Hornak,list(char) -> list(char) Prepend 'UCLA',"('MI',)",UCLAMI,list(char) -> list(char) Prepend 'Hornak',"('Mackenzie',)",HornakMackenzie,list(char) -> list(char) Append 2 strings (IIII),"('426', '369')",426369,list(char) -> list(char) -> list(char) "Extract word delimited by ')' - ','","('Cambridge)Storrs,449)10',)",Storrs,list(char) -> list(char) Abbreviate separate words (IIIIII),"('+81', 'Halpern')",+.H.,list(char) -> list(char) -> list(char) Prepend '+174',"('Jurgens',)",+174Jurgens,list(char) -> list(char) Abbreviate words separated by '-',"('941-162',)",9.1.,list(char) -> list(char) Append 2 strings (IIII),"('Seamons', 'Lakenya')",SeamonsLakenya,list(char) -> list(char) -> list(char) Append 2 strings (I),"('Richert', 'NY')",RichertNY,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by ' ',"('Park +183 186',)",186,list(char) -> list(char) Append '636',"('FreeHafer',)",FreeHafer636,list(char) -> list(char) Abbreviate words separated by ')',"('+196)253',)",+.2.,list(char) -> list(char) First letters of words (IIIII),"('46 439',)",44,list(char) -> list(char) Prepend 'Spell',"('Aylward',)",SpellAylward,list(char) -> list(char) Append two words delimited by ' ',"('2', '+151')",2 +151,list(char) -> list(char) -> list(char) "parentheses around word delimited by '.' & ','","('.DPhiladelphia,+132 G',)",".(DPhiladelphia),+132 G",list(char) -> list(char) parentheses around word delimited by '-' & '.',"('Lain-Edison.C-Temple',)",Lain-(Edison).C-Temple,list(char) -> list(char) First letters of words (III),"('Lango Babiarz R',)",LBR,list(char) -> list(char) Drop last 4 characters,"('Santa',)",S,list(char) -> list(char) Append 2 strings (II),"('245', 'Casler')",245Casler,list(char) -> list(char) -> list(char) drop first word delimited by '.',"('Angeles.+115.+140',)",+115.+140,list(char) -> list(char) Drop last 5 characters,"('Cencici',)",Ce,list(char) -> list(char) Prepend '+167' to first word,"('172 Hayley',)",+167172,list(char) -> list(char) nth (n=1) word delimited by '-',"('+155-Covelli-Constable-405',)",Covelli,list(char) -> list(char) nth (n=0) word delimited by '-',"('+172-Penn-Chilcott-E',)",+172,list(char) -> list(char) "Take first character and append ','","('Ramthun',)","R,",list(char) -> list(char) "Replace ',' w/ '('","('066,+106,Bobo,200',)",066(+106(Bobo(200,list(char) -> list(char) Replace ' ' w/ '(',"('+9 Rowden Reily',)",+9(Rowden(Reily,list(char) -> list(char) Prepend 'Ghoston' to first word,"('Samuel Hage',)",GhostonSamuel,list(char) -> list(char) Prepend 'Spell',"('+197',)",Spell+197,list(char) -> list(char) nth (n=0) word delimited by '.',"('505.+46',)",505,list(char) -> list(char) Replace '(' w/ '.',"('75(University',)",75.University,list(char) -> list(char) Drop last 1 characters,"('+130',)",+13,list(char) -> list(char) Append 2 strings (III),"('35', '981')",35981,list(char) -> list(char) -> list(char) drop first word delimited by ' ',"('141 Lashanda',)",Lashanda,list(char) -> list(char) Drop last 2 characters,"('Stefany',)",Stefa,list(char) -> list(char) "Extract word delimited by ',' - ','","('Barbara,+86,95,Urbana',)",+86,list(char) -> list(char) Take first 5 characters,"('Carlene',)",Carle,list(char) -> list(char) Take first 5 characters,"('Gregori',)",Grego,list(char) -> list(char) Append 2 strings (I),"('I', '+172')",I+172,list(char) -> list(char) -> list(char) parentheses around first word,"('018 +176 Houston',)",(018),list(char) -> list(char) nth (n=1) word delimited by '-',"('Kotas-028',)",028,list(char) -> list(char) Prepend '170' to first word,"('Malissa 500',)",170Malissa,list(char) -> list(char) Extract word delimited by '(' - '(',"('Montiel(Temple(Heintz(Teddy',)",Temple,list(char) -> list(char) Append 'Dermody',"('+5',)",+5Dermody,list(char) -> list(char) Take first character and append '(',"('82',)",8(,list(char) -> list(char) Append 'Beata',"('092',)",092Beata,list(char) -> list(char) Append two words delimited by ' ',"('051', '+174')",051 +174,list(char) -> list(char) -> list(char) Abbreviate words separated by '(',"('Jeanice(Acura',)",J.A.,list(char) -> list(char) "Extract word delimited by ',' - '.'","('86,+161.13,+7',)",+161,list(char) -> list(char) Abbreviate separate words (I),"('Irwin', 'Spell')",I.S.,list(char) -> list(char) -> list(char) Prepend '177' to first word,"('421 Annalisa',)",177421,list(char) -> list(char) Extract word delimited by '(' - '(',"('Ducati250(+183(Richert(Park',)",+183,list(char) -> list(char) "Abbreviate words separated by ','","('FreeHafer,Park',)",F.P.,list(char) -> list(char) "nth (n=0) word delimited by ','","('+115,+106',)",+115,list(char) -> list(char) "Extract word delimited by ')' - ','","('963)Kathlyn,Melodi,Spagnoli',)",Kathlyn,list(char) -> list(char) Abbreviate separate words (IIIII),"('Ducati125', '46')",D.4.,list(char) -> list(char) -> list(char) Append 2 strings (IIIIII),"('O', '765')",O765,list(char) -> list(char) -> list(char) First letters of words (IIII),"('CT FreeHafer Bogle',)",CFB,list(char) -> list(char) ensure suffix `Scalia`,"('Ramthun Beata Chism FreeHaferScalia',)",Ramthun Beata Chism FreeHaferScalia,list(char) -> list(char) "Append two words delimited by ','","('Acura100', '705')","Acura100,705",list(char) -> list(char) -> list(char) ensure suffix `568`,"('+194 517 Bobo568',)",+194 517 Bobo568,list(char) -> list(char) "nth (n=-1) word delimited by ','","('50,+9',)",+9,list(char) -> list(char) Extract word delimited by '-' - ')',"('155-Reily)Haven)+132',)",Reily,list(char) -> list(char) drop first word delimited by '.',"('598.849.854.Kimberley',)",849.854.Kimberley,list(char) -> list(char) Prepend 'Carlene' to first word,"('997 CA',)",Carlene997,list(char) -> list(char) "drop first word delimited by ','","('943,65,216,CA',)","65,216,CA",list(char) -> list(char) nth (n=-1) word delimited by '.',"('197.58',)",58,list(char) -> list(char) nth (n=-1) word delimited by ')',"('+42)+98)+115)Junkin',)",Junkin,list(char) -> list(char) nth (n=1) word delimited by ')',"('Mariel)Carlene)Ducati100)Jeff',)",Carlene,list(char) -> list(char) nth (n=-1) word delimited by ')',"('+151)50)Withers',)",Withers,list(char) -> list(char) Append 2 strings (III),"('Tobias', '58')",Tobias58,list(char) -> list(char) -> list(char) Drop last 1 characters,"('769',)",76,list(char) -> list(char) Take first 5 characters,"('Desiree',)",Desir,list(char) -> list(char) "nth (n=-1) word delimited by ','","('468,376',)",376,list(char) -> list(char) nth (n=0) word delimited by '.',"('Maryann.705.Barbara',)",Maryann,list(char) -> list(char) "parentheses around word delimited by ',' & ' '","(',551 Cencici 68',)",",(551) Cencici 68",list(char) -> list(char) Append two words delimited by '. ',"('62', 'Mackenzie')",62. Mackenzie,list(char) -> list(char) -> list(char) Take first 4 characters,"('Ducati250',)",Duca,list(char) -> list(char) Take first 2 characters,"('Stefany',)",St,list(char) -> list(char) nth (n=-1) word delimited by ' ',"('K 358 Jacquiline Columbia',)",Columbia,list(char) -> list(char) Take first 4 characters,"('Haven',)",Have,list(char) -> list(char) Prepend 'Carlene' to first word,"('+155 45',)",Carlene+155,list(char) -> list(char) Prepend 'Jani',"('Ithaca',)",JaniIthaca,list(char) -> list(char) First letters of words (I),"('81 Heintz Pannell',)",8HP,list(char) -> list(char) Take first character and append '(',"('020',)",0(,list(char) -> list(char) Abbreviate words separated by ')',"('83)56',)",8.5.,list(char) -> list(char) nth (n=1) word delimited by ' ',"('University Sergienko',)",Sergienko,list(char) -> list(char) parentheses around a single word (I),"('+176',)",(+176),list(char) -> list(char) "parentheses around word delimited by '.' & ','","('.+197,64',)",".(+197),64",list(char) -> list(char) nth (n=-1) word delimited by ' ',"('CA Vena 23 Hopkins',)",Hopkins,list(char) -> list(char) Prepend '170' to first word,"('Drexel Maryann',)",170Drexel,list(char) -> list(char) nth (n=-1) word delimited by ')',"('539)027)42',)",42,list(char) -> list(char) Append 2 strings (IIIIII),"('Garrard', '+141')",Garrard+141,list(char) -> list(char) -> list(char) Extract word delimited by '-' - ')',"('NY-Philadelphia)Ferrari-PA',)",Philadelphia,list(char) -> list(char) First letters of words (III),"('Trinidad 500 862',)",T58,list(char) -> list(char) Append two words delimited by ')',"('Storrs', 'Jacquiline')",Storrs)Jacquiline,list(char) -> list(char) -> list(char) Drop last 5 characters,"('Heintz',)",H,list(char) -> list(char) ensure suffix `Scalia`,"('Ducati250 HoustonScalia',)",Ducati250 HoustonScalia,list(char) -> list(char) Abbreviate words separated by '(',"('G(Partida',)",G.P.,list(char) -> list(char) ensure suffix `Columbia`,"('647 Seamons 40 Teddy',)",647 Seamons 40 TeddyColumbia,list(char) -> list(char) nth (n=0) word delimited by '(',"('B(23',)",B,list(char) -> list(char) Append 2 strings (IIII),"('141', '636')",141636,list(char) -> list(char) -> list(char) parentheses around a single word (IIIII),"('Acura',)",(Acura),list(char) -> list(char) Abbreviate words separated by '.',"('Cambridge.6',)",C.6.,list(char) -> list(char) ensure suffix `769`,"('520 T769',)",520 T769,list(char) -> list(char) Append two words delimited by '-',"('+196', 'O')",+196-O,list(char) -> list(char) -> list(char) ensure suffix `Ramthun`,"('107 CollegeRamthun',)",107 CollegeRamthun,list(char) -> list(char) Append two words delimited by '-',"('119', 'Harvard')",119-Harvard,list(char) -> list(char) -> list(char) Replace '(' w/ ')',"('Hornak(Q(Mackenzie',)",Hornak)Q)Mackenzie,list(char) -> list(char) "Append two words delimited by '(,'","('Ducati100', '+176')","Ducati100(,+176",list(char) -> list(char) -> list(char) Abbreviate words separated by '-',"('Mackenzie-K',)",M.K.,list(char) -> list(char) First letters of words (I),"('C 461 +140 Phillip',)",C4+P,list(char) -> list(char) parentheses around a single word (IIIII),"('68',)",(68),list(char) -> list(char) Replace ' ' w/ '(',"('Honda250 Casler Edison',)",Honda250(Casler(Edison,list(char) -> list(char) Extract word delimited by ')' - '-',"('141)Penn-Jani-Clasen',)",Penn,list(char) -> list(char) Append two words delimited by '.-',"('2', 'Kotas')",2.-Kotas,list(char) -> list(char) -> list(char) Append 2 strings (IIIII),"('Jacquiline', 'College')",JacquilineCollege,list(char) -> list(char) -> list(char) Append 'Cornell',"('715',)",715Cornell,list(char) -> list(char) parentheses around word delimited by ' ' & '-',"(' Reily-Withers,Urbana',)"," (Reily)-Withers,Urbana",list(char) -> list(char) nth (n=1) word delimited by '(',"('Andria(736(654',)",736,list(char) -> list(char) "Abbreviate words separated by ','","('Rice,883',)",R.8.,list(char) -> list(char) Abbreviate separate words (IIII),"('M', '145')",M.1.,list(char) -> list(char) -> list(char) "Extract word delimited by ',' - '.'","('CT,+118.Mariel.40',)",+118,list(char) -> list(char) Extract word delimited by '-' - ')',"('T-188)Brendan-736',)",188,list(char) -> list(char) "parentheses around word delimited by ',' & ' '","(',Samuel Stefany.+185',)",",(Samuel) Stefany.+185",list(char) -> list(char) "nth (n=1) word delimited by ','","('Tobias,986,FreeHafer,+9',)",986,list(char) -> list(char) drop first word delimited by ')',"('Mariel)+195',)",+195,list(char) -> list(char) Take first character and append '-',"('751',)",7-,list(char) -> list(char) Append '+138',"('Cornell',)",Cornell+138,list(char) -> list(char) nth (n=-1) word delimited by '-',"('Alaina-Jacquiline',)",Jacquiline,list(char) -> list(char) Append 'Angeles',"('Celsa',)",CelsaAngeles,list(char) -> list(char) Take first character and append ' ',"('Jan',)",J ,list(char) -> list(char) Append 2 strings (II),"('Spell', 'Los')",SpellLos,list(char) -> list(char) -> list(char) "Replace '-' w/ ','","('Georgina-Dr-Alida-Acura100',)","Georgina,Dr,Alida,Acura100",list(char) -> list(char) "parentheses around word delimited by ',' & ' '","('Dr,+104 45',)","Dr,(+104) 45",list(char) -> list(char) Drop last 4 characters,"('Andria',)",An,list(char) -> list(char) "drop first word delimited by ','","('+6,Micha,167',)","Micha,167",list(char) -> list(char) "Replace ',' w/ '.'","('Reily,Madelaine',)",Reily.Madelaine,list(char) -> list(char) nth (n=0) word delimited by '(',"('Pennsylvania(Marquess',)",Pennsylvania,list(char) -> list(char) nth (n=0) word delimited by ' ',"('268 14 +104',)",268,list(char) -> list(char) parentheses around second word,"('O Jeanice',)",(Jeanice),list(char) -> list(char) drop first word delimited by ' ',"('S 2 86 178',)",2 86 178,list(char) -> list(char) Take first character and append '.',"('+189',)",+.,list(char) -> list(char) Drop last 2 characters,"('MI',)",,list(char) -> list(char) nth (n=1) word delimited by '.',"('Karrie.Covelli.882.+129',)",Covelli,list(char) -> list(char) "parentheses around word delimited by ',' & ','","('Bess,994,Montiel',)","Bess,(994),Montiel",list(char) -> list(char) Drop last 2 characters,"('562',)",5,list(char) -> list(char) "Extract word delimited by ',' - ','","('7,Soderstrom,S,A',)",Soderstrom,list(char) -> list(char) parentheses around a single word (IIII),"('+176',)",(+176),list(char) -> list(char) drop first word delimited by '(',"('75(Rice',)",Rice,list(char) -> list(char) ensure suffix `997`,"('+163 +129997',)",+163 +129997,list(char) -> list(char) "Replace '-' w/ ','","('+138-Irwin-46',)","+138,Irwin,46",list(char) -> list(char) ensure suffix `568`,"('+47 P568',)",+47 P568,list(char) -> list(char) Prepend '+174',"('S',)",+174S,list(char) -> list(char) nth (n=0) word delimited by ')',"('Lara)+176',)",Lara,list(char) -> list(char) Append two words delimited by '. ',"('Philadelphia', '433')",Philadelphia. 433,list(char) -> list(char) -> list(char) Take first 2 characters,"('Dermody',)",De,list(char) -> list(char) Abbreviate separate words (IIII),"('413', 'Acura')",4.A.,list(char) -> list(char) -> list(char) ensure suffix `997`,"('Hopkins 701 F',)",Hopkins 701 F997,list(char) -> list(char) Prepend 'Sergienko',"('009',)",Sergienko009,list(char) -> list(char) Take first character and append '.',"('+46',)",+.,list(char) -> list(char) Prepend 'Ghoston' to first word,"('FreeHafer 47',)",GhostonFreeHafer,list(char) -> list(char) Drop last 1 characters,"('Latimore',)",Latimor,list(char) -> list(char) Take first 3 characters,"('598',)",598,list(char) -> list(char) drop first word delimited by ')',"('Jenee)Jenee)151)UC',)",Jenee)151)UC,list(char) -> list(char) "parentheses around word delimited by ',' & ','","('100,066,Annalisa',)","100,(066),Annalisa",list(char) -> list(char) First letters of words (IIII),"('310 817 Q +185',)",38Q+,list(char) -> list(char) Prepend 'Spell',"('+105',)",Spell+105,list(char) -> list(char) "Append two words delimited by '(,'","('245', '18')","245(,18",list(char) -> list(char) -> list(char) Append two words delimited by '.',"('R', 'Rowden')",R.Rowden,list(char) -> list(char) -> list(char) Abbreviate separate words (III),"('038', 'Hornak')",0.H.,list(char) -> list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"('Honda250 Melodi +9-Kotas',)",Honda250 (Melodi) +9-Kotas,list(char) -> list(char) Prepend 'Sergienko',"('Barbara',)",SergienkoBarbara,list(char) -> list(char) Drop last 5 characters,"('Ferrari250',)",Ferra,list(char) -> list(char) Append 'Cornell',"('Akiyama',)",AkiyamaCornell,list(char) -> list(char) Append '+138',"('512',)",512+138,list(char) -> list(char) Append 'Angeles',"('469',)",469Angeles,list(char) -> list(char) "drop first word delimited by ','","('Rice,Partida,894,40',)","Partida,894,40",list(char) -> list(char) Abbreviate words separated by ' ',"('038 Cruz',)",0.C.,list(char) -> list(char) Drop last 3 characters,"('857',)",,list(char) -> list(char) Append two words delimited by ' -',"('2', 'J')",2 -J,list(char) -> list(char) -> list(char) ensure suffix `Scalia`,"('Angeles T N',)",Angeles T NScalia,list(char) -> list(char) parentheses around a single word (III),"('Park',)",(Park),list(char) -> list(char) Abbreviate separate words (IIIIII),"('25', '488')",2.4.,list(char) -> list(char) -> list(char) "Append two words delimited by ','","('Pennsylvania', '+198')","Pennsylvania,+198",list(char) -> list(char) -> list(char) Prepend 'Jani',"('25',)",Jani25,list(char) -> list(char) Abbreviate words separated by ' ',"('Annalisa College',)",A.C.,list(char) -> list(char) Prepend 'Ghoston' to first word,"('720 588',)",Ghoston720,list(char) -> list(char) ensure suffix `769`,"('Andria +140 Spell',)",Andria +140 Spell769,list(char) -> list(char) Append two words delimited by ')',"('Vena', 'Eccleston')",Vena)Eccleston,list(char) -> list(char) -> list(char) Take first character and append '-',"('Chong',)",C-,list(char) -> list(char) Prepend '177' to first word,"('566 14',)",177566,list(char) -> list(char) "Replace ',' w/ '('","('+132,Tobias',)",+132(Tobias,list(char) -> list(char) Take first character and append '-',"('+158',)",+-,list(char) -> list(char) ensure suffix `997`,"('Quashie Miah',)",Quashie Miah997,list(char) -> list(char) ensure suffix `Columbia`,"('Ferrari250 +58 AndrewColumbia',)",Ferrari250 +58 AndrewColumbia,list(char) -> list(char) "Extract word delimited by ')' - ','","('+104)+58,Ramthun,Bobo',)",+58,list(char) -> list(char) Append 2 strings (II),"('I', 'P')",IP,list(char) -> list(char) -> list(char) "Replace ',' w/ '.'","('Ducati,+147',)",Ducati.+147,list(char) -> list(char) nth (n=1) word delimited by '.',"('Bogle.Jani',)",Jani,list(char) -> list(char) Append two words delimited by '(',"('PA', 'Dermody')",PA(Dermody,list(char) -> list(char) -> list(char) "Replace '-' w/ ','","('834-Cruz-+197-Clasen',)","834,Cruz,+197,Clasen",list(char) -> list(char) Prepend '086' to first word,"('Georgina 72',)",086Georgina,list(char) -> list(char) Abbreviate words separated by '.',"('T.81',)",T.8.,list(char) -> list(char) "Take first character and append ','","('546',)","5,",list(char) -> list(char) "Abbreviate words separated by ','","('R,+108',)",R.+.,list(char) -> list(char) Prepend '086' to first word,"('35 Lara',)",08635,list(char) -> list(char) parentheses around a single word (III),"('Lain',)",(Lain),list(char) -> list(char) Append 'Beata',"('997',)",997Beata,list(char) -> list(char) parentheses around a single word (II),"('Honda',)",(Honda),list(char) -> list(char) "Extract word delimited by ',' - ','","('+75,FreeHafer,861,Babiarz',)",FreeHafer,list(char) -> list(char) parentheses around word delimited by ' ' & '-',"('+151 Annalisa-Phillip-Pennsylvania',)",+151 (Annalisa)-Phillip-Pennsylvania,list(char) -> list(char) Take first character and append ')',"('+169',)",+),list(char) -> list(char) Abbreviate separate words (IIIIII),"('O', 'Dr')",O.D.,list(char) -> list(char) -> list(char) First letters of words (IIII),"('Spell 865 169 095',)",S810,list(char) -> list(char) ensure suffix `Ramthun`,"('Bogle Miah Honda250 Trinidad',)",Bogle Miah Honda250 TrinidadRamthun,list(char) -> list(char) Append two words delimited by '-',"('Constable', '+197')",Constable-+197,list(char) -> list(char) -> list(char) Prepend 'Jani',"('Honda550',)",JaniHonda550,list(char) -> list(char) First letters of words (IIIII),"('751 Drexel L J',)",7DLJ,list(char) -> list(char) Append two words delimited by ' -',"('779', 'Withers')",779 -Withers,list(char) -> list(char) -> list(char) Append two words delimited by '..',"('568', 'Teddy')",568..Teddy,list(char) -> list(char) -> list(char) Append 2 strings (IIIII),"('Madelaine', '29')",Madelaine29,list(char) -> list(char) -> list(char) Append 2 strings (IIIII),"('Alaina', '7')",Alaina7,list(char) -> list(char) -> list(char) Abbreviate separate words (II),"('395', '082')",3.0.,list(char) -> list(char) -> list(char) drop first word delimited by '-',"('62-Temple',)",Temple,list(char) -> list(char) Prepend 'Ghoston' to first word,"('125 +118',)",Ghoston125,list(char) -> list(char) parentheses around first word,"('415 +115 484',)",(415),list(char) -> list(char) parentheses around a single word (IIIII),"('Halpern',)",(Halpern),list(char) -> list(char) Abbreviate separate words (I),"('+118', '894')",+.8.,list(char) -> list(char) -> list(char) Drop last 3 characters,"('Brescia',)",Bres,list(char) -> list(char) Abbreviate words separated by '(',"('+180(P',)",+.P.,list(char) -> list(char) drop first word delimited by ')',"('Heintz)Babiarz)University',)",Babiarz)University,list(char) -> list(char) Abbreviate separate words (III),"('+174', 'Lain')",+.L.,list(char) -> list(char) -> list(char) ensure suffix `Andria`,"('+13 20 +7',)",+13 20 +7Andria,list(char) -> list(char) Append '636',"('844',)",844636,list(char) -> list(char) "nth (n=1) word delimited by ','","('473,Phialdelphia',)",Phialdelphia,list(char) -> list(char) Prepend 'Carlene' to first word,"('43 927',)",Carlene43,list(char) -> list(char) nth (n=1) word delimited by ')',"('UC)+176)Jeanice)+174',)",+176,list(char) -> list(char) Take first character and append '-',"('Scalia',)",S-,list(char) -> list(char) Append two words delimited by ' ',"('Malissa', 'Philadelphia')",Malissa Philadelphia,list(char) -> list(char) -> list(char) Replace '-' w/ ' ',"('+183-13',)",+183 13,list(char) -> list(char) First letters of words (III),"('+5 Urbana',)",+U,list(char) -> list(char) First letters of words (IIIIII),"('888 Penn 50 UC',)",8P5U,list(char) -> list(char) Extract word delimited by ')' - '-',"('Cruz)+188-Maryann)183',)",+188,list(char) -> list(char) Append two words delimited by '(',"('204', 'Elias')",204(Elias,list(char) -> list(char) -> list(char) Take first 2 characters,"('+2',)",+2,list(char) -> list(char) parentheses around a single word (II),"('B',)",(B),list(char) -> list(char) Abbreviate separate words (IIIII),"('50', 'PA')",5.P.,list(char) -> list(char) -> list(char) Append two words delimited by '(',"('176', 'C')",176(C,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by '-',"('+172-University-College',)",College,list(char) -> list(char) Take first character and append ')',"('83',)",8),list(char) -> list(char) Append two words delimited by '..',"('Vena', '50')",Vena..50,list(char) -> list(char) -> list(char) Append two words delimited by '..',"('Spagnoli', 'Hornak')",Spagnoli..Hornak,list(char) -> list(char) -> list(char) nth (n=1) word delimited by '-',"('Launa-Hornak',)",Hornak,list(char) -> list(char) Abbreviate separate words (IIII),"('+140', 'Partida')",+.P.,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by ' ',"('Edison 29 938 W',)",W,list(char) -> list(char) Append two words delimited by '.',"('632', '836')",632.836,list(char) -> list(char) -> list(char) nth (n=0) word delimited by ')',"('E)844',)",E,list(char) -> list(char) Append two words delimited by '.-',"('Philadelphia', '6')",Philadelphia.-6,list(char) -> list(char) -> list(char) parentheses around a single word (II),"('426',)",(426),list(char) -> list(char) First letters of words (I),"('Andria Richert 652 Penn',)",AR6P,list(char) -> list(char) Abbreviate words separated by '.',"('Spagnoli.734',)",S.7.,list(char) -> list(char) Abbreviate words separated by '.',"('817.33',)",8.3.,list(char) -> list(char) Take first 4 characters,"('+106',)",+106,list(char) -> list(char) nth (n=1) word delimited by ' ',"('+132 Annalisa Mcgaughey Ferrari',)",Annalisa,list(char) -> list(char) Prepend 'Hornak',"('H',)",HornakH,list(char) -> list(char) Abbreviate words separated by '-',"('Cruz-150',)",C.1.,list(char) -> list(char) First letters of words (IIIII),"('Honda550 +180 Q',)",H+Q,list(char) -> list(char) Take first character and append ')',"('414',)",4),list(char) -> list(char) Take first 4 characters,"('Reily',)",Reil,list(char) -> list(char) Abbreviate words separated by ' ',"('+104 Hayley',)",+.H.,list(char) -> list(char) First letters of words (IIIII),"('Dr UC K Rowden',)",DUKR,list(char) -> list(char) parentheses around second word,"('California 86',)",(86),list(char) -> list(char) Append two words delimited by ' ',"('Lain', 'Irwin')",Lain Irwin,list(char) -> list(char) -> list(char) Prepend '+167' to first word,"('Madelaine Carlene',)",+167Madelaine,list(char) -> list(char) Abbreviate words separated by '-',"('Kathlyn-Beata',)",K.B.,list(char) -> list(char) First letters of words (II),"('438 20 MA FreeHafer',)",42MF,list(char) -> list(char) Abbreviate separate words (I),"('Dermody', 'D')",D.D.,list(char) -> list(char) -> list(char) Replace '.' w/ ')',"('Beata.21.119',)",Beata)21)119,list(char) -> list(char) Prepend 'Spell',"('358',)",Spell358,list(char) -> list(char) Append '636',"('Bess',)",Bess636,list(char) -> list(char) Append two words delimited by ' -',"('Q', 'Phillip')",Q -Phillip,list(char) -> list(char) -> list(char) Abbreviate separate words (II),"('Gertude', 'Dermody')",G.D.,list(char) -> list(char) -> list(char) parentheses around word delimited by ' ' & '-',"(' +194-9',)", (+194)-9,list(char) -> list(char) nth (n=0) word delimited by '.',"('B.25.Jeanice',)",B,list(char) -> list(char) parentheses around word delimited by '-' & '.',"('9-Ducati125.976.Alida',)",9-(Ducati125).976.Alida,list(char) -> list(char) Take first character and append '(',"('Pennsylvania',)",P(,list(char) -> list(char) nth (n=1) word delimited by '-',"('504-Jeanice-K',)",Jeanice,list(char) -> list(char) Append 'Beata',"('S',)",SBeata,list(char) -> list(char) Replace '-' w/ ' ',"('+106-Yale-+130-+141',)",+106 Yale +130 +141,list(char) -> list(char) Prepend '086' to first word,"('Ducati Penn',)",086Ducati,list(char) -> list(char) Abbreviate words separated by ')',"('585)13',)",5.1.,list(char) -> list(char) parentheses around first word,"('TX 33 Pennsylvania',)",(TX),list(char) -> list(char) nth (n=0) word delimited by ' ',"('42 597 J',)",42,list(char) -> list(char) Drop last 2 characters,"('Nancy',)",Nan,list(char) -> list(char) Append two words delimited by '.-',"('Mackenzie', '163')",Mackenzie.-163,list(char) -> list(char) -> list(char) drop first word delimited by '-',"('Coralee-862',)",862,list(char) -> list(char) nth (n=1) word delimited by '(',"('W(517(+199',)",517,list(char) -> list(char) parentheses around first word,"('+108 29 95 +196 332',)",(+108),list(char) -> list(char) "Take first character and append ','","('Covelli',)","C,",list(char) -> list(char) Take first character and append ')',"('DPhiladelphia',)",D),list(char) -> list(char) Append 'Cornell',"('IL',)",ILCornell,list(char) -> list(char) drop first word delimited by ' ',"('386 Georgina 720 141',)",Georgina 720 141,list(char) -> list(char) Prepend '177' to first word,"('Jacqualine +180',)",177Jacqualine,list(char) -> list(char) "Replace ',' w/ '('","('820,Connecticut',)",820(Connecticut,list(char) -> list(char) Replace '-' w/ ' ',"('Jacqualine-62',)",Jacqualine 62,list(char) -> list(char) "Extract word delimited by ',' - '.'","('426,Lain.45,Honda125',)",Lain,list(char) -> list(char) Prepend 'UCLA',"('Ferrari',)",UCLAFerrari,list(char) -> list(char) Replace '(' w/ ' ',"('+194(Alaina',)",+194 Alaina,list(char) -> list(char) drop first word delimited by '.',"('Jenee.21.80.Soderstrom',)",21.80.Soderstrom,list(char) -> list(char) nth (n=1) word delimited by ')',"('R)+144',)",+144,list(char) -> list(char) nth (n=-1) word delimited by '-',"('21-of',)",of,list(char) -> list(char) "Replace ',' w/ '.'","('017,Celsa',)",017.Celsa,list(char) -> list(char) Append two words delimited by '.',"('Bradford', 'Beata')",Bradford.Beata,list(char) -> list(char) -> list(char) drop first word delimited by '.',"('Acura.Urbana',)",Urbana,list(char) -> list(char) drop first word delimited by ')',"('Jeanice)+194)+189)491',)",+194)+189)491,list(char) -> list(char) nth (n=1) word delimited by ')',"('Partida)FreeHafer)+130)D',)",FreeHafer,list(char) -> list(char) Extract word delimited by ')' - '-',"('+144)060-Soderstrom)68',)",060,list(char) -> list(char) ensure suffix `Columbia`,"('158 Quashie Hage',)",158 Quashie HageColumbia,list(char) -> list(char) nth (n=-1) word delimited by '(',"('684(Ghoston',)",Ghoston,list(char) -> list(char) Append two words delimited by '. ',"('Haven', '575')",Haven. 575,list(char) -> list(char) -> list(char) nth (n=0) word delimited by ' ',"('Brescia A 56',)",Brescia,list(char) -> list(char) nth (n=-1) word delimited by '.',"('+118.Mulloy.56',)",56,list(char) -> list(char) Abbreviate separate words (II),"('York', 'Madelaine')",Y.M.,list(char) -> list(char) -> list(char) parentheses around second word,"('Trinidad 311 33',)",(311),list(char) -> list(char) "Extract word delimited by ',' - '.'","('504,566.20.F',)",566,list(char) -> list(char) nth (n=-1) word delimited by '.',"('N.Annalisa.Houston',)",Houston,list(char) -> list(char) parentheses around a single word (III),"('Ducati',)",(Ducati),list(char) -> list(char) nth (n=0) word delimited by '(',"('Lango(Desiree',)",Lango,list(char) -> list(char) First letters of words (II),"('Celsa Latimore',)",CL,list(char) -> list(char) nth (n=0) word delimited by '(',"('C(98',)",C,list(char) -> list(char) "Extract word delimited by ')' - ','","('244)Karrie,Lashanda)Kimberley',)",Karrie,list(char) -> list(char) Take first 3 characters,"('Vena',)",Ven,list(char) -> list(char) Replace '-' w/ ' ',"('759-Bogle',)",759 Bogle,list(char) -> list(char) nth (n=1) word delimited by ' ',"('29 Ferrari250',)",Ferrari250,list(char) -> list(char) Replace '(' w/ ')',"('+194(+185(+147(Rice',)",+194)+185)+147)Rice,list(char) -> list(char) nth (n=0) word delimited by ')',"('+105)046)Casler',)",+105,list(char) -> list(char) parentheses around a single word (I),"('Withers',)",(Withers),list(char) -> list(char) Append two words delimited by ')',"('42', '959')",42)959,list(char) -> list(char) -> list(char) Prepend '170' to first word,"('of Latimore',)",170of,list(char) -> list(char) Append 2 strings (III),"('25', '176')",25176,list(char) -> list(char) -> list(char) Append 'Angeles',"('+199',)",+199Angeles,list(char) -> list(char) drop first word delimited by '(',"('Barbara(Temple(Samuel',)",Temple(Samuel,list(char) -> list(char) "nth (n=0) word delimited by ','","('MA,B,+95',)",MA,list(char) -> list(char) Take first character and append '(',"('Melodi',)",M(,list(char) -> list(char) Prepend 'UCLA',"('Santa',)",UCLASanta,list(char) -> list(char) "Append two words delimited by ','","('UIUC', '608')","UIUC,608",list(char) -> list(char) -> list(char) "Append two words delimited by ','","('2', 'Garrard')","2,Garrard",list(char) -> list(char) -> list(char) Abbreviate words separated by ')',"('Coralee)Rowden',)",C.R.,list(char) -> list(char) nth (n=-1) word delimited by '.',"('Latimore.Joaquin.Bobo.G',)",G,list(char) -> list(char) Replace '(' w/ '.',"('155(Edison(CA(29',)",155.Edison.CA.29,list(char) -> list(char) Append '+138',"('Hopkins',)",Hopkins+138,list(char) -> list(char) Take first character and append ' ',"('Brescia',)",B ,list(char) -> list(char) "Replace ',' w/ '('","('Nancy,334,611,+172',)",Nancy(334(611(+172,list(char) -> list(char) First letters of words (II),"('6 Kimberley 095',)",6K0,list(char) -> list(char) First letters of words (IIIIII),"('21 B',)",2B,list(char) -> list(char) Drop last 3 characters,"('012',)",,list(char) -> list(char) Prepend 'Sergienko',"('Stefany',)",SergienkoStefany,list(char) -> list(char) Replace ' ' w/ '(',"('52 622',)",52(622,list(char) -> list(char) Prepend 'Carlene' to first word,"('Gertude +198',)",CarleneGertude,list(char) -> list(char) Take first character and append '.',"('290',)",2.,list(char) -> list(char) "nth (n=-1) word delimited by ','","('+194,Scalia,Montiel,Ghoston',)",Ghoston,list(char) -> list(char) Append 'Dermody',"('085',)",085Dermody,list(char) -> list(char) nth (n=0) word delimited by '-',"('64-836-197-Michigan',)",64,list(char) -> list(char) Append two words delimited by ' -',"('622', 'Andrew')",622 -Andrew,list(char) -> list(char) -> list(char) Append two words delimited by ' ',"('35', 'Rowden')",35 Rowden,list(char) -> list(char) -> list(char) drop first word delimited by '(',"('+9(Urbana',)",Urbana,list(char) -> list(char) ensure suffix `Columbia`,"('Cambridge MD 875 Ducati125',)",Cambridge MD 875 Ducati125Columbia,list(char) -> list(char) nth (n=0) word delimited by ')',"('L)40)591)W',)",L,list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"('94 Heintz Q',)",94 (Heintz) Q,list(char) -> list(char) "Append two words delimited by '(,'","('Harvard', '+183')","Harvard(,+183",list(char) -> list(char) -> list(char) nth (n=-1) word delimited by '-',"('473-Nancy-980-166',)",166,list(char) -> list(char) Abbreviate separate words (IIIII),"('21', '169')",2.1.,list(char) -> list(char) -> list(char) Append 'Angeles',"('Spell',)",SpellAngeles,list(char) -> list(char) Replace '(' w/ ')',"('14(Micha',)",14)Micha,list(char) -> list(char) nth (n=-1) word delimited by '(',"('Scalia(65',)",65,list(char) -> list(char) Take first 3 characters,"('Trinidad',)",Tri,list(char) -> list(char) Take first 5 characters,"('Ducati250',)",Ducat,list(char) -> list(char) ensure suffix `Scalia`,"('UIUC 526',)",UIUC 526Scalia,list(char) -> list(char) parentheses around word delimited by '-' & '.',"('-Spell.Rowden Arbor',)",-(Spell).Rowden Arbor,list(char) -> list(char) "nth (n=1) word delimited by ','","('Arbor,Scalia,Seamons,847',)",Scalia,list(char) -> list(char) Append two words delimited by ' ',"('+155', 'Bobo')",+155 Bobo,list(char) -> list(char) -> list(char) Replace '(' w/ '.',"('Spagnoli(7(Seamons',)",Spagnoli.7.Seamons,list(char) -> list(char) parentheses around a single word (IIII),"('986',)",(986),list(char) -> list(char) Prepend '177' to first word,"('Alaina +141',)",177Alaina,list(char) -> list(char) drop first word delimited by '(',"('Ducati(969(+144(Olague',)",969(+144(Olague,list(char) -> list(char) Take first 3 characters,"('766',)",766,list(char) -> list(char) Abbreviate words separated by '(',"('048(Joaquin',)",0.J.,list(char) -> list(char) First letters of words (II),"('365 Aylward',)",3A,list(char) -> list(char) Append '+138',"('TX',)",TX+138,list(char) -> list(char) drop first word delimited by '-',"('California-+158-Ghoston-82',)",+158-Ghoston-82,list(char) -> list(char) "parentheses around word delimited by ',' & ','","('+174,Bradford,University',)","+174,(Bradford),University",list(char) -> list(char) Replace '(' w/ ' ',"('CT(Heintz(Cornell(Phillip',)",CT Heintz Cornell Phillip,list(char) -> list(char) Append two words delimited by '..',"('Ferrari', 'Angeles')",Ferrari..Angeles,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by '(',"('N(Spell(Babiarz(MD',)",MD,list(char) -> list(char) drop first word delimited by '-',"('Cambridge-+7-+140-29',)",+7-+140-29,list(char) -> list(char) "Replace ',' w/ '.'","('+197,980,Hage,Cencici',)",+197.980.Hage.Cencici,list(char) -> list(char) Append 2 strings (III),"('Cambridge', 'Honda550')",CambridgeHonda550,list(char) -> list(char) -> list(char) nth (n=1) word delimited by ' ',"('Soderstrom Scalia',)",Scalia,list(char) -> list(char) parentheses around word delimited by '-' & '.',"('-Haven.80',)",-(Haven).80,list(char) -> list(char) Take first character and append '.',"('Marquess',)",M.,list(char) -> list(char) Replace '(' w/ ')',"('Babiarz(Annalisa(+151(Samuel',)",Babiarz)Annalisa)+151)Samuel,list(char) -> list(char) First letters of words (III),"('000 Dermody +196',)",0D+,list(char) -> list(char) "nth (n=1) word delimited by ','","('Sergienko,009,Jacquiline,Sergienko',)",009,list(char) -> list(char) ensure suffix `568`,"('+23 10 IL 844',)",+23 10 IL 844568,list(char) -> list(char) Prepend '086' to first word,"('18 Miah',)",08618,list(char) -> list(char) parentheses around second word,"('856 +138 424 Montiel',)",(+138),list(char) -> list(char) "parentheses around word delimited by '.' & ','","('20.066,TX-Pannell',)","20.(066),TX-Pannell",list(char) -> list(char) First letters of words (I),"('+118 Chism 428 Acura100',)",+C4A,list(char) -> list(char) Replace '(' w/ ' ',"('377(209(+118',)",377 209 +118,list(char) -> list(char) "Extract word delimited by ',' - ','","('Jeff,Scalia,Gertude,877',)",Scalia,list(char) -> list(char) Prepend '+167' to first word,"('+169 29',)",+167+169,list(char) -> list(char) ensure suffix `Andria`,"('+68 +161 Heintz York',)",+68 +161 Heintz YorkAndria,list(char) -> list(char) parentheses around word delimited by ' ' & '-',"(' Barbara-Mackenzie',)", (Barbara)-Mackenzie,list(char) -> list(char) Append two words delimited by '.-',"('Salley', '29')",Salley.-29,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by ')',"('T)+197',)",+197,list(char) -> list(char) Append two words delimited by '-',"('47', 'NY')",47-NY,list(char) -> list(char) -> list(char) Append 'Dermody',"('29',)",29Dermody,list(char) -> list(char) ensure suffix `997`,"('Marcus +108 Ramthun Rudolf',)",Marcus +108 Ramthun Rudolf997,list(char) -> list(char) Abbreviate separate words (I),"('62', 'Ramthun')",6.R.,list(char) -> list(char) -> list(char) Prepend '+167' to first word,"('Launa 845',)",+167Launa,list(char) -> list(char) Append 2 strings (IIIII),"('Soderstrom', '+199')",Soderstrom+199,list(char) -> list(char) -> list(char) parentheses around a single word (I),"('Halpern',)",(Halpern),list(char) -> list(char) nth (n=0) word delimited by ' ',"('Q +108 Desiree',)",Q,list(char) -> list(char) Replace '.' w/ ')',"('Lakenya.876.18.064',)",Lakenya)876)18)064,list(char) -> list(char) Abbreviate separate words (IIIII),"('Mulloy', 'V')",M.V.,list(char) -> list(char) -> list(char) Append two words delimited by '. ',"('771', '5')",771. 5,list(char) -> list(char) -> list(char) ensure suffix `769`,"('+169 +163 +129 46',)",+169 +163 +129 46769,list(char) -> list(char) nth (n=0) word delimited by '-',"('Olague-Bradford-+115-N',)",Olague,list(char) -> list(char) parentheses around a single word (II),"('29',)",(29),list(char) -> list(char) Replace '.' w/ ')',"('83.Ramthun',)",83)Ramthun,list(char) -> list(char) Prepend 'Sergienko',"('F',)",SergienkoF,list(char) -> list(char) Append 2 strings (I),"('Phialdelphia', '40')",Phialdelphia40,list(char) -> list(char) -> list(char) Append '636',"('C',)",C636,list(char) -> list(char) Replace '(' w/ ' ',"('Nancy(Houston',)",Nancy Houston,list(char) -> list(char) Append two words delimited by ')',"('Park', 'Hopkins')",Park)Hopkins,list(char) -> list(char) -> list(char) Append 'Cornell',"('101',)",101Cornell,list(char) -> list(char) Drop last 4 characters,"('Jenee',)",J,list(char) -> list(char) "nth (n=-1) word delimited by ','","('144,Honda550,Hopkins',)",Hopkins,list(char) -> list(char) parentheses around a single word (IIII),"('Harvard',)",(Harvard),list(char) -> list(char) drop first word delimited by ' ',"('Bess Berkeley',)",Berkeley,list(char) -> list(char) nth (n=-1) word delimited by '(',"('Berkeley(557(29',)",29,list(char) -> list(char) Abbreviate separate words (II),"('Hayley', 'Ferrari')",H.F.,list(char) -> list(char) -> list(char) ensure suffix `Andria`,"('Hornak 575 MA JacquilineAndria',)",Hornak 575 MA JacquilineAndria,list(char) -> list(char) Append two words delimited by '.',"('+2', 'Jacquiline')",+2.Jacquiline,list(char) -> list(char) -> list(char) First letters of words (IIIIII),"('+155 174 Dr Haven',)",+1DH,list(char) -> list(char) Append two words delimited by '(',"('Q', 'Ducati250')",Q(Ducati250,list(char) -> list(char) -> list(char) Append 2 strings (II),"('+163', '+141')",+163+141,list(char) -> list(char) -> list(char) Abbreviate separate words (IIII),"('S', 'Beata')",S.B.,list(char) -> list(char) -> list(char) Drop last 5 characters,"('Mcgaughey',)",Mcga,list(char) -> list(char) ensure suffix `568`,"('MD Hopkins 394',)",MD Hopkins 394568,list(char) -> list(char) Abbreviate separate words (III),"('692', 'Soderstrom')",6.S.,list(char) -> list(char) -> list(char) Take first character and append ' ',"('MI',)",M ,list(char) -> list(char) Extract word delimited by '(' - '(',"('14(Rowden(Jeanice(Acura125',)",Rowden,list(char) -> list(char) Replace '(' w/ '.',"('C(40',)",C.40,list(char) -> list(char) Append 2 strings (IIII),"('Marcus', '776')",Marcus776,list(char) -> list(char) -> list(char) nth (n=1) word delimited by '.',"('H.+7.Cortes.+169',)",+7,list(char) -> list(char) Take first 2 characters,"('334',)",33,list(char) -> list(char) Extract word delimited by '-' - ')',"('York-Mackenzie)Jacquiline)L',)",Mackenzie,list(char) -> list(char) Prepend '+174',"('851',)",+174851,list(char) -> list(char) Prepend 'UCLA',"('Sergienko',)",UCLASergienko,list(char) -> list(char) ensure suffix `Ramthun`,"('Ghoston Bobo Scalia Chism',)",Ghoston Bobo Scalia ChismRamthun,list(char) -> list(char) nth (n=0) word delimited by '-',"('Jeff-Lara-Karrie',)",Jeff,list(char) -> list(char) Append 2 strings (IIIIII),"('+199', '919')",+199919,list(char) -> list(char) -> list(char) "parentheses around word delimited by '.' & ','","('476.47,017',)","476.(47),017",list(char) -> list(char) Prepend '+174',"('52',)",+17452,list(char) -> list(char) First letters of words (IIIIII),"('43 390 Phillip',)",43P,list(char) -> list(char) Append two words delimited by ' ',"('Acura', 'Vena')",Acura Vena,list(char) -> list(char) -> list(char) "parentheses around word delimited by ',' & ','","(',548,43',)",",(548),43",list(char) -> list(char) parentheses around a single word (IIIII),"('York',)",(York),list(char) -> list(char) Take first character and append ' ',"('Alida',)",A ,list(char) -> list(char) parentheses around a single word (I),"('+140',)",(+140),list(char) -> list(char) Prepend 'Jani',"('Andria',)",JaniAndria,list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"('Spagnoli Marquess Gertude',)",Spagnoli (Marquess) Gertude,list(char) -> list(char) Append 'Beata',"('Eccleston',)",EcclestonBeata,list(char) -> list(char) "parentheses around word delimited by ',' & ' '","('29,10 Stefany +158',)","29,(10) Stefany +158",list(char) -> list(char) "Replace '-' w/ ','","('2-FreeHafer-+188',)","2,FreeHafer,+188",list(char) -> list(char) "nth (n=0) word delimited by ','","('R,Miah,Arbor',)",R,list(char) -> list(char) "Append two words delimited by '(,'","('50', '949')","50(,949",list(char) -> list(char) -> list(char) "Abbreviate words separated by ','","('Trinidad,58',)",T.5.,list(char) -> list(char) Extract word delimited by '(' - '(',"('Andria(Honda125(+75(Malissa',)",Honda125,list(char) -> list(char) Prepend 'Hornak',"('P',)",HornakP,list(char) -> list(char) ensure suffix `769`,"('Ducati125 A Eccleston +198769',)",Ducati125 A Eccleston +198769,list(char) -> list(char) nth (n=1) word delimited by '(',"('+188(45(+9',)",45,list(char) -> list(char) "Take first character and append ','","('56',)","5,",list(char) -> list(char) nth (n=0) word delimited by '.',"('Bradford.971.+180',)",Bradford,list(char) -> list(char) nth (n=1) word delimited by '(',"('Phialdelphia(+176(741(Ducati250',)",+176,list(char) -> list(char) Prepend 'Hornak',"('865',)",Hornak865,list(char) -> list(char) Extract word delimited by ')' - '-',"('+60)Lain-Ducati100-Bradford',)",Lain,list(char) -> list(char) First letters of words (IIII),"('Ducati250 Lashanda N Barbara',)",DLNB,list(char) -> list(char) Append 2 strings (IIIIII),"('Miah', '81')",Miah81,list(char) -> list(char) -> list(char) Drop last 1 characters,"('290',)",29,list(char) -> list(char) Drop last 4 characters,"('+167',)",,list(char) -> list(char) Drop last 3 characters,"('Hage',)",H,list(char) -> list(char) parentheses around a single word (III),"('NY',)",(NY),list(char) -> list(char) Append 2 strings (I),"('Georgina', '2')",Georgina2,list(char) -> list(char) -> list(char) Abbreviate separate words (III),"('+189', '856')",+.8.,list(char) -> list(char) -> list(char) nth (n=1) word delimited by '.',"('Ducati125.of.588.843',)",of,list(char) -> list(char) Append two words delimited by ' ',"('Mariel', 'Harvard')",Mariel Harvard,list(char) -> list(char) -> list(char) Append 'Dermody',"('Columbia',)",ColumbiaDermody,list(char) -> list(char) "drop first word delimited by ','","('Nancy,Beata,512,864',)","Beata,512,864",list(char) -> list(char) parentheses around a single word (IIII),"('+155',)",(+155),list(char) -> list(char) Prepend '170' to first word,"('Malissa W',)",170Malissa,list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"(' California +104,Teddy',)"," (California) +104,Teddy",list(char) -> list(char) Abbreviate words separated by ' ',"('938 Alida',)",9.A.,list(char) -> list(char) ensure suffix `Ramthun`,"('Annalisa Latimore ChismRamthun',)",Annalisa Latimore ChismRamthun,list(char) -> list(char) ensure suffix `Andria`,"('Madelaine +189Andria',)",Madelaine +189Andria,list(char) -> list(char) Abbreviate separate words (IIIIII),"('Lakenya', '62')",L.6.,list(char) -> list(char) -> list(char) Replace '.' w/ ')',"('622.270',)",622)270,list(char) -> list(char) "nth (n=0) word delimited by ','","('Neil,Heintz,Malissa,Berkeley',)",Neil,list(char) -> list(char) Replace ' ' w/ '(',"('035 Penn Hornak',)",035(Penn(Hornak,list(char) -> list(char) Prepend 'UCLA',"('MI',)",UCLAMI,list(char) -> list(char) Prepend 'Hornak',"('Mackenzie',)",HornakMackenzie,list(char) -> list(char) Append 2 strings (IIII),"('426', '369')",426369,list(char) -> list(char) -> list(char) "Extract word delimited by ')' - ','","('Cambridge)Storrs,449)10',)",Storrs,list(char) -> list(char) Abbreviate separate words (IIIIII),"('+81', 'Halpern')",+.H.,list(char) -> list(char) -> list(char) Prepend '+174',"('Jurgens',)",+174Jurgens,list(char) -> list(char) Abbreviate words separated by '-',"('941-162',)",9.1.,list(char) -> list(char) Append 2 strings (IIII),"('Seamons', 'Lakenya')",SeamonsLakenya,list(char) -> list(char) -> list(char) Append 2 strings (I),"('Richert', 'NY')",RichertNY,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by ' ',"('Park +183 186',)",186,list(char) -> list(char) Append '636',"('FreeHafer',)",FreeHafer636,list(char) -> list(char) Abbreviate words separated by ')',"('+196)253',)",+.2.,list(char) -> list(char) First letters of words (IIIII),"('46 439',)",44,list(char) -> list(char) Prepend 'Spell',"('Aylward',)",SpellAylward,list(char) -> list(char) Append two words delimited by ' ',"('2', '+151')",2 +151,list(char) -> list(char) -> list(char) "parentheses around word delimited by '.' & ','","('.DPhiladelphia,+132 G',)",".(DPhiladelphia),+132 G",list(char) -> list(char) parentheses around word delimited by '-' & '.',"('Lain-Edison.C-Temple',)",Lain-(Edison).C-Temple,list(char) -> list(char) First letters of words (III),"('Lango Babiarz R',)",LBR,list(char) -> list(char) Drop last 4 characters,"('Santa',)",S,list(char) -> list(char) Append 2 strings (II),"('245', 'Casler')",245Casler,list(char) -> list(char) -> list(char) drop first word delimited by '.',"('Angeles.+115.+140',)",+115.+140,list(char) -> list(char) Drop last 5 characters,"('Cencici',)",Ce,list(char) -> list(char) Prepend '+167' to first word,"('172 Hayley',)",+167172,list(char) -> list(char) nth (n=1) word delimited by '-',"('+155-Covelli-Constable-405',)",Covelli,list(char) -> list(char) nth (n=0) word delimited by '-',"('+172-Penn-Chilcott-E',)",+172,list(char) -> list(char) "Take first character and append ','","('Ramthun',)","R,",list(char) -> list(char) "Replace ',' w/ '('","('066,+106,Bobo,200',)",066(+106(Bobo(200,list(char) -> list(char) Replace ' ' w/ '(',"('+9 Rowden Reily',)",+9(Rowden(Reily,list(char) -> list(char) Prepend 'Ghoston' to first word,"('Samuel Hage',)",GhostonSamuel,list(char) -> list(char) Prepend 'Spell',"('+197',)",Spell+197,list(char) -> list(char) nth (n=0) word delimited by '.',"('505.+46',)",505,list(char) -> list(char) Replace '(' w/ '.',"('75(University',)",75.University,list(char) -> list(char) Drop last 1 characters,"('+130',)",+13,list(char) -> list(char) Append 2 strings (III),"('35', '981')",35981,list(char) -> list(char) -> list(char) drop first word delimited by ' ',"('141 Lashanda',)",Lashanda,list(char) -> list(char) Drop last 2 characters,"('Stefany',)",Stefa,list(char) -> list(char) "Extract word delimited by ',' - ','","('Barbara,+86,95,Urbana',)",+86,list(char) -> list(char) Take first 5 characters,"('Carlene',)",Carle,list(char) -> list(char) Take first 5 characters,"('Gregori',)",Grego,list(char) -> list(char) Append 2 strings (I),"('I', '+172')",I+172,list(char) -> list(char) -> list(char) parentheses around first word,"('018 +176 Houston',)",(018),list(char) -> list(char) nth (n=1) word delimited by '-',"('Kotas-028',)",028,list(char) -> list(char) Prepend '170' to first word,"('Malissa 500',)",170Malissa,list(char) -> list(char) Extract word delimited by '(' - '(',"('Montiel(Temple(Heintz(Teddy',)",Temple,list(char) -> list(char) Append 'Dermody',"('+5',)",+5Dermody,list(char) -> list(char) Take first character and append '(',"('82',)",8(,list(char) -> list(char) Append 'Beata',"('092',)",092Beata,list(char) -> list(char) Append two words delimited by ' ',"('051', '+174')",051 +174,list(char) -> list(char) -> list(char) Abbreviate words separated by '(',"('Jeanice(Acura',)",J.A.,list(char) -> list(char) "Extract word delimited by ',' - '.'","('86,+161.13,+7',)",+161,list(char) -> list(char) Abbreviate separate words (I),"('Irwin', 'Spell')",I.S.,list(char) -> list(char) -> list(char) Prepend '177' to first word,"('421 Annalisa',)",177421,list(char) -> list(char) Extract word delimited by '(' - '(',"('Ducati250(+183(Richert(Park',)",+183,list(char) -> list(char) "Abbreviate words separated by ','","('FreeHafer,Park',)",F.P.,list(char) -> list(char) "nth (n=0) word delimited by ','","('+115,+106',)",+115,list(char) -> list(char) "Extract word delimited by ')' - ','","('963)Kathlyn,Melodi,Spagnoli',)",Kathlyn,list(char) -> list(char) Abbreviate separate words (IIIII),"('Ducati125', '46')",D.4.,list(char) -> list(char) -> list(char) Append 2 strings (IIIIII),"('O', '765')",O765,list(char) -> list(char) -> list(char) First letters of words (IIII),"('CT FreeHafer Bogle',)",CFB,list(char) -> list(char) ensure suffix `Scalia`,"('Ramthun Beata Chism FreeHaferScalia',)",Ramthun Beata Chism FreeHaferScalia,list(char) -> list(char) "Append two words delimited by ','","('Acura100', '705')","Acura100,705",list(char) -> list(char) -> list(char) ensure suffix `568`,"('+194 517 Bobo568',)",+194 517 Bobo568,list(char) -> list(char) "nth (n=-1) word delimited by ','","('50,+9',)",+9,list(char) -> list(char) Extract word delimited by '-' - ')',"('155-Reily)Haven)+132',)",Reily,list(char) -> list(char) drop first word delimited by '.',"('598.849.854.Kimberley',)",849.854.Kimberley,list(char) -> list(char) Prepend 'Carlene' to first word,"('997 CA',)",Carlene997,list(char) -> list(char) "drop first word delimited by ','","('943,65,216,CA',)","65,216,CA",list(char) -> list(char) nth (n=-1) word delimited by '.',"('197.58',)",58,list(char) -> list(char) nth (n=-1) word delimited by ')',"('+42)+98)+115)Junkin',)",Junkin,list(char) -> list(char) nth (n=1) word delimited by ')',"('Mariel)Carlene)Ducati100)Jeff',)",Carlene,list(char) -> list(char) nth (n=-1) word delimited by ')',"('+151)50)Withers',)",Withers,list(char) -> list(char) Append 2 strings (III),"('Tobias', '58')",Tobias58,list(char) -> list(char) -> list(char) Drop last 1 characters,"('769',)",76,list(char) -> list(char) Take first 5 characters,"('Desiree',)",Desir,list(char) -> list(char) "nth (n=-1) word delimited by ','","('468,376',)",376,list(char) -> list(char) nth (n=0) word delimited by '.',"('Maryann.705.Barbara',)",Maryann,list(char) -> list(char) "parentheses around word delimited by ',' & ' '","(',551 Cencici 68',)",",(551) Cencici 68",list(char) -> list(char) Append two words delimited by '. ',"('62', 'Mackenzie')",62. Mackenzie,list(char) -> list(char) -> list(char) Take first 4 characters,"('Ducati250',)",Duca,list(char) -> list(char) Take first 2 characters,"('Stefany',)",St,list(char) -> list(char) nth (n=-1) word delimited by ' ',"('K 358 Jacquiline Columbia',)",Columbia,list(char) -> list(char) Take first 4 characters,"('Haven',)",Have,list(char) -> list(char) Prepend 'Carlene' to first word,"('+155 45',)",Carlene+155,list(char) -> list(char) Prepend 'Jani',"('Ithaca',)",JaniIthaca,list(char) -> list(char) First letters of words (I),"('81 Heintz Pannell',)",8HP,list(char) -> list(char) Take first character and append '(',"('020',)",0(,list(char) -> list(char) Abbreviate words separated by ')',"('83)56',)",8.5.,list(char) -> list(char) nth (n=1) word delimited by ' ',"('University Sergienko',)",Sergienko,list(char) -> list(char) parentheses around a single word (I),"('+176',)",(+176),list(char) -> list(char) "parentheses around word delimited by '.' & ','","('.+197,64',)",".(+197),64",list(char) -> list(char) nth (n=-1) word delimited by ' ',"('CA Vena 23 Hopkins',)",Hopkins,list(char) -> list(char) Prepend '170' to first word,"('Drexel Maryann',)",170Drexel,list(char) -> list(char) nth (n=-1) word delimited by ')',"('539)027)42',)",42,list(char) -> list(char) Append 2 strings (IIIIII),"('Garrard', '+141')",Garrard+141,list(char) -> list(char) -> list(char) Extract word delimited by '-' - ')',"('NY-Philadelphia)Ferrari-PA',)",Philadelphia,list(char) -> list(char) First letters of words (III),"('Trinidad 500 862',)",T58,list(char) -> list(char) Append two words delimited by ')',"('Storrs', 'Jacquiline')",Storrs)Jacquiline,list(char) -> list(char) -> list(char) Drop last 5 characters,"('Heintz',)",H,list(char) -> list(char) ensure suffix `Scalia`,"('Ducati250 HoustonScalia',)",Ducati250 HoustonScalia,list(char) -> list(char) Abbreviate words separated by '(',"('G(Partida',)",G.P.,list(char) -> list(char) ensure suffix `Columbia`,"('647 Seamons 40 Teddy',)",647 Seamons 40 TeddyColumbia,list(char) -> list(char) nth (n=0) word delimited by '(',"('B(23',)",B,list(char) -> list(char) Append 2 strings (IIII),"('141', '636')",141636,list(char) -> list(char) -> list(char) parentheses around a single word (IIIII),"('Acura',)",(Acura),list(char) -> list(char) Abbreviate words separated by '.',"('Cambridge.6',)",C.6.,list(char) -> list(char) ensure suffix `769`,"('520 T769',)",520 T769,list(char) -> list(char) Append two words delimited by '-',"('+196', 'O')",+196-O,list(char) -> list(char) -> list(char) ensure suffix `Ramthun`,"('107 CollegeRamthun',)",107 CollegeRamthun,list(char) -> list(char) Append two words delimited by '-',"('119', 'Harvard')",119-Harvard,list(char) -> list(char) -> list(char) Replace '(' w/ ')',"('Hornak(Q(Mackenzie',)",Hornak)Q)Mackenzie,list(char) -> list(char) "Append two words delimited by '(,'","('Ducati100', '+176')","Ducati100(,+176",list(char) -> list(char) -> list(char) Abbreviate words separated by '-',"('Mackenzie-K',)",M.K.,list(char) -> list(char) First letters of words (I),"('C 461 +140 Phillip',)",C4+P,list(char) -> list(char) parentheses around a single word (IIIII),"('68',)",(68),list(char) -> list(char) Replace ' ' w/ '(',"('Honda250 Casler Edison',)",Honda250(Casler(Edison,list(char) -> list(char) Extract word delimited by ')' - '-',"('141)Penn-Jani-Clasen',)",Penn,list(char) -> list(char) Append two words delimited by '.-',"('2', 'Kotas')",2.-Kotas,list(char) -> list(char) -> list(char) Append 2 strings (IIIII),"('Jacquiline', 'College')",JacquilineCollege,list(char) -> list(char) -> list(char) Append 'Cornell',"('715',)",715Cornell,list(char) -> list(char) parentheses around word delimited by ' ' & '-',"(' Reily-Withers,Urbana',)"," (Reily)-Withers,Urbana",list(char) -> list(char) nth (n=1) word delimited by '(',"('Andria(736(654',)",736,list(char) -> list(char) "Abbreviate words separated by ','","('Rice,883',)",R.8.,list(char) -> list(char) Abbreviate separate words (IIII),"('M', '145')",M.1.,list(char) -> list(char) -> list(char) "Extract word delimited by ',' - '.'","('CT,+118.Mariel.40',)",+118,list(char) -> list(char) Extract word delimited by '-' - ')',"('T-188)Brendan-736',)",188,list(char) -> list(char) "parentheses around word delimited by ',' & ' '","(',Samuel Stefany.+185',)",",(Samuel) Stefany.+185",list(char) -> list(char) "nth (n=1) word delimited by ','","('Tobias,986,FreeHafer,+9',)",986,list(char) -> list(char) drop first word delimited by ')',"('Mariel)+195',)",+195,list(char) -> list(char) Take first character and append '-',"('751',)",7-,list(char) -> list(char) Append '+138',"('Cornell',)",Cornell+138,list(char) -> list(char) nth (n=-1) word delimited by '-',"('Alaina-Jacquiline',)",Jacquiline,list(char) -> list(char) Append 'Angeles',"('Celsa',)",CelsaAngeles,list(char) -> list(char) Take first character and append ' ',"('Jan',)",J ,list(char) -> list(char) Append 2 strings (II),"('Spell', 'Los')",SpellLos,list(char) -> list(char) -> list(char) "Replace '-' w/ ','","('Georgina-Dr-Alida-Acura100',)","Georgina,Dr,Alida,Acura100",list(char) -> list(char) "parentheses around word delimited by ',' & ' '","('Dr,+104 45',)","Dr,(+104) 45",list(char) -> list(char) Drop last 4 characters,"('Andria',)",An,list(char) -> list(char) "drop first word delimited by ','","('+6,Micha,167',)","Micha,167",list(char) -> list(char) "Replace ',' w/ '.'","('Reily,Madelaine',)",Reily.Madelaine,list(char) -> list(char) nth (n=0) word delimited by '(',"('Pennsylvania(Marquess',)",Pennsylvania,list(char) -> list(char) nth (n=0) word delimited by ' ',"('268 14 +104',)",268,list(char) -> list(char) parentheses around second word,"('O Jeanice',)",(Jeanice),list(char) -> list(char) drop first word delimited by ' ',"('S 2 86 178',)",2 86 178,list(char) -> list(char) Take first character and append '.',"('+189',)",+.,list(char) -> list(char) Drop last 2 characters,"('MI',)",,list(char) -> list(char) nth (n=1) word delimited by '.',"('Karrie.Covelli.882.+129',)",Covelli,list(char) -> list(char) "parentheses around word delimited by ',' & ','","('Bess,994,Montiel',)","Bess,(994),Montiel",list(char) -> list(char) Drop last 2 characters,"('562',)",5,list(char) -> list(char) "Extract word delimited by ',' - ','","('7,Soderstrom,S,A',)",Soderstrom,list(char) -> list(char) parentheses around a single word (IIII),"('+176',)",(+176),list(char) -> list(char) drop first word delimited by '(',"('75(Rice',)",Rice,list(char) -> list(char) ensure suffix `997`,"('+163 +129997',)",+163 +129997,list(char) -> list(char) "Replace '-' w/ ','","('+138-Irwin-46',)","+138,Irwin,46",list(char) -> list(char) ensure suffix `568`,"('+47 P568',)",+47 P568,list(char) -> list(char) Prepend '+174',"('S',)",+174S,list(char) -> list(char) nth (n=0) word delimited by ')',"('Lara)+176',)",Lara,list(char) -> list(char) Append two words delimited by '. ',"('Philadelphia', '433')",Philadelphia. 433,list(char) -> list(char) -> list(char) Take first 2 characters,"('Dermody',)",De,list(char) -> list(char) Abbreviate separate words (IIII),"('413', 'Acura')",4.A.,list(char) -> list(char) -> list(char) ensure suffix `997`,"('Hopkins 701 F',)",Hopkins 701 F997,list(char) -> list(char) Prepend 'Sergienko',"('009',)",Sergienko009,list(char) -> list(char) Take first character and append '.',"('+46',)",+.,list(char) -> list(char) Prepend 'Ghoston' to first word,"('FreeHafer 47',)",GhostonFreeHafer,list(char) -> list(char) Drop last 1 characters,"('Latimore',)",Latimor,list(char) -> list(char) Take first 3 characters,"('598',)",598,list(char) -> list(char) drop first word delimited by ')',"('Jenee)Jenee)151)UC',)",Jenee)151)UC,list(char) -> list(char) "parentheses around word delimited by ',' & ','","('100,066,Annalisa',)","100,(066),Annalisa",list(char) -> list(char) First letters of words (IIII),"('310 817 Q +185',)",38Q+,list(char) -> list(char) Prepend 'Spell',"('+105',)",Spell+105,list(char) -> list(char) "Append two words delimited by '(,'","('245', '18')","245(,18",list(char) -> list(char) -> list(char) Append two words delimited by '.',"('R', 'Rowden')",R.Rowden,list(char) -> list(char) -> list(char) Abbreviate separate words (III),"('038', 'Hornak')",0.H.,list(char) -> list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"('Honda250 Melodi +9-Kotas',)",Honda250 (Melodi) +9-Kotas,list(char) -> list(char) Prepend 'Sergienko',"('Barbara',)",SergienkoBarbara,list(char) -> list(char) Drop last 5 characters,"('Ferrari250',)",Ferra,list(char) -> list(char) Append 'Cornell',"('Akiyama',)",AkiyamaCornell,list(char) -> list(char) Append '+138',"('512',)",512+138,list(char) -> list(char) Append 'Angeles',"('469',)",469Angeles,list(char) -> list(char) "drop first word delimited by ','","('Rice,Partida,894,40',)","Partida,894,40",list(char) -> list(char) Abbreviate words separated by ' ',"('038 Cruz',)",0.C.,list(char) -> list(char) Drop last 3 characters,"('857',)",,list(char) -> list(char) Append two words delimited by ' -',"('2', 'J')",2 -J,list(char) -> list(char) -> list(char) ensure suffix `Scalia`,"('Angeles T N',)",Angeles T NScalia,list(char) -> list(char) parentheses around a single word (III),"('Park',)",(Park),list(char) -> list(char) Abbreviate separate words (IIIIII),"('25', '488')",2.4.,list(char) -> list(char) -> list(char) "Append two words delimited by ','","('Pennsylvania', '+198')","Pennsylvania,+198",list(char) -> list(char) -> list(char) Prepend 'Jani',"('25',)",Jani25,list(char) -> list(char) Abbreviate words separated by ' ',"('Annalisa College',)",A.C.,list(char) -> list(char) Prepend 'Ghoston' to first word,"('720 588',)",Ghoston720,list(char) -> list(char) ensure suffix `769`,"('Andria +140 Spell',)",Andria +140 Spell769,list(char) -> list(char) Append two words delimited by ')',"('Vena', 'Eccleston')",Vena)Eccleston,list(char) -> list(char) -> list(char) Take first character and append '-',"('Chong',)",C-,list(char) -> list(char) Prepend '177' to first word,"('566 14',)",177566,list(char) -> list(char) "Replace ',' w/ '('","('+132,Tobias',)",+132(Tobias,list(char) -> list(char) Take first character and append '-',"('+158',)",+-,list(char) -> list(char) ensure suffix `997`,"('Quashie Miah',)",Quashie Miah997,list(char) -> list(char) ensure suffix `Columbia`,"('Ferrari250 +58 AndrewColumbia',)",Ferrari250 +58 AndrewColumbia,list(char) -> list(char) "Extract word delimited by ')' - ','","('+104)+58,Ramthun,Bobo',)",+58,list(char) -> list(char) Append 2 strings (II),"('I', 'P')",IP,list(char) -> list(char) -> list(char) "Replace ',' w/ '.'","('Ducati,+147',)",Ducati.+147,list(char) -> list(char) nth (n=1) word delimited by '.',"('Bogle.Jani',)",Jani,list(char) -> list(char) Append two words delimited by '(',"('PA', 'Dermody')",PA(Dermody,list(char) -> list(char) -> list(char) "Replace '-' w/ ','","('834-Cruz-+197-Clasen',)","834,Cruz,+197,Clasen",list(char) -> list(char) Prepend '086' to first word,"('Georgina 72',)",086Georgina,list(char) -> list(char) Abbreviate words separated by '.',"('T.81',)",T.8.,list(char) -> list(char) "Take first character and append ','","('546',)","5,",list(char) -> list(char) "Abbreviate words separated by ','","('R,+108',)",R.+.,list(char) -> list(char) Prepend '086' to first word,"('35 Lara',)",08635,list(char) -> list(char) parentheses around a single word (III),"('Lain',)",(Lain),list(char) -> list(char) Append 'Beata',"('997',)",997Beata,list(char) -> list(char) parentheses around a single word (II),"('Honda',)",(Honda),list(char) -> list(char) "Extract word delimited by ',' - ','","('+75,FreeHafer,861,Babiarz',)",FreeHafer,list(char) -> list(char) parentheses around word delimited by ' ' & '-',"('+151 Annalisa-Phillip-Pennsylvania',)",+151 (Annalisa)-Phillip-Pennsylvania,list(char) -> list(char) Take first character and append ')',"('+169',)",+),list(char) -> list(char) Abbreviate separate words (IIIIII),"('O', 'Dr')",O.D.,list(char) -> list(char) -> list(char) First letters of words (IIII),"('Spell 865 169 095',)",S810,list(char) -> list(char) ensure suffix `Ramthun`,"('Bogle Miah Honda250 Trinidad',)",Bogle Miah Honda250 TrinidadRamthun,list(char) -> list(char) Append two words delimited by '-',"('Constable', '+197')",Constable-+197,list(char) -> list(char) -> list(char) Prepend 'Jani',"('Honda550',)",JaniHonda550,list(char) -> list(char) First letters of words (IIIII),"('751 Drexel L J',)",7DLJ,list(char) -> list(char) Append two words delimited by ' -',"('779', 'Withers')",779 -Withers,list(char) -> list(char) -> list(char) Append two words delimited by '..',"('568', 'Teddy')",568..Teddy,list(char) -> list(char) -> list(char) Append 2 strings (IIIII),"('Madelaine', '29')",Madelaine29,list(char) -> list(char) -> list(char) Append 2 strings (IIIII),"('Alaina', '7')",Alaina7,list(char) -> list(char) -> list(char) Abbreviate separate words (II),"('395', '082')",3.0.,list(char) -> list(char) -> list(char) drop first word delimited by '-',"('62-Temple',)",Temple,list(char) -> list(char) Prepend 'Ghoston' to first word,"('125 +118',)",Ghoston125,list(char) -> list(char) parentheses around first word,"('415 +115 484',)",(415),list(char) -> list(char) parentheses around a single word (IIIII),"('Halpern',)",(Halpern),list(char) -> list(char) Abbreviate separate words (I),"('+118', '894')",+.8.,list(char) -> list(char) -> list(char) Drop last 3 characters,"('Brescia',)",Bres,list(char) -> list(char) Abbreviate words separated by '(',"('+180(P',)",+.P.,list(char) -> list(char) drop first word delimited by ')',"('Heintz)Babiarz)University',)",Babiarz)University,list(char) -> list(char) Abbreviate separate words (III),"('+174', 'Lain')",+.L.,list(char) -> list(char) -> list(char) ensure suffix `Andria`,"('+13 20 +7',)",+13 20 +7Andria,list(char) -> list(char) Append '636',"('844',)",844636,list(char) -> list(char) "nth (n=1) word delimited by ','","('473,Phialdelphia',)",Phialdelphia,list(char) -> list(char) Prepend 'Carlene' to first word,"('43 927',)",Carlene43,list(char) -> list(char) nth (n=1) word delimited by ')',"('UC)+176)Jeanice)+174',)",+176,list(char) -> list(char) Take first character and append '-',"('Scalia',)",S-,list(char) -> list(char) Append two words delimited by ' ',"('Malissa', 'Philadelphia')",Malissa Philadelphia,list(char) -> list(char) -> list(char) Replace '-' w/ ' ',"('+183-13',)",+183 13,list(char) -> list(char) First letters of words (III),"('+5 Urbana',)",+U,list(char) -> list(char) First letters of words (IIIIII),"('888 Penn 50 UC',)",8P5U,list(char) -> list(char) Extract word delimited by ')' - '-',"('Cruz)+188-Maryann)183',)",+188,list(char) -> list(char) Append two words delimited by '(',"('204', 'Elias')",204(Elias,list(char) -> list(char) -> list(char) Take first 2 characters,"('+2',)",+2,list(char) -> list(char) parentheses around a single word (II),"('B',)",(B),list(char) -> list(char) Abbreviate separate words (IIIII),"('50', 'PA')",5.P.,list(char) -> list(char) -> list(char) Append two words delimited by '(',"('176', 'C')",176(C,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by '-',"('+172-University-College',)",College,list(char) -> list(char) Take first character and append ')',"('83',)",8),list(char) -> list(char) Append two words delimited by '..',"('Vena', '50')",Vena..50,list(char) -> list(char) -> list(char) Append two words delimited by '..',"('Spagnoli', 'Hornak')",Spagnoli..Hornak,list(char) -> list(char) -> list(char) nth (n=1) word delimited by '-',"('Launa-Hornak',)",Hornak,list(char) -> list(char) Abbreviate separate words (IIII),"('+140', 'Partida')",+.P.,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by ' ',"('Edison 29 938 W',)",W,list(char) -> list(char) Append two words delimited by '.',"('632', '836')",632.836,list(char) -> list(char) -> list(char) nth (n=0) word delimited by ')',"('E)844',)",E,list(char) -> list(char) Append two words delimited by '.-',"('Philadelphia', '6')",Philadelphia.-6,list(char) -> list(char) -> list(char) parentheses around a single word (II),"('426',)",(426),list(char) -> list(char) First letters of words (I),"('Andria Richert 652 Penn',)",AR6P,list(char) -> list(char) Abbreviate words separated by '.',"('Spagnoli.734',)",S.7.,list(char) -> list(char) Abbreviate words separated by '.',"('817.33',)",8.3.,list(char) -> list(char) Take first 4 characters,"('+106',)",+106,list(char) -> list(char) nth (n=1) word delimited by ' ',"('+132 Annalisa Mcgaughey Ferrari',)",Annalisa,list(char) -> list(char) Prepend 'Hornak',"('H',)",HornakH,list(char) -> list(char) Abbreviate words separated by '-',"('Cruz-150',)",C.1.,list(char) -> list(char) First letters of words (IIIII),"('Honda550 +180 Q',)",H+Q,list(char) -> list(char) Take first character and append ')',"('414',)",4),list(char) -> list(char) Take first 4 characters,"('Reily',)",Reil,list(char) -> list(char) Abbreviate words separated by ' ',"('+104 Hayley',)",+.H.,list(char) -> list(char) First letters of words (IIIII),"('Dr UC K Rowden',)",DUKR,list(char) -> list(char) parentheses around second word,"('California 86',)",(86),list(char) -> list(char) Append two words delimited by ' ',"('Lain', 'Irwin')",Lain Irwin,list(char) -> list(char) -> list(char) Prepend '+167' to first word,"('Madelaine Carlene',)",+167Madelaine,list(char) -> list(char) Abbreviate words separated by '-',"('Kathlyn-Beata',)",K.B.,list(char) -> list(char) First letters of words (II),"('438 20 MA FreeHafer',)",42MF,list(char) -> list(char) Abbreviate separate words (I),"('Dermody', 'D')",D.D.,list(char) -> list(char) -> list(char) Replace '.' w/ ')',"('Beata.21.119',)",Beata)21)119,list(char) -> list(char) Prepend 'Spell',"('358',)",Spell358,list(char) -> list(char) Append '636',"('Bess',)",Bess636,list(char) -> list(char) Append two words delimited by ' -',"('Q', 'Phillip')",Q -Phillip,list(char) -> list(char) -> list(char) Abbreviate separate words (II),"('Gertude', 'Dermody')",G.D.,list(char) -> list(char) -> list(char) parentheses around word delimited by ' ' & '-',"(' +194-9',)", (+194)-9,list(char) -> list(char) nth (n=0) word delimited by '.',"('B.25.Jeanice',)",B,list(char) -> list(char) parentheses around word delimited by '-' & '.',"('9-Ducati125.976.Alida',)",9-(Ducati125).976.Alida,list(char) -> list(char) Take first character and append '(',"('Pennsylvania',)",P(,list(char) -> list(char) nth (n=1) word delimited by '-',"('504-Jeanice-K',)",Jeanice,list(char) -> list(char) Append 'Beata',"('S',)",SBeata,list(char) -> list(char) Replace '-' w/ ' ',"('+106-Yale-+130-+141',)",+106 Yale +130 +141,list(char) -> list(char) Prepend '086' to first word,"('Ducati Penn',)",086Ducati,list(char) -> list(char) Abbreviate words separated by ')',"('585)13',)",5.1.,list(char) -> list(char) parentheses around first word,"('TX 33 Pennsylvania',)",(TX),list(char) -> list(char) nth (n=0) word delimited by ' ',"('42 597 J',)",42,list(char) -> list(char) Drop last 2 characters,"('Nancy',)",Nan,list(char) -> list(char) Append two words delimited by '.-',"('Mackenzie', '163')",Mackenzie.-163,list(char) -> list(char) -> list(char) drop first word delimited by '-',"('Coralee-862',)",862,list(char) -> list(char) nth (n=1) word delimited by '(',"('W(517(+199',)",517,list(char) -> list(char) parentheses around first word,"('+108 29 95 +196 332',)",(+108),list(char) -> list(char) "Take first character and append ','","('Covelli',)","C,",list(char) -> list(char) Take first character and append ')',"('DPhiladelphia',)",D),list(char) -> list(char) Append 'Cornell',"('IL',)",ILCornell,list(char) -> list(char) drop first word delimited by ' ',"('386 Georgina 720 141',)",Georgina 720 141,list(char) -> list(char) Prepend '177' to first word,"('Jacqualine +180',)",177Jacqualine,list(char) -> list(char) "Replace ',' w/ '('","('820,Connecticut',)",820(Connecticut,list(char) -> list(char) Replace '-' w/ ' ',"('Jacqualine-62',)",Jacqualine 62,list(char) -> list(char) "Extract word delimited by ',' - '.'","('426,Lain.45,Honda125',)",Lain,list(char) -> list(char) Prepend 'UCLA',"('Ferrari',)",UCLAFerrari,list(char) -> list(char) Replace '(' w/ ' ',"('+194(Alaina',)",+194 Alaina,list(char) -> list(char) drop first word delimited by '.',"('Jenee.21.80.Soderstrom',)",21.80.Soderstrom,list(char) -> list(char) nth (n=1) word delimited by ')',"('R)+144',)",+144,list(char) -> list(char) nth (n=-1) word delimited by '-',"('21-of',)",of,list(char) -> list(char) "Replace ',' w/ '.'","('017,Celsa',)",017.Celsa,list(char) -> list(char) Append two words delimited by '.',"('Bradford', 'Beata')",Bradford.Beata,list(char) -> list(char) -> list(char) drop first word delimited by '.',"('Acura.Urbana',)",Urbana,list(char) -> list(char) drop first word delimited by ')',"('Jeanice)+194)+189)491',)",+194)+189)491,list(char) -> list(char) nth (n=1) word delimited by ')',"('Partida)FreeHafer)+130)D',)",FreeHafer,list(char) -> list(char) Extract word delimited by ')' - '-',"('+144)060-Soderstrom)68',)",060,list(char) -> list(char) ensure suffix `Columbia`,"('158 Quashie Hage',)",158 Quashie HageColumbia,list(char) -> list(char) nth (n=-1) word delimited by '(',"('684(Ghoston',)",Ghoston,list(char) -> list(char) Append two words delimited by '. ',"('Haven', '575')",Haven. 575,list(char) -> list(char) -> list(char) nth (n=0) word delimited by ' ',"('Brescia A 56',)",Brescia,list(char) -> list(char) nth (n=-1) word delimited by '.',"('+118.Mulloy.56',)",56,list(char) -> list(char) Abbreviate separate words (II),"('York', 'Madelaine')",Y.M.,list(char) -> list(char) -> list(char) parentheses around second word,"('Trinidad 311 33',)",(311),list(char) -> list(char) "Extract word delimited by ',' - '.'","('504,566.20.F',)",566,list(char) -> list(char) nth (n=-1) word delimited by '.',"('N.Annalisa.Houston',)",Houston,list(char) -> list(char) parentheses around a single word (III),"('Ducati',)",(Ducati),list(char) -> list(char) nth (n=0) word delimited by '(',"('Lango(Desiree',)",Lango,list(char) -> list(char) First letters of words (II),"('Celsa Latimore',)",CL,list(char) -> list(char) nth (n=0) word delimited by '(',"('C(98',)",C,list(char) -> list(char) "Extract word delimited by ')' - ','","('244)Karrie,Lashanda)Kimberley',)",Karrie,list(char) -> list(char) Take first 3 characters,"('Vena',)",Ven,list(char) -> list(char) Replace '-' w/ ' ',"('759-Bogle',)",759 Bogle,list(char) -> list(char) nth (n=1) word delimited by ' ',"('29 Ferrari250',)",Ferrari250,list(char) -> list(char) Replace '(' w/ ')',"('+194(+185(+147(Rice',)",+194)+185)+147)Rice,list(char) -> list(char) nth (n=0) word delimited by ')',"('+105)046)Casler',)",+105,list(char) -> list(char) parentheses around a single word (I),"('Withers',)",(Withers),list(char) -> list(char) Append two words delimited by ')',"('42', '959')",42)959,list(char) -> list(char) -> list(char) Prepend '170' to first word,"('of Latimore',)",170of,list(char) -> list(char) Append 2 strings (III),"('25', '176')",25176,list(char) -> list(char) -> list(char) Append 'Angeles',"('+199',)",+199Angeles,list(char) -> list(char) drop first word delimited by '(',"('Barbara(Temple(Samuel',)",Temple(Samuel,list(char) -> list(char) "nth (n=0) word delimited by ','","('MA,B,+95',)",MA,list(char) -> list(char) Take first character and append '(',"('Melodi',)",M(,list(char) -> list(char) Prepend 'UCLA',"('Santa',)",UCLASanta,list(char) -> list(char) "Append two words delimited by ','","('UIUC', '608')","UIUC,608",list(char) -> list(char) -> list(char) "Append two words delimited by ','","('2', 'Garrard')","2,Garrard",list(char) -> list(char) -> list(char) Abbreviate words separated by ')',"('Coralee)Rowden',)",C.R.,list(char) -> list(char) nth (n=-1) word delimited by '.',"('Latimore.Joaquin.Bobo.G',)",G,list(char) -> list(char) Replace '(' w/ '.',"('155(Edison(CA(29',)",155.Edison.CA.29,list(char) -> list(char) Append '+138',"('Hopkins',)",Hopkins+138,list(char) -> list(char) Take first character and append ' ',"('Brescia',)",B ,list(char) -> list(char) "Replace ',' w/ '('","('Nancy,334,611,+172',)",Nancy(334(611(+172,list(char) -> list(char) First letters of words (II),"('6 Kimberley 095',)",6K0,list(char) -> list(char) First letters of words (IIIIII),"('21 B',)",2B,list(char) -> list(char) Drop last 3 characters,"('012',)",,list(char) -> list(char) Prepend 'Sergienko',"('Stefany',)",SergienkoStefany,list(char) -> list(char) Replace ' ' w/ '(',"('52 622',)",52(622,list(char) -> list(char) Prepend 'Carlene' to first word,"('Gertude +198',)",CarleneGertude,list(char) -> list(char) Take first character and append '.',"('290',)",2.,list(char) -> list(char) "nth (n=-1) word delimited by ','","('+194,Scalia,Montiel,Ghoston',)",Ghoston,list(char) -> list(char) Append 'Dermody',"('085',)",085Dermody,list(char) -> list(char) nth (n=0) word delimited by '-',"('64-836-197-Michigan',)",64,list(char) -> list(char) Append two words delimited by ' -',"('622', 'Andrew')",622 -Andrew,list(char) -> list(char) -> list(char) Append two words delimited by ' ',"('35', 'Rowden')",35 Rowden,list(char) -> list(char) -> list(char) drop first word delimited by '(',"('+9(Urbana',)",Urbana,list(char) -> list(char) ensure suffix `Columbia`,"('Cambridge MD 875 Ducati125',)",Cambridge MD 875 Ducati125Columbia,list(char) -> list(char) nth (n=0) word delimited by ')',"('L)40)591)W',)",L,list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"('94 Heintz Q',)",94 (Heintz) Q,list(char) -> list(char) "Append two words delimited by '(,'","('Harvard', '+183')","Harvard(,+183",list(char) -> list(char) -> list(char) nth (n=-1) word delimited by '-',"('473-Nancy-980-166',)",166,list(char) -> list(char) Abbreviate separate words (IIIII),"('21', '169')",2.1.,list(char) -> list(char) -> list(char) Append 'Angeles',"('Spell',)",SpellAngeles,list(char) -> list(char) Replace '(' w/ ')',"('14(Micha',)",14)Micha,list(char) -> list(char) nth (n=-1) word delimited by '(',"('Scalia(65',)",65,list(char) -> list(char) Take first 3 characters,"('Trinidad',)",Tri,list(char) -> list(char) Take first 5 characters,"('Ducati250',)",Ducat,list(char) -> list(char) ensure suffix `Scalia`,"('UIUC 526',)",UIUC 526Scalia,list(char) -> list(char) parentheses around word delimited by '-' & '.',"('-Spell.Rowden Arbor',)",-(Spell).Rowden Arbor,list(char) -> list(char) "nth (n=1) word delimited by ','","('Arbor,Scalia,Seamons,847',)",Scalia,list(char) -> list(char) Append two words delimited by ' ',"('+155', 'Bobo')",+155 Bobo,list(char) -> list(char) -> list(char) Replace '(' w/ '.',"('Spagnoli(7(Seamons',)",Spagnoli.7.Seamons,list(char) -> list(char) parentheses around a single word (IIII),"('986',)",(986),list(char) -> list(char) Prepend '177' to first word,"('Alaina +141',)",177Alaina,list(char) -> list(char) drop first word delimited by '(',"('Ducati(969(+144(Olague',)",969(+144(Olague,list(char) -> list(char) Take first 3 characters,"('766',)",766,list(char) -> list(char) Abbreviate words separated by '(',"('048(Joaquin',)",0.J.,list(char) -> list(char) First letters of words (II),"('365 Aylward',)",3A,list(char) -> list(char) Append '+138',"('TX',)",TX+138,list(char) -> list(char) drop first word delimited by '-',"('California-+158-Ghoston-82',)",+158-Ghoston-82,list(char) -> list(char) "parentheses around word delimited by ',' & ','","('+174,Bradford,University',)","+174,(Bradford),University",list(char) -> list(char) Replace '(' w/ ' ',"('CT(Heintz(Cornell(Phillip',)",CT Heintz Cornell Phillip,list(char) -> list(char) Append two words delimited by '..',"('Ferrari', 'Angeles')",Ferrari..Angeles,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by '(',"('N(Spell(Babiarz(MD',)",MD,list(char) -> list(char) drop first word delimited by '-',"('Cambridge-+7-+140-29',)",+7-+140-29,list(char) -> list(char) "Replace ',' w/ '.'","('+197,980,Hage,Cencici',)",+197.980.Hage.Cencici,list(char) -> list(char) Append 2 strings (III),"('Cambridge', 'Honda550')",CambridgeHonda550,list(char) -> list(char) -> list(char) nth (n=1) word delimited by ' ',"('Soderstrom Scalia',)",Scalia,list(char) -> list(char) parentheses around word delimited by '-' & '.',"('-Haven.80',)",-(Haven).80,list(char) -> list(char) Take first character and append '.',"('Marquess',)",M.,list(char) -> list(char) Replace '(' w/ ')',"('Babiarz(Annalisa(+151(Samuel',)",Babiarz)Annalisa)+151)Samuel,list(char) -> list(char) First letters of words (III),"('000 Dermody +196',)",0D+,list(char) -> list(char) "nth (n=1) word delimited by ','","('Sergienko,009,Jacquiline,Sergienko',)",009,list(char) -> list(char) ensure suffix `568`,"('+23 10 IL 844',)",+23 10 IL 844568,list(char) -> list(char) Prepend '086' to first word,"('18 Miah',)",08618,list(char) -> list(char) parentheses around second word,"('856 +138 424 Montiel',)",(+138),list(char) -> list(char) "parentheses around word delimited by '.' & ','","('20.066,TX-Pannell',)","20.(066),TX-Pannell",list(char) -> list(char) First letters of words (I),"('+118 Chism 428 Acura100',)",+C4A,list(char) -> list(char) Replace '(' w/ ' ',"('377(209(+118',)",377 209 +118,list(char) -> list(char) "Extract word delimited by ',' - ','","('Jeff,Scalia,Gertude,877',)",Scalia,list(char) -> list(char) Prepend '+167' to first word,"('+169 29',)",+167+169,list(char) -> list(char) ensure suffix `Andria`,"('+68 +161 Heintz York',)",+68 +161 Heintz YorkAndria,list(char) -> list(char) parentheses around word delimited by ' ' & '-',"(' Barbara-Mackenzie',)", (Barbara)-Mackenzie,list(char) -> list(char) Append two words delimited by '.-',"('Salley', '29')",Salley.-29,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by ')',"('T)+197',)",+197,list(char) -> list(char) Append two words delimited by '-',"('47', 'NY')",47-NY,list(char) -> list(char) -> list(char) Append 'Dermody',"('29',)",29Dermody,list(char) -> list(char) ensure suffix `997`,"('Marcus +108 Ramthun Rudolf',)",Marcus +108 Ramthun Rudolf997,list(char) -> list(char) Abbreviate separate words (I),"('62', 'Ramthun')",6.R.,list(char) -> list(char) -> list(char) Prepend '+167' to first word,"('Launa 845',)",+167Launa,list(char) -> list(char) Append 2 strings (IIIII),"('Soderstrom', '+199')",Soderstrom+199,list(char) -> list(char) -> list(char) parentheses around a single word (I),"('Halpern',)",(Halpern),list(char) -> list(char) nth (n=0) word delimited by ' ',"('Q +108 Desiree',)",Q,list(char) -> list(char) Replace '.' w/ ')',"('Lakenya.876.18.064',)",Lakenya)876)18)064,list(char) -> list(char) Abbreviate separate words (IIIII),"('Mulloy', 'V')",M.V.,list(char) -> list(char) -> list(char) Append two words delimited by '. ',"('771', '5')",771. 5,list(char) -> list(char) -> list(char) ensure suffix `769`,"('+169 +163 +129 46',)",+169 +163 +129 46769,list(char) -> list(char) nth (n=0) word delimited by '-',"('Olague-Bradford-+115-N',)",Olague,list(char) -> list(char) parentheses around a single word (II),"('29',)",(29),list(char) -> list(char) Replace '.' w/ ')',"('83.Ramthun',)",83)Ramthun,list(char) -> list(char) Prepend 'Sergienko',"('F',)",SergienkoF,list(char) -> list(char) Append 2 strings (I),"('Phialdelphia', '40')",Phialdelphia40,list(char) -> list(char) -> list(char) Append '636',"('C',)",C636,list(char) -> list(char) Replace '(' w/ ' ',"('Nancy(Houston',)",Nancy Houston,list(char) -> list(char) Append two words delimited by ')',"('Park', 'Hopkins')",Park)Hopkins,list(char) -> list(char) -> list(char) Append 'Cornell',"('101',)",101Cornell,list(char) -> list(char) Drop last 4 characters,"('Jenee',)",J,list(char) -> list(char) "nth (n=-1) word delimited by ','","('144,Honda550,Hopkins',)",Hopkins,list(char) -> list(char) parentheses around a single word (IIII),"('Harvard',)",(Harvard),list(char) -> list(char) drop first word delimited by ' ',"('Bess Berkeley',)",Berkeley,list(char) -> list(char) nth (n=-1) word delimited by '(',"('Berkeley(557(29',)",29,list(char) -> list(char) Abbreviate separate words (II),"('Hayley', 'Ferrari')",H.F.,list(char) -> list(char) -> list(char) ensure suffix `Andria`,"('Hornak 575 MA JacquilineAndria',)",Hornak 575 MA JacquilineAndria,list(char) -> list(char) Append two words delimited by '.',"('+2', 'Jacquiline')",+2.Jacquiline,list(char) -> list(char) -> list(char) First letters of words (IIIIII),"('+155 174 Dr Haven',)",+1DH,list(char) -> list(char) Append two words delimited by '(',"('Q', 'Ducati250')",Q(Ducati250,list(char) -> list(char) -> list(char) Append 2 strings (II),"('+163', '+141')",+163+141,list(char) -> list(char) -> list(char) Abbreviate separate words (IIII),"('S', 'Beata')",S.B.,list(char) -> list(char) -> list(char) Drop last 5 characters,"('Mcgaughey',)",Mcga,list(char) -> list(char) ensure suffix `568`,"('MD Hopkins 394',)",MD Hopkins 394568,list(char) -> list(char) Abbreviate separate words (III),"('692', 'Soderstrom')",6.S.,list(char) -> list(char) -> list(char) Take first character and append ' ',"('MI',)",M ,list(char) -> list(char) Extract word delimited by '(' - '(',"('14(Rowden(Jeanice(Acura125',)",Rowden,list(char) -> list(char) Replace '(' w/ '.',"('C(40',)",C.40,list(char) -> list(char) Append 2 strings (IIII),"('Marcus', '776')",Marcus776,list(char) -> list(char) -> list(char) nth (n=1) word delimited by '.',"('H.+7.Cortes.+169',)",+7,list(char) -> list(char) Take first 2 characters,"('334',)",33,list(char) -> list(char) Extract word delimited by '-' - ')',"('York-Mackenzie)Jacquiline)L',)",Mackenzie,list(char) -> list(char) Prepend '+174',"('851',)",+174851,list(char) -> list(char) Prepend 'UCLA',"('Sergienko',)",UCLASergienko,list(char) -> list(char) ensure suffix `Ramthun`,"('Ghoston Bobo Scalia Chism',)",Ghoston Bobo Scalia ChismRamthun,list(char) -> list(char) nth (n=0) word delimited by '-',"('Jeff-Lara-Karrie',)",Jeff,list(char) -> list(char) Append 2 strings (IIIIII),"('+199', '919')",+199919,list(char) -> list(char) -> list(char) "parentheses around word delimited by '.' & ','","('476.47,017',)","476.(47),017",list(char) -> list(char) Prepend '+174',"('52',)",+17452,list(char) -> list(char) First letters of words (IIIIII),"('43 390 Phillip',)",43P,list(char) -> list(char) Append two words delimited by ' ',"('Acura', 'Vena')",Acura Vena,list(char) -> list(char) -> list(char) "parentheses around word delimited by ',' & ','","(',548,43',)",",(548),43",list(char) -> list(char) parentheses around a single word (IIIII),"('York',)",(York),list(char) -> list(char) Take first character and append ' ',"('Alida',)",A ,list(char) -> list(char) parentheses around a single word (I),"('+140',)",(+140),list(char) -> list(char) Prepend 'Jani',"('Andria',)",JaniAndria,list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"('Spagnoli Marquess Gertude',)",Spagnoli (Marquess) Gertude,list(char) -> list(char) Append 'Beata',"('Eccleston',)",EcclestonBeata,list(char) -> list(char) "parentheses around word delimited by ',' & ' '","('29,10 Stefany +158',)","29,(10) Stefany +158",list(char) -> list(char) "Replace '-' w/ ','","('2-FreeHafer-+188',)","2,FreeHafer,+188",list(char) -> list(char) "nth (n=0) word delimited by ','","('R,Miah,Arbor',)",R,list(char) -> list(char) "Append two words delimited by '(,'","('50', '949')","50(,949",list(char) -> list(char) -> list(char) "Abbreviate words separated by ','","('Trinidad,58',)",T.5.,list(char) -> list(char) Extract word delimited by '(' - '(',"('Andria(Honda125(+75(Malissa',)",Honda125,list(char) -> list(char) Prepend 'Hornak',"('P',)",HornakP,list(char) -> list(char) ensure suffix `769`,"('Ducati125 A Eccleston +198769',)",Ducati125 A Eccleston +198769,list(char) -> list(char) nth (n=1) word delimited by '(',"('+188(45(+9',)",45,list(char) -> list(char) "Take first character and append ','","('56',)","5,",list(char) -> list(char) nth (n=0) word delimited by '.',"('Bradford.971.+180',)",Bradford,list(char) -> list(char) nth (n=1) word delimited by '(',"('Phialdelphia(+176(741(Ducati250',)",+176,list(char) -> list(char) Prepend 'Hornak',"('865',)",Hornak865,list(char) -> list(char) Extract word delimited by ')' - '-',"('+60)Lain-Ducati100-Bradford',)",Lain,list(char) -> list(char) First letters of words (IIII),"('Ducati250 Lashanda N Barbara',)",DLNB,list(char) -> list(char) Append 2 strings (IIIIII),"('Miah', '81')",Miah81,list(char) -> list(char) -> list(char) Drop last 1 characters,"('290',)",29,list(char) -> list(char) Drop last 4 characters,"('+167',)",,list(char) -> list(char) Drop last 3 characters,"('Hage',)",H,list(char) -> list(char) parentheses around a single word (III),"('NY',)",(NY),list(char) -> list(char) Append 2 strings (I),"('Georgina', '2')",Georgina2,list(char) -> list(char) -> list(char) Abbreviate separate words (III),"('+189', '856')",+.8.,list(char) -> list(char) -> list(char) nth (n=1) word delimited by '.',"('Ducati125.of.588.843',)",of,list(char) -> list(char) Append two words delimited by ' ',"('Mariel', 'Harvard')",Mariel Harvard,list(char) -> list(char) -> list(char) Append 'Dermody',"('Columbia',)",ColumbiaDermody,list(char) -> list(char) "drop first word delimited by ','","('Nancy,Beata,512,864',)","Beata,512,864",list(char) -> list(char) parentheses around a single word (IIII),"('+155',)",(+155),list(char) -> list(char) Prepend '170' to first word,"('Malissa W',)",170Malissa,list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"(' California +104,Teddy',)"," (California) +104,Teddy",list(char) -> list(char) Abbreviate words separated by ' ',"('938 Alida',)",9.A.,list(char) -> list(char) ensure suffix `Ramthun`,"('Annalisa Latimore ChismRamthun',)",Annalisa Latimore ChismRamthun,list(char) -> list(char) ensure suffix `Andria`,"('Madelaine +189Andria',)",Madelaine +189Andria,list(char) -> list(char) Abbreviate separate words (IIIIII),"('Lakenya', '62')",L.6.,list(char) -> list(char) -> list(char) Replace '.' w/ ')',"('622.270',)",622)270,list(char) -> list(char) "nth (n=0) word delimited by ','","('Neil,Heintz,Malissa,Berkeley',)",Neil,list(char) -> list(char) Replace ' ' w/ '(',"('035 Penn Hornak',)",035(Penn(Hornak,list(char) -> list(char) Prepend 'UCLA',"('MI',)",UCLAMI,list(char) -> list(char) Prepend 'Hornak',"('Mackenzie',)",HornakMackenzie,list(char) -> list(char) Append 2 strings (IIII),"('426', '369')",426369,list(char) -> list(char) -> list(char) "Extract word delimited by ')' - ','","('Cambridge)Storrs,449)10',)",Storrs,list(char) -> list(char) Abbreviate separate words (IIIIII),"('+81', 'Halpern')",+.H.,list(char) -> list(char) -> list(char) Prepend '+174',"('Jurgens',)",+174Jurgens,list(char) -> list(char) Abbreviate words separated by '-',"('941-162',)",9.1.,list(char) -> list(char) Append 2 strings (IIII),"('Seamons', 'Lakenya')",SeamonsLakenya,list(char) -> list(char) -> list(char) Append 2 strings (I),"('Richert', 'NY')",RichertNY,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by ' ',"('Park +183 186',)",186,list(char) -> list(char) Append '636',"('FreeHafer',)",FreeHafer636,list(char) -> list(char) Abbreviate words separated by ')',"('+196)253',)",+.2.,list(char) -> list(char) First letters of words (IIIII),"('46 439',)",44,list(char) -> list(char) Prepend 'Spell',"('Aylward',)",SpellAylward,list(char) -> list(char) Append two words delimited by ' ',"('2', '+151')",2 +151,list(char) -> list(char) -> list(char) "parentheses around word delimited by '.' & ','","('.DPhiladelphia,+132 G',)",".(DPhiladelphia),+132 G",list(char) -> list(char) parentheses around word delimited by '-' & '.',"('Lain-Edison.C-Temple',)",Lain-(Edison).C-Temple,list(char) -> list(char) First letters of words (III),"('Lango Babiarz R',)",LBR,list(char) -> list(char) Drop last 4 characters,"('Santa',)",S,list(char) -> list(char) Append 2 strings (II),"('245', 'Casler')",245Casler,list(char) -> list(char) -> list(char) drop first word delimited by '.',"('Angeles.+115.+140',)",+115.+140,list(char) -> list(char) Drop last 5 characters,"('Cencici',)",Ce,list(char) -> list(char) Prepend '+167' to first word,"('172 Hayley',)",+167172,list(char) -> list(char) nth (n=1) word delimited by '-',"('+155-Covelli-Constable-405',)",Covelli,list(char) -> list(char) nth (n=0) word delimited by '-',"('+172-Penn-Chilcott-E',)",+172,list(char) -> list(char) "Take first character and append ','","('Ramthun',)","R,",list(char) -> list(char) "Replace ',' w/ '('","('066,+106,Bobo,200',)",066(+106(Bobo(200,list(char) -> list(char) Replace ' ' w/ '(',"('+9 Rowden Reily',)",+9(Rowden(Reily,list(char) -> list(char) Prepend 'Ghoston' to first word,"('Samuel Hage',)",GhostonSamuel,list(char) -> list(char) Prepend 'Spell',"('+197',)",Spell+197,list(char) -> list(char) nth (n=0) word delimited by '.',"('505.+46',)",505,list(char) -> list(char) Replace '(' w/ '.',"('75(University',)",75.University,list(char) -> list(char) Drop last 1 characters,"('+130',)",+13,list(char) -> list(char) Append 2 strings (III),"('35', '981')",35981,list(char) -> list(char) -> list(char) drop first word delimited by ' ',"('141 Lashanda',)",Lashanda,list(char) -> list(char) Drop last 2 characters,"('Stefany',)",Stefa,list(char) -> list(char) "Extract word delimited by ',' - ','","('Barbara,+86,95,Urbana',)",+86,list(char) -> list(char) Take first 5 characters,"('Carlene',)",Carle,list(char) -> list(char) Take first 5 characters,"('Gregori',)",Grego,list(char) -> list(char) Append 2 strings (I),"('I', '+172')",I+172,list(char) -> list(char) -> list(char) parentheses around first word,"('018 +176 Houston',)",(018),list(char) -> list(char) nth (n=1) word delimited by '-',"('Kotas-028',)",028,list(char) -> list(char) Prepend '170' to first word,"('Malissa 500',)",170Malissa,list(char) -> list(char) Extract word delimited by '(' - '(',"('Montiel(Temple(Heintz(Teddy',)",Temple,list(char) -> list(char) Append 'Dermody',"('+5',)",+5Dermody,list(char) -> list(char) Take first character and append '(',"('82',)",8(,list(char) -> list(char) Append 'Beata',"('092',)",092Beata,list(char) -> list(char) Append two words delimited by ' ',"('051', '+174')",051 +174,list(char) -> list(char) -> list(char) Abbreviate words separated by '(',"('Jeanice(Acura',)",J.A.,list(char) -> list(char) "Extract word delimited by ',' - '.'","('86,+161.13,+7',)",+161,list(char) -> list(char) Abbreviate separate words (I),"('Irwin', 'Spell')",I.S.,list(char) -> list(char) -> list(char) Prepend '177' to first word,"('421 Annalisa',)",177421,list(char) -> list(char) Extract word delimited by '(' - '(',"('Ducati250(+183(Richert(Park',)",+183,list(char) -> list(char) "Abbreviate words separated by ','","('FreeHafer,Park',)",F.P.,list(char) -> list(char) "nth (n=0) word delimited by ','","('+115,+106',)",+115,list(char) -> list(char) "Extract word delimited by ')' - ','","('963)Kathlyn,Melodi,Spagnoli',)",Kathlyn,list(char) -> list(char) Abbreviate separate words (IIIII),"('Ducati125', '46')",D.4.,list(char) -> list(char) -> list(char) Append 2 strings (IIIIII),"('O', '765')",O765,list(char) -> list(char) -> list(char) First letters of words (IIII),"('CT FreeHafer Bogle',)",CFB,list(char) -> list(char) ensure suffix `Scalia`,"('Ramthun Beata Chism FreeHaferScalia',)",Ramthun Beata Chism FreeHaferScalia,list(char) -> list(char) "Append two words delimited by ','","('Acura100', '705')","Acura100,705",list(char) -> list(char) -> list(char) ensure suffix `568`,"('+194 517 Bobo568',)",+194 517 Bobo568,list(char) -> list(char) "nth (n=-1) word delimited by ','","('50,+9',)",+9,list(char) -> list(char) Extract word delimited by '-' - ')',"('155-Reily)Haven)+132',)",Reily,list(char) -> list(char) drop first word delimited by '.',"('598.849.854.Kimberley',)",849.854.Kimberley,list(char) -> list(char) Prepend 'Carlene' to first word,"('997 CA',)",Carlene997,list(char) -> list(char) "drop first word delimited by ','","('943,65,216,CA',)","65,216,CA",list(char) -> list(char) nth (n=-1) word delimited by '.',"('197.58',)",58,list(char) -> list(char) nth (n=-1) word delimited by ')',"('+42)+98)+115)Junkin',)",Junkin,list(char) -> list(char) nth (n=1) word delimited by ')',"('Mariel)Carlene)Ducati100)Jeff',)",Carlene,list(char) -> list(char) nth (n=-1) word delimited by ')',"('+151)50)Withers',)",Withers,list(char) -> list(char) Append 2 strings (III),"('Tobias', '58')",Tobias58,list(char) -> list(char) -> list(char) Drop last 1 characters,"('769',)",76,list(char) -> list(char) Take first 5 characters,"('Desiree',)",Desir,list(char) -> list(char) "nth (n=-1) word delimited by ','","('468,376',)",376,list(char) -> list(char) nth (n=0) word delimited by '.',"('Maryann.705.Barbara',)",Maryann,list(char) -> list(char) "parentheses around word delimited by ',' & ' '","(',551 Cencici 68',)",",(551) Cencici 68",list(char) -> list(char) Append two words delimited by '. ',"('62', 'Mackenzie')",62. Mackenzie,list(char) -> list(char) -> list(char) Take first 4 characters,"('Ducati250',)",Duca,list(char) -> list(char) Take first 2 characters,"('Stefany',)",St,list(char) -> list(char) nth (n=-1) word delimited by ' ',"('K 358 Jacquiline Columbia',)",Columbia,list(char) -> list(char) Take first 4 characters,"('Haven',)",Have,list(char) -> list(char) Prepend 'Carlene' to first word,"('+155 45',)",Carlene+155,list(char) -> list(char) Prepend 'Jani',"('Ithaca',)",JaniIthaca,list(char) -> list(char) First letters of words (I),"('81 Heintz Pannell',)",8HP,list(char) -> list(char) Take first character and append '(',"('020',)",0(,list(char) -> list(char) Abbreviate words separated by ')',"('83)56',)",8.5.,list(char) -> list(char) nth (n=1) word delimited by ' ',"('University Sergienko',)",Sergienko,list(char) -> list(char) parentheses around a single word (I),"('+176',)",(+176),list(char) -> list(char) "parentheses around word delimited by '.' & ','","('.+197,64',)",".(+197),64",list(char) -> list(char) nth (n=-1) word delimited by ' ',"('CA Vena 23 Hopkins',)",Hopkins,list(char) -> list(char) Prepend '170' to first word,"('Drexel Maryann',)",170Drexel,list(char) -> list(char) nth (n=-1) word delimited by ')',"('539)027)42',)",42,list(char) -> list(char) Append 2 strings (IIIIII),"('Garrard', '+141')",Garrard+141,list(char) -> list(char) -> list(char) Extract word delimited by '-' - ')',"('NY-Philadelphia)Ferrari-PA',)",Philadelphia,list(char) -> list(char) First letters of words (III),"('Trinidad 500 862',)",T58,list(char) -> list(char) Append two words delimited by ')',"('Storrs', 'Jacquiline')",Storrs)Jacquiline,list(char) -> list(char) -> list(char) Drop last 5 characters,"('Heintz',)",H,list(char) -> list(char) ensure suffix `Scalia`,"('Ducati250 HoustonScalia',)",Ducati250 HoustonScalia,list(char) -> list(char) Abbreviate words separated by '(',"('G(Partida',)",G.P.,list(char) -> list(char) ensure suffix `Columbia`,"('647 Seamons 40 Teddy',)",647 Seamons 40 TeddyColumbia,list(char) -> list(char) nth (n=0) word delimited by '(',"('B(23',)",B,list(char) -> list(char) Append 2 strings (IIII),"('141', '636')",141636,list(char) -> list(char) -> list(char) parentheses around a single word (IIIII),"('Acura',)",(Acura),list(char) -> list(char) Abbreviate words separated by '.',"('Cambridge.6',)",C.6.,list(char) -> list(char) ensure suffix `769`,"('520 T769',)",520 T769,list(char) -> list(char) Append two words delimited by '-',"('+196', 'O')",+196-O,list(char) -> list(char) -> list(char) ensure suffix `Ramthun`,"('107 CollegeRamthun',)",107 CollegeRamthun,list(char) -> list(char) Append two words delimited by '-',"('119', 'Harvard')",119-Harvard,list(char) -> list(char) -> list(char) Replace '(' w/ ')',"('Hornak(Q(Mackenzie',)",Hornak)Q)Mackenzie,list(char) -> list(char) "Append two words delimited by '(,'","('Ducati100', '+176')","Ducati100(,+176",list(char) -> list(char) -> list(char) Abbreviate words separated by '-',"('Mackenzie-K',)",M.K.,list(char) -> list(char) First letters of words (I),"('C 461 +140 Phillip',)",C4+P,list(char) -> list(char) parentheses around a single word (IIIII),"('68',)",(68),list(char) -> list(char) Replace ' ' w/ '(',"('Honda250 Casler Edison',)",Honda250(Casler(Edison,list(char) -> list(char) Extract word delimited by ')' - '-',"('141)Penn-Jani-Clasen',)",Penn,list(char) -> list(char) Append two words delimited by '.-',"('2', 'Kotas')",2.-Kotas,list(char) -> list(char) -> list(char) Append 2 strings (IIIII),"('Jacquiline', 'College')",JacquilineCollege,list(char) -> list(char) -> list(char) Append 'Cornell',"('715',)",715Cornell,list(char) -> list(char) parentheses around word delimited by ' ' & '-',"(' Reily-Withers,Urbana',)"," (Reily)-Withers,Urbana",list(char) -> list(char) nth (n=1) word delimited by '(',"('Andria(736(654',)",736,list(char) -> list(char) "Abbreviate words separated by ','","('Rice,883',)",R.8.,list(char) -> list(char) Abbreviate separate words (IIII),"('M', '145')",M.1.,list(char) -> list(char) -> list(char) "Extract word delimited by ',' - '.'","('CT,+118.Mariel.40',)",+118,list(char) -> list(char) Extract word delimited by '-' - ')',"('T-188)Brendan-736',)",188,list(char) -> list(char) "parentheses around word delimited by ',' & ' '","(',Samuel Stefany.+185',)",",(Samuel) Stefany.+185",list(char) -> list(char) "nth (n=1) word delimited by ','","('Tobias,986,FreeHafer,+9',)",986,list(char) -> list(char) drop first word delimited by ')',"('Mariel)+195',)",+195,list(char) -> list(char) Take first character and append '-',"('751',)",7-,list(char) -> list(char) Append '+138',"('Cornell',)",Cornell+138,list(char) -> list(char) nth (n=-1) word delimited by '-',"('Alaina-Jacquiline',)",Jacquiline,list(char) -> list(char) Append 'Angeles',"('Celsa',)",CelsaAngeles,list(char) -> list(char) Take first character and append ' ',"('Jan',)",J ,list(char) -> list(char) Append 2 strings (II),"('Spell', 'Los')",SpellLos,list(char) -> list(char) -> list(char) "Replace '-' w/ ','","('Georgina-Dr-Alida-Acura100',)","Georgina,Dr,Alida,Acura100",list(char) -> list(char) "parentheses around word delimited by ',' & ' '","('Dr,+104 45',)","Dr,(+104) 45",list(char) -> list(char) Drop last 4 characters,"('Andria',)",An,list(char) -> list(char) "drop first word delimited by ','","('+6,Micha,167',)","Micha,167",list(char) -> list(char) "Replace ',' w/ '.'","('Reily,Madelaine',)",Reily.Madelaine,list(char) -> list(char) nth (n=0) word delimited by '(',"('Pennsylvania(Marquess',)",Pennsylvania,list(char) -> list(char) nth (n=0) word delimited by ' ',"('268 14 +104',)",268,list(char) -> list(char) parentheses around second word,"('O Jeanice',)",(Jeanice),list(char) -> list(char) drop first word delimited by ' ',"('S 2 86 178',)",2 86 178,list(char) -> list(char) Take first character and append '.',"('+189',)",+.,list(char) -> list(char) Drop last 2 characters,"('MI',)",,list(char) -> list(char) nth (n=1) word delimited by '.',"('Karrie.Covelli.882.+129',)",Covelli,list(char) -> list(char) "parentheses around word delimited by ',' & ','","('Bess,994,Montiel',)","Bess,(994),Montiel",list(char) -> list(char) Drop last 2 characters,"('562',)",5,list(char) -> list(char) "Extract word delimited by ',' - ','","('7,Soderstrom,S,A',)",Soderstrom,list(char) -> list(char) parentheses around a single word (IIII),"('+176',)",(+176),list(char) -> list(char) drop first word delimited by '(',"('75(Rice',)",Rice,list(char) -> list(char) ensure suffix `997`,"('+163 +129997',)",+163 +129997,list(char) -> list(char) "Replace '-' w/ ','","('+138-Irwin-46',)","+138,Irwin,46",list(char) -> list(char) ensure suffix `568`,"('+47 P568',)",+47 P568,list(char) -> list(char) Prepend '+174',"('S',)",+174S,list(char) -> list(char) nth (n=0) word delimited by ')',"('Lara)+176',)",Lara,list(char) -> list(char) Append two words delimited by '. ',"('Philadelphia', '433')",Philadelphia. 433,list(char) -> list(char) -> list(char) Take first 2 characters,"('Dermody',)",De,list(char) -> list(char) Abbreviate separate words (IIII),"('413', 'Acura')",4.A.,list(char) -> list(char) -> list(char) ensure suffix `997`,"('Hopkins 701 F',)",Hopkins 701 F997,list(char) -> list(char) Prepend 'Sergienko',"('009',)",Sergienko009,list(char) -> list(char) Take first character and append '.',"('+46',)",+.,list(char) -> list(char) Prepend 'Ghoston' to first word,"('FreeHafer 47',)",GhostonFreeHafer,list(char) -> list(char) Drop last 1 characters,"('Latimore',)",Latimor,list(char) -> list(char) Take first 3 characters,"('598',)",598,list(char) -> list(char) drop first word delimited by ')',"('Jenee)Jenee)151)UC',)",Jenee)151)UC,list(char) -> list(char) "parentheses around word delimited by ',' & ','","('100,066,Annalisa',)","100,(066),Annalisa",list(char) -> list(char) First letters of words (IIII),"('310 817 Q +185',)",38Q+,list(char) -> list(char) Prepend 'Spell',"('+105',)",Spell+105,list(char) -> list(char) "Append two words delimited by '(,'","('245', '18')","245(,18",list(char) -> list(char) -> list(char) Append two words delimited by '.',"('R', 'Rowden')",R.Rowden,list(char) -> list(char) -> list(char) Abbreviate separate words (III),"('038', 'Hornak')",0.H.,list(char) -> list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"('Honda250 Melodi +9-Kotas',)",Honda250 (Melodi) +9-Kotas,list(char) -> list(char) Prepend 'Sergienko',"('Barbara',)",SergienkoBarbara,list(char) -> list(char) Drop last 5 characters,"('Ferrari250',)",Ferra,list(char) -> list(char) Append 'Cornell',"('Akiyama',)",AkiyamaCornell,list(char) -> list(char) Append '+138',"('512',)",512+138,list(char) -> list(char) Append 'Angeles',"('469',)",469Angeles,list(char) -> list(char) "drop first word delimited by ','","('Rice,Partida,894,40',)","Partida,894,40",list(char) -> list(char) Abbreviate words separated by ' ',"('038 Cruz',)",0.C.,list(char) -> list(char) Drop last 3 characters,"('857',)",,list(char) -> list(char) Append two words delimited by ' -',"('2', 'J')",2 -J,list(char) -> list(char) -> list(char) ensure suffix `Scalia`,"('Angeles T N',)",Angeles T NScalia,list(char) -> list(char) parentheses around a single word (III),"('Park',)",(Park),list(char) -> list(char) Abbreviate separate words (IIIIII),"('25', '488')",2.4.,list(char) -> list(char) -> list(char) "Append two words delimited by ','","('Pennsylvania', '+198')","Pennsylvania,+198",list(char) -> list(char) -> list(char) Prepend 'Jani',"('25',)",Jani25,list(char) -> list(char) Abbreviate words separated by ' ',"('Annalisa College',)",A.C.,list(char) -> list(char) Prepend 'Ghoston' to first word,"('720 588',)",Ghoston720,list(char) -> list(char) ensure suffix `769`,"('Andria +140 Spell',)",Andria +140 Spell769,list(char) -> list(char) Append two words delimited by ')',"('Vena', 'Eccleston')",Vena)Eccleston,list(char) -> list(char) -> list(char) Take first character and append '-',"('Chong',)",C-,list(char) -> list(char) Prepend '177' to first word,"('566 14',)",177566,list(char) -> list(char) "Replace ',' w/ '('","('+132,Tobias',)",+132(Tobias,list(char) -> list(char) Take first character and append '-',"('+158',)",+-,list(char) -> list(char) ensure suffix `997`,"('Quashie Miah',)",Quashie Miah997,list(char) -> list(char) ensure suffix `Columbia`,"('Ferrari250 +58 AndrewColumbia',)",Ferrari250 +58 AndrewColumbia,list(char) -> list(char) "Extract word delimited by ')' - ','","('+104)+58,Ramthun,Bobo',)",+58,list(char) -> list(char) Append 2 strings (II),"('I', 'P')",IP,list(char) -> list(char) -> list(char) "Replace ',' w/ '.'","('Ducati,+147',)",Ducati.+147,list(char) -> list(char) nth (n=1) word delimited by '.',"('Bogle.Jani',)",Jani,list(char) -> list(char) Append two words delimited by '(',"('PA', 'Dermody')",PA(Dermody,list(char) -> list(char) -> list(char) "Replace '-' w/ ','","('834-Cruz-+197-Clasen',)","834,Cruz,+197,Clasen",list(char) -> list(char) Prepend '086' to first word,"('Georgina 72',)",086Georgina,list(char) -> list(char) Abbreviate words separated by '.',"('T.81',)",T.8.,list(char) -> list(char) "Take first character and append ','","('546',)","5,",list(char) -> list(char) "Abbreviate words separated by ','","('R,+108',)",R.+.,list(char) -> list(char) Prepend '086' to first word,"('35 Lara',)",08635,list(char) -> list(char) parentheses around a single word (III),"('Lain',)",(Lain),list(char) -> list(char) Append 'Beata',"('997',)",997Beata,list(char) -> list(char) parentheses around a single word (II),"('Honda',)",(Honda),list(char) -> list(char) "Extract word delimited by ',' - ','","('+75,FreeHafer,861,Babiarz',)",FreeHafer,list(char) -> list(char) parentheses around word delimited by ' ' & '-',"('+151 Annalisa-Phillip-Pennsylvania',)",+151 (Annalisa)-Phillip-Pennsylvania,list(char) -> list(char) Take first character and append ')',"('+169',)",+),list(char) -> list(char) Abbreviate separate words (IIIIII),"('O', 'Dr')",O.D.,list(char) -> list(char) -> list(char) First letters of words (IIII),"('Spell 865 169 095',)",S810,list(char) -> list(char) ensure suffix `Ramthun`,"('Bogle Miah Honda250 Trinidad',)",Bogle Miah Honda250 TrinidadRamthun,list(char) -> list(char) Append two words delimited by '-',"('Constable', '+197')",Constable-+197,list(char) -> list(char) -> list(char) Prepend 'Jani',"('Honda550',)",JaniHonda550,list(char) -> list(char) First letters of words (IIIII),"('751 Drexel L J',)",7DLJ,list(char) -> list(char) Append two words delimited by ' -',"('779', 'Withers')",779 -Withers,list(char) -> list(char) -> list(char) Append two words delimited by '..',"('568', 'Teddy')",568..Teddy,list(char) -> list(char) -> list(char) Append 2 strings (IIIII),"('Madelaine', '29')",Madelaine29,list(char) -> list(char) -> list(char) Append 2 strings (IIIII),"('Alaina', '7')",Alaina7,list(char) -> list(char) -> list(char) Abbreviate separate words (II),"('395', '082')",3.0.,list(char) -> list(char) -> list(char) drop first word delimited by '-',"('62-Temple',)",Temple,list(char) -> list(char) Prepend 'Ghoston' to first word,"('125 +118',)",Ghoston125,list(char) -> list(char) parentheses around first word,"('415 +115 484',)",(415),list(char) -> list(char) parentheses around a single word (IIIII),"('Halpern',)",(Halpern),list(char) -> list(char) Abbreviate separate words (I),"('+118', '894')",+.8.,list(char) -> list(char) -> list(char) Drop last 3 characters,"('Brescia',)",Bres,list(char) -> list(char) Abbreviate words separated by '(',"('+180(P',)",+.P.,list(char) -> list(char) drop first word delimited by ')',"('Heintz)Babiarz)University',)",Babiarz)University,list(char) -> list(char) Abbreviate separate words (III),"('+174', 'Lain')",+.L.,list(char) -> list(char) -> list(char) ensure suffix `Andria`,"('+13 20 +7',)",+13 20 +7Andria,list(char) -> list(char) Append '636',"('844',)",844636,list(char) -> list(char) "nth (n=1) word delimited by ','","('473,Phialdelphia',)",Phialdelphia,list(char) -> list(char) Prepend 'Carlene' to first word,"('43 927',)",Carlene43,list(char) -> list(char) nth (n=1) word delimited by ')',"('UC)+176)Jeanice)+174',)",+176,list(char) -> list(char) Take first character and append '-',"('Scalia',)",S-,list(char) -> list(char) Append two words delimited by ' ',"('Malissa', 'Philadelphia')",Malissa Philadelphia,list(char) -> list(char) -> list(char) Replace '-' w/ ' ',"('+183-13',)",+183 13,list(char) -> list(char) First letters of words (III),"('+5 Urbana',)",+U,list(char) -> list(char) First letters of words (IIIIII),"('888 Penn 50 UC',)",8P5U,list(char) -> list(char) Extract word delimited by ')' - '-',"('Cruz)+188-Maryann)183',)",+188,list(char) -> list(char) Append two words delimited by '(',"('204', 'Elias')",204(Elias,list(char) -> list(char) -> list(char) Take first 2 characters,"('+2',)",+2,list(char) -> list(char) parentheses around a single word (II),"('B',)",(B),list(char) -> list(char) Abbreviate separate words (IIIII),"('50', 'PA')",5.P.,list(char) -> list(char) -> list(char) Append two words delimited by '(',"('176', 'C')",176(C,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by '-',"('+172-University-College',)",College,list(char) -> list(char) Take first character and append ')',"('83',)",8),list(char) -> list(char) Append two words delimited by '..',"('Vena', '50')",Vena..50,list(char) -> list(char) -> list(char) Append two words delimited by '..',"('Spagnoli', 'Hornak')",Spagnoli..Hornak,list(char) -> list(char) -> list(char) nth (n=1) word delimited by '-',"('Launa-Hornak',)",Hornak,list(char) -> list(char) Abbreviate separate words (IIII),"('+140', 'Partida')",+.P.,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by ' ',"('Edison 29 938 W',)",W,list(char) -> list(char) Append two words delimited by '.',"('632', '836')",632.836,list(char) -> list(char) -> list(char) nth (n=0) word delimited by ')',"('E)844',)",E,list(char) -> list(char) Append two words delimited by '.-',"('Philadelphia', '6')",Philadelphia.-6,list(char) -> list(char) -> list(char) parentheses around a single word (II),"('426',)",(426),list(char) -> list(char) First letters of words (I),"('Andria Richert 652 Penn',)",AR6P,list(char) -> list(char) Abbreviate words separated by '.',"('Spagnoli.734',)",S.7.,list(char) -> list(char) Abbreviate words separated by '.',"('817.33',)",8.3.,list(char) -> list(char) Take first 4 characters,"('+106',)",+106,list(char) -> list(char) nth (n=1) word delimited by ' ',"('+132 Annalisa Mcgaughey Ferrari',)",Annalisa,list(char) -> list(char) Prepend 'Hornak',"('H',)",HornakH,list(char) -> list(char) Abbreviate words separated by '-',"('Cruz-150',)",C.1.,list(char) -> list(char) First letters of words (IIIII),"('Honda550 +180 Q',)",H+Q,list(char) -> list(char) Take first character and append ')',"('414',)",4),list(char) -> list(char) Take first 4 characters,"('Reily',)",Reil,list(char) -> list(char) Abbreviate words separated by ' ',"('+104 Hayley',)",+.H.,list(char) -> list(char) First letters of words (IIIII),"('Dr UC K Rowden',)",DUKR,list(char) -> list(char) parentheses around second word,"('California 86',)",(86),list(char) -> list(char) Append two words delimited by ' ',"('Lain', 'Irwin')",Lain Irwin,list(char) -> list(char) -> list(char) Prepend '+167' to first word,"('Madelaine Carlene',)",+167Madelaine,list(char) -> list(char) Abbreviate words separated by '-',"('Kathlyn-Beata',)",K.B.,list(char) -> list(char) First letters of words (II),"('438 20 MA FreeHafer',)",42MF,list(char) -> list(char) Abbreviate separate words (I),"('Dermody', 'D')",D.D.,list(char) -> list(char) -> list(char) Replace '.' w/ ')',"('Beata.21.119',)",Beata)21)119,list(char) -> list(char) Prepend 'Spell',"('358',)",Spell358,list(char) -> list(char) Append '636',"('Bess',)",Bess636,list(char) -> list(char) Append two words delimited by ' -',"('Q', 'Phillip')",Q -Phillip,list(char) -> list(char) -> list(char) Abbreviate separate words (II),"('Gertude', 'Dermody')",G.D.,list(char) -> list(char) -> list(char) parentheses around word delimited by ' ' & '-',"(' +194-9',)", (+194)-9,list(char) -> list(char) nth (n=0) word delimited by '.',"('B.25.Jeanice',)",B,list(char) -> list(char) parentheses around word delimited by '-' & '.',"('9-Ducati125.976.Alida',)",9-(Ducati125).976.Alida,list(char) -> list(char) Take first character and append '(',"('Pennsylvania',)",P(,list(char) -> list(char) nth (n=1) word delimited by '-',"('504-Jeanice-K',)",Jeanice,list(char) -> list(char) Append 'Beata',"('S',)",SBeata,list(char) -> list(char) Replace '-' w/ ' ',"('+106-Yale-+130-+141',)",+106 Yale +130 +141,list(char) -> list(char) Prepend '086' to first word,"('Ducati Penn',)",086Ducati,list(char) -> list(char) Abbreviate words separated by ')',"('585)13',)",5.1.,list(char) -> list(char) parentheses around first word,"('TX 33 Pennsylvania',)",(TX),list(char) -> list(char) nth (n=0) word delimited by ' ',"('42 597 J',)",42,list(char) -> list(char) Drop last 2 characters,"('Nancy',)",Nan,list(char) -> list(char) Append two words delimited by '.-',"('Mackenzie', '163')",Mackenzie.-163,list(char) -> list(char) -> list(char) drop first word delimited by '-',"('Coralee-862',)",862,list(char) -> list(char) nth (n=1) word delimited by '(',"('W(517(+199',)",517,list(char) -> list(char) parentheses around first word,"('+108 29 95 +196 332',)",(+108),list(char) -> list(char) "Take first character and append ','","('Covelli',)","C,",list(char) -> list(char) Take first character and append ')',"('DPhiladelphia',)",D),list(char) -> list(char) Append 'Cornell',"('IL',)",ILCornell,list(char) -> list(char) drop first word delimited by ' ',"('386 Georgina 720 141',)",Georgina 720 141,list(char) -> list(char) Prepend '177' to first word,"('Jacqualine +180',)",177Jacqualine,list(char) -> list(char) "Replace ',' w/ '('","('820,Connecticut',)",820(Connecticut,list(char) -> list(char) Replace '-' w/ ' ',"('Jacqualine-62',)",Jacqualine 62,list(char) -> list(char) "Extract word delimited by ',' - '.'","('426,Lain.45,Honda125',)",Lain,list(char) -> list(char) Prepend 'UCLA',"('Ferrari',)",UCLAFerrari,list(char) -> list(char) Replace '(' w/ ' ',"('+194(Alaina',)",+194 Alaina,list(char) -> list(char) drop first word delimited by '.',"('Jenee.21.80.Soderstrom',)",21.80.Soderstrom,list(char) -> list(char) nth (n=1) word delimited by ')',"('R)+144',)",+144,list(char) -> list(char) nth (n=-1) word delimited by '-',"('21-of',)",of,list(char) -> list(char) "Replace ',' w/ '.'","('017,Celsa',)",017.Celsa,list(char) -> list(char) Append two words delimited by '.',"('Bradford', 'Beata')",Bradford.Beata,list(char) -> list(char) -> list(char) drop first word delimited by '.',"('Acura.Urbana',)",Urbana,list(char) -> list(char) drop first word delimited by ')',"('Jeanice)+194)+189)491',)",+194)+189)491,list(char) -> list(char) nth (n=1) word delimited by ')',"('Partida)FreeHafer)+130)D',)",FreeHafer,list(char) -> list(char) Extract word delimited by ')' - '-',"('+144)060-Soderstrom)68',)",060,list(char) -> list(char) ensure suffix `Columbia`,"('158 Quashie Hage',)",158 Quashie HageColumbia,list(char) -> list(char) nth (n=-1) word delimited by '(',"('684(Ghoston',)",Ghoston,list(char) -> list(char) Append two words delimited by '. ',"('Haven', '575')",Haven. 575,list(char) -> list(char) -> list(char) nth (n=0) word delimited by ' ',"('Brescia A 56',)",Brescia,list(char) -> list(char) nth (n=-1) word delimited by '.',"('+118.Mulloy.56',)",56,list(char) -> list(char) Abbreviate separate words (II),"('York', 'Madelaine')",Y.M.,list(char) -> list(char) -> list(char) parentheses around second word,"('Trinidad 311 33',)",(311),list(char) -> list(char) "Extract word delimited by ',' - '.'","('504,566.20.F',)",566,list(char) -> list(char) nth (n=-1) word delimited by '.',"('N.Annalisa.Houston',)",Houston,list(char) -> list(char) parentheses around a single word (III),"('Ducati',)",(Ducati),list(char) -> list(char) nth (n=0) word delimited by '(',"('Lango(Desiree',)",Lango,list(char) -> list(char) First letters of words (II),"('Celsa Latimore',)",CL,list(char) -> list(char) nth (n=0) word delimited by '(',"('C(98',)",C,list(char) -> list(char) "Extract word delimited by ')' - ','","('244)Karrie,Lashanda)Kimberley',)",Karrie,list(char) -> list(char) Take first 3 characters,"('Vena',)",Ven,list(char) -> list(char) Replace '-' w/ ' ',"('759-Bogle',)",759 Bogle,list(char) -> list(char) nth (n=1) word delimited by ' ',"('29 Ferrari250',)",Ferrari250,list(char) -> list(char) Replace '(' w/ ')',"('+194(+185(+147(Rice',)",+194)+185)+147)Rice,list(char) -> list(char) nth (n=0) word delimited by ')',"('+105)046)Casler',)",+105,list(char) -> list(char) parentheses around a single word (I),"('Withers',)",(Withers),list(char) -> list(char) Append two words delimited by ')',"('42', '959')",42)959,list(char) -> list(char) -> list(char) Prepend '170' to first word,"('of Latimore',)",170of,list(char) -> list(char) Append 2 strings (III),"('25', '176')",25176,list(char) -> list(char) -> list(char) Append 'Angeles',"('+199',)",+199Angeles,list(char) -> list(char) drop first word delimited by '(',"('Barbara(Temple(Samuel',)",Temple(Samuel,list(char) -> list(char) "nth (n=0) word delimited by ','","('MA,B,+95',)",MA,list(char) -> list(char) Take first character and append '(',"('Melodi',)",M(,list(char) -> list(char) Prepend 'UCLA',"('Santa',)",UCLASanta,list(char) -> list(char) "Append two words delimited by ','","('UIUC', '608')","UIUC,608",list(char) -> list(char) -> list(char) "Append two words delimited by ','","('2', 'Garrard')","2,Garrard",list(char) -> list(char) -> list(char) Abbreviate words separated by ')',"('Coralee)Rowden',)",C.R.,list(char) -> list(char) nth (n=-1) word delimited by '.',"('Latimore.Joaquin.Bobo.G',)",G,list(char) -> list(char) Replace '(' w/ '.',"('155(Edison(CA(29',)",155.Edison.CA.29,list(char) -> list(char) Append '+138',"('Hopkins',)",Hopkins+138,list(char) -> list(char) Take first character and append ' ',"('Brescia',)",B ,list(char) -> list(char) "Replace ',' w/ '('","('Nancy,334,611,+172',)",Nancy(334(611(+172,list(char) -> list(char) First letters of words (II),"('6 Kimberley 095',)",6K0,list(char) -> list(char) First letters of words (IIIIII),"('21 B',)",2B,list(char) -> list(char) Drop last 3 characters,"('012',)",,list(char) -> list(char) Prepend 'Sergienko',"('Stefany',)",SergienkoStefany,list(char) -> list(char) Replace ' ' w/ '(',"('52 622',)",52(622,list(char) -> list(char) Prepend 'Carlene' to first word,"('Gertude +198',)",CarleneGertude,list(char) -> list(char) Take first character and append '.',"('290',)",2.,list(char) -> list(char) "nth (n=-1) word delimited by ','","('+194,Scalia,Montiel,Ghoston',)",Ghoston,list(char) -> list(char) Append 'Dermody',"('085',)",085Dermody,list(char) -> list(char) nth (n=0) word delimited by '-',"('64-836-197-Michigan',)",64,list(char) -> list(char) Append two words delimited by ' -',"('622', 'Andrew')",622 -Andrew,list(char) -> list(char) -> list(char) Append two words delimited by ' ',"('35', 'Rowden')",35 Rowden,list(char) -> list(char) -> list(char) drop first word delimited by '(',"('+9(Urbana',)",Urbana,list(char) -> list(char) ensure suffix `Columbia`,"('Cambridge MD 875 Ducati125',)",Cambridge MD 875 Ducati125Columbia,list(char) -> list(char) nth (n=0) word delimited by ')',"('L)40)591)W',)",L,list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"('94 Heintz Q',)",94 (Heintz) Q,list(char) -> list(char) "Append two words delimited by '(,'","('Harvard', '+183')","Harvard(,+183",list(char) -> list(char) -> list(char) nth (n=-1) word delimited by '-',"('473-Nancy-980-166',)",166,list(char) -> list(char) Abbreviate separate words (IIIII),"('21', '169')",2.1.,list(char) -> list(char) -> list(char) Append 'Angeles',"('Spell',)",SpellAngeles,list(char) -> list(char) Replace '(' w/ ')',"('14(Micha',)",14)Micha,list(char) -> list(char) nth (n=-1) word delimited by '(',"('Scalia(65',)",65,list(char) -> list(char) Take first 3 characters,"('Trinidad',)",Tri,list(char) -> list(char) Take first 5 characters,"('Ducati250',)",Ducat,list(char) -> list(char) ensure suffix `Scalia`,"('UIUC 526',)",UIUC 526Scalia,list(char) -> list(char) parentheses around word delimited by '-' & '.',"('-Spell.Rowden Arbor',)",-(Spell).Rowden Arbor,list(char) -> list(char) "nth (n=1) word delimited by ','","('Arbor,Scalia,Seamons,847',)",Scalia,list(char) -> list(char) Append two words delimited by ' ',"('+155', 'Bobo')",+155 Bobo,list(char) -> list(char) -> list(char) Replace '(' w/ '.',"('Spagnoli(7(Seamons',)",Spagnoli.7.Seamons,list(char) -> list(char) parentheses around a single word (IIII),"('986',)",(986),list(char) -> list(char) Prepend '177' to first word,"('Alaina +141',)",177Alaina,list(char) -> list(char) drop first word delimited by '(',"('Ducati(969(+144(Olague',)",969(+144(Olague,list(char) -> list(char) Take first 3 characters,"('766',)",766,list(char) -> list(char) Abbreviate words separated by '(',"('048(Joaquin',)",0.J.,list(char) -> list(char) First letters of words (II),"('365 Aylward',)",3A,list(char) -> list(char) Append '+138',"('TX',)",TX+138,list(char) -> list(char) drop first word delimited by '-',"('California-+158-Ghoston-82',)",+158-Ghoston-82,list(char) -> list(char) "parentheses around word delimited by ',' & ','","('+174,Bradford,University',)","+174,(Bradford),University",list(char) -> list(char) Replace '(' w/ ' ',"('CT(Heintz(Cornell(Phillip',)",CT Heintz Cornell Phillip,list(char) -> list(char) Append two words delimited by '..',"('Ferrari', 'Angeles')",Ferrari..Angeles,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by '(',"('N(Spell(Babiarz(MD',)",MD,list(char) -> list(char) drop first word delimited by '-',"('Cambridge-+7-+140-29',)",+7-+140-29,list(char) -> list(char) "Replace ',' w/ '.'","('+197,980,Hage,Cencici',)",+197.980.Hage.Cencici,list(char) -> list(char) Append 2 strings (III),"('Cambridge', 'Honda550')",CambridgeHonda550,list(char) -> list(char) -> list(char) nth (n=1) word delimited by ' ',"('Soderstrom Scalia',)",Scalia,list(char) -> list(char) parentheses around word delimited by '-' & '.',"('-Haven.80',)",-(Haven).80,list(char) -> list(char) Take first character and append '.',"('Marquess',)",M.,list(char) -> list(char) Replace '(' w/ ')',"('Babiarz(Annalisa(+151(Samuel',)",Babiarz)Annalisa)+151)Samuel,list(char) -> list(char) First letters of words (III),"('000 Dermody +196',)",0D+,list(char) -> list(char) "nth (n=1) word delimited by ','","('Sergienko,009,Jacquiline,Sergienko',)",009,list(char) -> list(char) ensure suffix `568`,"('+23 10 IL 844',)",+23 10 IL 844568,list(char) -> list(char) Prepend '086' to first word,"('18 Miah',)",08618,list(char) -> list(char) parentheses around second word,"('856 +138 424 Montiel',)",(+138),list(char) -> list(char) "parentheses around word delimited by '.' & ','","('20.066,TX-Pannell',)","20.(066),TX-Pannell",list(char) -> list(char) First letters of words (I),"('+118 Chism 428 Acura100',)",+C4A,list(char) -> list(char) Replace '(' w/ ' ',"('377(209(+118',)",377 209 +118,list(char) -> list(char) "Extract word delimited by ',' - ','","('Jeff,Scalia,Gertude,877',)",Scalia,list(char) -> list(char) Prepend '+167' to first word,"('+169 29',)",+167+169,list(char) -> list(char) ensure suffix `Andria`,"('+68 +161 Heintz York',)",+68 +161 Heintz YorkAndria,list(char) -> list(char) parentheses around word delimited by ' ' & '-',"(' Barbara-Mackenzie',)", (Barbara)-Mackenzie,list(char) -> list(char) Append two words delimited by '.-',"('Salley', '29')",Salley.-29,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by ')',"('T)+197',)",+197,list(char) -> list(char) Append two words delimited by '-',"('47', 'NY')",47-NY,list(char) -> list(char) -> list(char) Append 'Dermody',"('29',)",29Dermody,list(char) -> list(char) ensure suffix `997`,"('Marcus +108 Ramthun Rudolf',)",Marcus +108 Ramthun Rudolf997,list(char) -> list(char) Abbreviate separate words (I),"('62', 'Ramthun')",6.R.,list(char) -> list(char) -> list(char) Prepend '+167' to first word,"('Launa 845',)",+167Launa,list(char) -> list(char) Append 2 strings (IIIII),"('Soderstrom', '+199')",Soderstrom+199,list(char) -> list(char) -> list(char) parentheses around a single word (I),"('Halpern',)",(Halpern),list(char) -> list(char) nth (n=0) word delimited by ' ',"('Q +108 Desiree',)",Q,list(char) -> list(char) Replace '.' w/ ')',"('Lakenya.876.18.064',)",Lakenya)876)18)064,list(char) -> list(char) Abbreviate separate words (IIIII),"('Mulloy', 'V')",M.V.,list(char) -> list(char) -> list(char) Append two words delimited by '. ',"('771', '5')",771. 5,list(char) -> list(char) -> list(char) ensure suffix `769`,"('+169 +163 +129 46',)",+169 +163 +129 46769,list(char) -> list(char) nth (n=0) word delimited by '-',"('Olague-Bradford-+115-N',)",Olague,list(char) -> list(char) parentheses around a single word (II),"('29',)",(29),list(char) -> list(char) Replace '.' w/ ')',"('83.Ramthun',)",83)Ramthun,list(char) -> list(char) Prepend 'Sergienko',"('F',)",SergienkoF,list(char) -> list(char) Append 2 strings (I),"('Phialdelphia', '40')",Phialdelphia40,list(char) -> list(char) -> list(char) Append '636',"('C',)",C636,list(char) -> list(char) Replace '(' w/ ' ',"('Nancy(Houston',)",Nancy Houston,list(char) -> list(char) Append two words delimited by ')',"('Park', 'Hopkins')",Park)Hopkins,list(char) -> list(char) -> list(char) Append 'Cornell',"('101',)",101Cornell,list(char) -> list(char) Drop last 4 characters,"('Jenee',)",J,list(char) -> list(char) "nth (n=-1) word delimited by ','","('144,Honda550,Hopkins',)",Hopkins,list(char) -> list(char) parentheses around a single word (IIII),"('Harvard',)",(Harvard),list(char) -> list(char) drop first word delimited by ' ',"('Bess Berkeley',)",Berkeley,list(char) -> list(char) nth (n=-1) word delimited by '(',"('Berkeley(557(29',)",29,list(char) -> list(char) Abbreviate separate words (II),"('Hayley', 'Ferrari')",H.F.,list(char) -> list(char) -> list(char) ensure suffix `Andria`,"('Hornak 575 MA JacquilineAndria',)",Hornak 575 MA JacquilineAndria,list(char) -> list(char) Append two words delimited by '.',"('+2', 'Jacquiline')",+2.Jacquiline,list(char) -> list(char) -> list(char) First letters of words (IIIIII),"('+155 174 Dr Haven',)",+1DH,list(char) -> list(char) Append two words delimited by '(',"('Q', 'Ducati250')",Q(Ducati250,list(char) -> list(char) -> list(char) Append 2 strings (II),"('+163', '+141')",+163+141,list(char) -> list(char) -> list(char) Abbreviate separate words (IIII),"('S', 'Beata')",S.B.,list(char) -> list(char) -> list(char) Drop last 5 characters,"('Mcgaughey',)",Mcga,list(char) -> list(char) ensure suffix `568`,"('MD Hopkins 394',)",MD Hopkins 394568,list(char) -> list(char) Abbreviate separate words (III),"('692', 'Soderstrom')",6.S.,list(char) -> list(char) -> list(char) Take first character and append ' ',"('MI',)",M ,list(char) -> list(char) Extract word delimited by '(' - '(',"('14(Rowden(Jeanice(Acura125',)",Rowden,list(char) -> list(char) Replace '(' w/ '.',"('C(40',)",C.40,list(char) -> list(char) Append 2 strings (IIII),"('Marcus', '776')",Marcus776,list(char) -> list(char) -> list(char) nth (n=1) word delimited by '.',"('H.+7.Cortes.+169',)",+7,list(char) -> list(char) Take first 2 characters,"('334',)",33,list(char) -> list(char) Extract word delimited by '-' - ')',"('York-Mackenzie)Jacquiline)L',)",Mackenzie,list(char) -> list(char) Prepend '+174',"('851',)",+174851,list(char) -> list(char) Prepend 'UCLA',"('Sergienko',)",UCLASergienko,list(char) -> list(char) ensure suffix `Ramthun`,"('Ghoston Bobo Scalia Chism',)",Ghoston Bobo Scalia ChismRamthun,list(char) -> list(char) nth (n=0) word delimited by '-',"('Jeff-Lara-Karrie',)",Jeff,list(char) -> list(char) Append 2 strings (IIIIII),"('+199', '919')",+199919,list(char) -> list(char) -> list(char) "parentheses around word delimited by '.' & ','","('476.47,017',)","476.(47),017",list(char) -> list(char) Prepend '+174',"('52',)",+17452,list(char) -> list(char) First letters of words (IIIIII),"('43 390 Phillip',)",43P,list(char) -> list(char) Append two words delimited by ' ',"('Acura', 'Vena')",Acura Vena,list(char) -> list(char) -> list(char) "parentheses around word delimited by ',' & ','","(',548,43',)",",(548),43",list(char) -> list(char) parentheses around a single word (IIIII),"('York',)",(York),list(char) -> list(char) Take first character and append ' ',"('Alida',)",A ,list(char) -> list(char) parentheses around a single word (I),"('+140',)",(+140),list(char) -> list(char) Prepend 'Jani',"('Andria',)",JaniAndria,list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"('Spagnoli Marquess Gertude',)",Spagnoli (Marquess) Gertude,list(char) -> list(char) Append 'Beata',"('Eccleston',)",EcclestonBeata,list(char) -> list(char) "parentheses around word delimited by ',' & ' '","('29,10 Stefany +158',)","29,(10) Stefany +158",list(char) -> list(char) "Replace '-' w/ ','","('2-FreeHafer-+188',)","2,FreeHafer,+188",list(char) -> list(char) "nth (n=0) word delimited by ','","('R,Miah,Arbor',)",R,list(char) -> list(char) "Append two words delimited by '(,'","('50', '949')","50(,949",list(char) -> list(char) -> list(char) "Abbreviate words separated by ','","('Trinidad,58',)",T.5.,list(char) -> list(char) Extract word delimited by '(' - '(',"('Andria(Honda125(+75(Malissa',)",Honda125,list(char) -> list(char) Prepend 'Hornak',"('P',)",HornakP,list(char) -> list(char) ensure suffix `769`,"('Ducati125 A Eccleston +198769',)",Ducati125 A Eccleston +198769,list(char) -> list(char) nth (n=1) word delimited by '(',"('+188(45(+9',)",45,list(char) -> list(char) "Take first character and append ','","('56',)","5,",list(char) -> list(char) nth (n=0) word delimited by '.',"('Bradford.971.+180',)",Bradford,list(char) -> list(char) nth (n=1) word delimited by '(',"('Phialdelphia(+176(741(Ducati250',)",+176,list(char) -> list(char) Prepend 'Hornak',"('865',)",Hornak865,list(char) -> list(char) Extract word delimited by ')' - '-',"('+60)Lain-Ducati100-Bradford',)",Lain,list(char) -> list(char) First letters of words (IIII),"('Ducati250 Lashanda N Barbara',)",DLNB,list(char) -> list(char) Append 2 strings (IIIIII),"('Miah', '81')",Miah81,list(char) -> list(char) -> list(char) Drop last 1 characters,"('290',)",29,list(char) -> list(char) Drop last 4 characters,"('+167',)",,list(char) -> list(char) Drop last 3 characters,"('Hage',)",H,list(char) -> list(char) parentheses around a single word (III),"('NY',)",(NY),list(char) -> list(char) Append 2 strings (I),"('Georgina', '2')",Georgina2,list(char) -> list(char) -> list(char) Abbreviate separate words (III),"('+189', '856')",+.8.,list(char) -> list(char) -> list(char) nth (n=1) word delimited by '.',"('Ducati125.of.588.843',)",of,list(char) -> list(char) Append two words delimited by ' ',"('Mariel', 'Harvard')",Mariel Harvard,list(char) -> list(char) -> list(char) Append 'Dermody',"('Columbia',)",ColumbiaDermody,list(char) -> list(char) "drop first word delimited by ','","('Nancy,Beata,512,864',)","Beata,512,864",list(char) -> list(char) parentheses around a single word (IIII),"('+155',)",(+155),list(char) -> list(char) Prepend '170' to first word,"('Malissa W',)",170Malissa,list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"(' California +104,Teddy',)"," (California) +104,Teddy",list(char) -> list(char) Abbreviate words separated by ' ',"('938 Alida',)",9.A.,list(char) -> list(char) ensure suffix `Ramthun`,"('Annalisa Latimore ChismRamthun',)",Annalisa Latimore ChismRamthun,list(char) -> list(char) ensure suffix `Andria`,"('Madelaine +189Andria',)",Madelaine +189Andria,list(char) -> list(char) Abbreviate separate words (IIIIII),"('Lakenya', '62')",L.6.,list(char) -> list(char) -> list(char) Replace '.' w/ ')',"('622.270',)",622)270,list(char) -> list(char) "nth (n=0) word delimited by ','","('Neil,Heintz,Malissa,Berkeley',)",Neil,list(char) -> list(char) Replace ' ' w/ '(',"('035 Penn Hornak',)",035(Penn(Hornak,list(char) -> list(char) Prepend 'UCLA',"('MI',)",UCLAMI,list(char) -> list(char) Prepend 'Hornak',"('Mackenzie',)",HornakMackenzie,list(char) -> list(char) Append 2 strings (IIII),"('426', '369')",426369,list(char) -> list(char) -> list(char) "Extract word delimited by ')' - ','","('Cambridge)Storrs,449)10',)",Storrs,list(char) -> list(char) Abbreviate separate words (IIIIII),"('+81', 'Halpern')",+.H.,list(char) -> list(char) -> list(char) Prepend '+174',"('Jurgens',)",+174Jurgens,list(char) -> list(char) Abbreviate words separated by '-',"('941-162',)",9.1.,list(char) -> list(char) Append 2 strings (IIII),"('Seamons', 'Lakenya')",SeamonsLakenya,list(char) -> list(char) -> list(char) Append 2 strings (I),"('Richert', 'NY')",RichertNY,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by ' ',"('Park +183 186',)",186,list(char) -> list(char) Append '636',"('FreeHafer',)",FreeHafer636,list(char) -> list(char) Abbreviate words separated by ')',"('+196)253',)",+.2.,list(char) -> list(char) First letters of words (IIIII),"('46 439',)",44,list(char) -> list(char) Prepend 'Spell',"('Aylward',)",SpellAylward,list(char) -> list(char) Append two words delimited by ' ',"('2', '+151')",2 +151,list(char) -> list(char) -> list(char) "parentheses around word delimited by '.' & ','","('.DPhiladelphia,+132 G',)",".(DPhiladelphia),+132 G",list(char) -> list(char) parentheses around word delimited by '-' & '.',"('Lain-Edison.C-Temple',)",Lain-(Edison).C-Temple,list(char) -> list(char) First letters of words (III),"('Lango Babiarz R',)",LBR,list(char) -> list(char) Drop last 4 characters,"('Santa',)",S,list(char) -> list(char) Append 2 strings (II),"('245', 'Casler')",245Casler,list(char) -> list(char) -> list(char) drop first word delimited by '.',"('Angeles.+115.+140',)",+115.+140,list(char) -> list(char) Drop last 5 characters,"('Cencici',)",Ce,list(char) -> list(char) Prepend '+167' to first word,"('172 Hayley',)",+167172,list(char) -> list(char) nth (n=1) word delimited by '-',"('+155-Covelli-Constable-405',)",Covelli,list(char) -> list(char) nth (n=0) word delimited by '-',"('+172-Penn-Chilcott-E',)",+172,list(char) -> list(char) "Take first character and append ','","('Ramthun',)","R,",list(char) -> list(char) "Replace ',' w/ '('","('066,+106,Bobo,200',)",066(+106(Bobo(200,list(char) -> list(char) Replace ' ' w/ '(',"('+9 Rowden Reily',)",+9(Rowden(Reily,list(char) -> list(char) Prepend 'Ghoston' to first word,"('Samuel Hage',)",GhostonSamuel,list(char) -> list(char) Prepend 'Spell',"('+197',)",Spell+197,list(char) -> list(char) nth (n=0) word delimited by '.',"('505.+46',)",505,list(char) -> list(char) Replace '(' w/ '.',"('75(University',)",75.University,list(char) -> list(char) Drop last 1 characters,"('+130',)",+13,list(char) -> list(char) Append 2 strings (III),"('35', '981')",35981,list(char) -> list(char) -> list(char) drop first word delimited by ' ',"('141 Lashanda',)",Lashanda,list(char) -> list(char) Drop last 2 characters,"('Stefany',)",Stefa,list(char) -> list(char) "Extract word delimited by ',' - ','","('Barbara,+86,95,Urbana',)",+86,list(char) -> list(char) Take first 5 characters,"('Carlene',)",Carle,list(char) -> list(char) Take first 5 characters,"('Gregori',)",Grego,list(char) -> list(char) Append 2 strings (I),"('I', '+172')",I+172,list(char) -> list(char) -> list(char) parentheses around first word,"('018 +176 Houston',)",(018),list(char) -> list(char) nth (n=1) word delimited by '-',"('Kotas-028',)",028,list(char) -> list(char) Prepend '170' to first word,"('Malissa 500',)",170Malissa,list(char) -> list(char) Extract word delimited by '(' - '(',"('Montiel(Temple(Heintz(Teddy',)",Temple,list(char) -> list(char) Append 'Dermody',"('+5',)",+5Dermody,list(char) -> list(char) Take first character and append '(',"('82',)",8(,list(char) -> list(char) Append 'Beata',"('092',)",092Beata,list(char) -> list(char) Append two words delimited by ' ',"('051', '+174')",051 +174,list(char) -> list(char) -> list(char) Abbreviate words separated by '(',"('Jeanice(Acura',)",J.A.,list(char) -> list(char) "Extract word delimited by ',' - '.'","('86,+161.13,+7',)",+161,list(char) -> list(char) Abbreviate separate words (I),"('Irwin', 'Spell')",I.S.,list(char) -> list(char) -> list(char) Prepend '177' to first word,"('421 Annalisa',)",177421,list(char) -> list(char) Extract word delimited by '(' - '(',"('Ducati250(+183(Richert(Park',)",+183,list(char) -> list(char) "Abbreviate words separated by ','","('FreeHafer,Park',)",F.P.,list(char) -> list(char) "nth (n=0) word delimited by ','","('+115,+106',)",+115,list(char) -> list(char) "Extract word delimited by ')' - ','","('963)Kathlyn,Melodi,Spagnoli',)",Kathlyn,list(char) -> list(char) Abbreviate separate words (IIIII),"('Ducati125', '46')",D.4.,list(char) -> list(char) -> list(char) Append 2 strings (IIIIII),"('O', '765')",O765,list(char) -> list(char) -> list(char) First letters of words (IIII),"('CT FreeHafer Bogle',)",CFB,list(char) -> list(char) ensure suffix `Scalia`,"('Ramthun Beata Chism FreeHaferScalia',)",Ramthun Beata Chism FreeHaferScalia,list(char) -> list(char) "Append two words delimited by ','","('Acura100', '705')","Acura100,705",list(char) -> list(char) -> list(char) ensure suffix `568`,"('+194 517 Bobo568',)",+194 517 Bobo568,list(char) -> list(char) "nth (n=-1) word delimited by ','","('50,+9',)",+9,list(char) -> list(char) Extract word delimited by '-' - ')',"('155-Reily)Haven)+132',)",Reily,list(char) -> list(char) drop first word delimited by '.',"('598.849.854.Kimberley',)",849.854.Kimberley,list(char) -> list(char) Prepend 'Carlene' to first word,"('997 CA',)",Carlene997,list(char) -> list(char) "drop first word delimited by ','","('943,65,216,CA',)","65,216,CA",list(char) -> list(char) nth (n=-1) word delimited by '.',"('197.58',)",58,list(char) -> list(char) nth (n=-1) word delimited by ')',"('+42)+98)+115)Junkin',)",Junkin,list(char) -> list(char) nth (n=1) word delimited by ')',"('Mariel)Carlene)Ducati100)Jeff',)",Carlene,list(char) -> list(char) nth (n=-1) word delimited by ')',"('+151)50)Withers',)",Withers,list(char) -> list(char) Append 2 strings (III),"('Tobias', '58')",Tobias58,list(char) -> list(char) -> list(char) Drop last 1 characters,"('769',)",76,list(char) -> list(char) Take first 5 characters,"('Desiree',)",Desir,list(char) -> list(char) "nth (n=-1) word delimited by ','","('468,376',)",376,list(char) -> list(char) nth (n=0) word delimited by '.',"('Maryann.705.Barbara',)",Maryann,list(char) -> list(char) "parentheses around word delimited by ',' & ' '","(',551 Cencici 68',)",",(551) Cencici 68",list(char) -> list(char) Append two words delimited by '. ',"('62', 'Mackenzie')",62. Mackenzie,list(char) -> list(char) -> list(char) Take first 4 characters,"('Ducati250',)",Duca,list(char) -> list(char) Take first 2 characters,"('Stefany',)",St,list(char) -> list(char) nth (n=-1) word delimited by ' ',"('K 358 Jacquiline Columbia',)",Columbia,list(char) -> list(char) Take first 4 characters,"('Haven',)",Have,list(char) -> list(char) Prepend 'Carlene' to first word,"('+155 45',)",Carlene+155,list(char) -> list(char) Prepend 'Jani',"('Ithaca',)",JaniIthaca,list(char) -> list(char) First letters of words (I),"('81 Heintz Pannell',)",8HP,list(char) -> list(char) Take first character and append '(',"('020',)",0(,list(char) -> list(char) Abbreviate words separated by ')',"('83)56',)",8.5.,list(char) -> list(char) nth (n=1) word delimited by ' ',"('University Sergienko',)",Sergienko,list(char) -> list(char) parentheses around a single word (I),"('+176',)",(+176),list(char) -> list(char) "parentheses around word delimited by '.' & ','","('.+197,64',)",".(+197),64",list(char) -> list(char) nth (n=-1) word delimited by ' ',"('CA Vena 23 Hopkins',)",Hopkins,list(char) -> list(char) Prepend '170' to first word,"('Drexel Maryann',)",170Drexel,list(char) -> list(char) nth (n=-1) word delimited by ')',"('539)027)42',)",42,list(char) -> list(char) Append 2 strings (IIIIII),"('Garrard', '+141')",Garrard+141,list(char) -> list(char) -> list(char) Extract word delimited by '-' - ')',"('NY-Philadelphia)Ferrari-PA',)",Philadelphia,list(char) -> list(char) First letters of words (III),"('Trinidad 500 862',)",T58,list(char) -> list(char) Append two words delimited by ')',"('Storrs', 'Jacquiline')",Storrs)Jacquiline,list(char) -> list(char) -> list(char) Drop last 5 characters,"('Heintz',)",H,list(char) -> list(char) ensure suffix `Scalia`,"('Ducati250 HoustonScalia',)",Ducati250 HoustonScalia,list(char) -> list(char) Abbreviate words separated by '(',"('G(Partida',)",G.P.,list(char) -> list(char) ensure suffix `Columbia`,"('647 Seamons 40 Teddy',)",647 Seamons 40 TeddyColumbia,list(char) -> list(char) nth (n=0) word delimited by '(',"('B(23',)",B,list(char) -> list(char) Append 2 strings (IIII),"('141', '636')",141636,list(char) -> list(char) -> list(char) parentheses around a single word (IIIII),"('Acura',)",(Acura),list(char) -> list(char) Abbreviate words separated by '.',"('Cambridge.6',)",C.6.,list(char) -> list(char) ensure suffix `769`,"('520 T769',)",520 T769,list(char) -> list(char) Append two words delimited by '-',"('+196', 'O')",+196-O,list(char) -> list(char) -> list(char) ensure suffix `Ramthun`,"('107 CollegeRamthun',)",107 CollegeRamthun,list(char) -> list(char) Append two words delimited by '-',"('119', 'Harvard')",119-Harvard,list(char) -> list(char) -> list(char) Replace '(' w/ ')',"('Hornak(Q(Mackenzie',)",Hornak)Q)Mackenzie,list(char) -> list(char) "Append two words delimited by '(,'","('Ducati100', '+176')","Ducati100(,+176",list(char) -> list(char) -> list(char) Abbreviate words separated by '-',"('Mackenzie-K',)",M.K.,list(char) -> list(char) First letters of words (I),"('C 461 +140 Phillip',)",C4+P,list(char) -> list(char) parentheses around a single word (IIIII),"('68',)",(68),list(char) -> list(char) Replace ' ' w/ '(',"('Honda250 Casler Edison',)",Honda250(Casler(Edison,list(char) -> list(char) Extract word delimited by ')' - '-',"('141)Penn-Jani-Clasen',)",Penn,list(char) -> list(char) Append two words delimited by '.-',"('2', 'Kotas')",2.-Kotas,list(char) -> list(char) -> list(char)