CoolFace
Datasetpublic

Fraser/dream-coder

Program Synthesis Data Generated program synthesis datasets used to train dreamcoder. Currently just supports text & list data.

sourceHugging Facemitupdated 4y agoView on Hugging Face
6likes730downloads
_t.text.csv3784 linesDownload Raw Back to root
1description,input,output,types2Replace '.' w/ ')',"('83.Ramthun',)",83)Ramthun,list(char) -> list(char)3Prepend 'Sergienko',"('F',)",SergienkoF,list(char) -> list(char)4Append 2 strings (I),"('Phialdelphia', '40')",Phialdelphia40,list(char) -> list(char) -> list(char)5Append '636',"('C',)",C636,list(char) -> list(char)6Replace '(' w/ ' ',"('Nancy(Houston',)",Nancy Houston,list(char) -> list(char)7Append two words delimited by ')',"('Park', 'Hopkins')",Park)Hopkins,list(char) -> list(char) -> list(char)8Append 'Cornell',"('101',)",101Cornell,list(char) -> list(char)9Drop last 4 characters,"('Jenee',)",J,list(char) -> list(char)10"nth (n=-1) word delimited by ','","('144,Honda550,Hopkins',)",Hopkins,list(char) -> list(char)11parentheses around a single word (IIII),"('Harvard',)",(Harvard),list(char) -> list(char)12drop first word delimited by ' ',"('Bess Berkeley',)",Berkeley,list(char) -> list(char)13nth (n=-1) word delimited by '(',"('Berkeley(557(29',)",29,list(char) -> list(char)14Abbreviate separate words (II),"('Hayley', 'Ferrari')",H.F.,list(char) -> list(char) -> list(char)15ensure suffix `Andria`,"('Hornak 575 MA JacquilineAndria',)",Hornak 575 MA JacquilineAndria,list(char) -> list(char)16Append two words delimited by '.',"('+2', 'Jacquiline')",+2.Jacquiline,list(char) -> list(char) -> list(char)17First letters of words (IIIIII),"('+155 174 Dr Haven',)",+1DH,list(char) -> list(char)18Append two words delimited by '(',"('Q', 'Ducati250')",Q(Ducati250,list(char) -> list(char) -> list(char)19Append 2 strings (II),"('+163', '+141')",+163+141,list(char) -> list(char) -> list(char)20Abbreviate separate words (IIII),"('S', 'Beata')",S.B.,list(char) -> list(char) -> list(char)21Drop last 5 characters,"('Mcgaughey',)",Mcga,list(char) -> list(char)22ensure suffix `568`,"('MD Hopkins 394',)",MD Hopkins 394568,list(char) -> list(char)23Abbreviate separate words (III),"('692', 'Soderstrom')",6.S.,list(char) -> list(char) -> list(char)24Take first character and append ' ',"('MI',)",M ,list(char) -> list(char)25Extract word delimited by '(' - '(',"('14(Rowden(Jeanice(Acura125',)",Rowden,list(char) -> list(char)26Replace '(' w/ '.',"('C(40',)",C.40,list(char) -> list(char)27Append 2 strings (IIII),"('Marcus', '776')",Marcus776,list(char) -> list(char) -> list(char)28nth (n=1) word delimited by '.',"('H.+7.Cortes.+169',)",+7,list(char) -> list(char)29Take first 2 characters,"('334',)",33,list(char) -> list(char)30Extract word delimited by '-' - ')',"('York-Mackenzie)Jacquiline)L',)",Mackenzie,list(char) -> list(char)31Prepend '+174',"('851',)",+174851,list(char) -> list(char)32Prepend 'UCLA',"('Sergienko',)",UCLASergienko,list(char) -> list(char)33ensure suffix `Ramthun`,"('Ghoston Bobo Scalia Chism',)",Ghoston Bobo Scalia ChismRamthun,list(char) -> list(char)34nth (n=0) word delimited by '-',"('Jeff-Lara-Karrie',)",Jeff,list(char) -> list(char)35Append 2 strings (IIIIII),"('+199', '919')",+199919,list(char) -> list(char) -> list(char)36"parentheses around word delimited by '.' & ','","('476.47,017',)","476.(47),017",list(char) -> list(char)37Prepend '+174',"('52',)",+17452,list(char) -> list(char)38First letters of words (IIIIII),"('43 390 Phillip',)",43P,list(char) -> list(char)39Append two words delimited by '  ',"('Acura', 'Vena')",Acura  Vena,list(char) -> list(char) -> list(char)40"parentheses around word delimited by ',' & ','","(',548,43',)",",(548),43",list(char) -> list(char)41parentheses around a single word (IIIII),"('York',)",(York),list(char) -> list(char)42Take first character and append ' ',"('Alida',)",A ,list(char) -> list(char)43parentheses around a single word (I),"('+140',)",(+140),list(char) -> list(char)44Prepend 'Jani',"('Andria',)",JaniAndria,list(char) -> list(char)45parentheses around word delimited by ' ' & ' ',"('Spagnoli Marquess Gertude',)",Spagnoli (Marquess) Gertude,list(char) -> list(char)46Append 'Beata',"('Eccleston',)",EcclestonBeata,list(char) -> list(char)47"parentheses around word delimited by ',' & ' '","('29,10 Stefany +158',)","29,(10) Stefany +158",list(char) -> list(char)48"Replace '-' w/ ','","('2-FreeHafer-+188',)","2,FreeHafer,+188",list(char) -> list(char)49"nth (n=0) word delimited by ','","('R,Miah,Arbor',)",R,list(char) -> list(char)50"Append two words delimited by '(,'","('50', '949')","50(,949",list(char) -> list(char) -> list(char)51"Abbreviate words separated by ','","('Trinidad,58',)",T.5.,list(char) -> list(char)52Extract word delimited by '(' - '(',"('Andria(Honda125(+75(Malissa',)",Honda125,list(char) -> list(char)53Prepend 'Hornak',"('P',)",HornakP,list(char) -> list(char)54ensure suffix `769`,"('Ducati125 A Eccleston +198769',)",Ducati125 A Eccleston +198769,list(char) -> list(char)55nth (n=1) word delimited by '(',"('+188(45(+9',)",45,list(char) -> list(char)56"Take first character and append ','","('56',)","5,",list(char) -> list(char)57nth (n=0) word delimited by '.',"('Bradford.971.+180',)",Bradford,list(char) -> list(char)58nth (n=1) word delimited by '(',"('Phialdelphia(+176(741(Ducati250',)",+176,list(char) -> list(char)59Prepend 'Hornak',"('865',)",Hornak865,list(char) -> list(char)60Extract word delimited by ')' - '-',"('+60)Lain-Ducati100-Bradford',)",Lain,list(char) -> list(char)61First letters of words (IIII),"('Ducati250 Lashanda N Barbara',)",DLNB,list(char) -> list(char)62Append 2 strings (IIIIII),"('Miah', '81')",Miah81,list(char) -> list(char) -> list(char)63Drop last 1 characters,"('290',)",29,list(char) -> list(char)64Drop last 4 characters,"('+167',)",,list(char) -> list(char)65Drop last 3 characters,"('Hage',)",H,list(char) -> list(char)66parentheses around a single word (III),"('NY',)",(NY),list(char) -> list(char)67Append 2 strings (I),"('Georgina', '2')",Georgina2,list(char) -> list(char) -> list(char)68Abbreviate separate words (III),"('+189', '856')",+.8.,list(char) -> list(char) -> list(char)69nth (n=1) word delimited by '.',"('Ducati125.of.588.843',)",of,list(char) -> list(char)70Append two words delimited by ' ',"('Mariel', 'Harvard')",Mariel Harvard,list(char) -> list(char) -> list(char)71Append 'Dermody',"('Columbia',)",ColumbiaDermody,list(char) -> list(char)72"drop first word delimited by ','","('Nancy,Beata,512,864',)","Beata,512,864",list(char) -> list(char)73parentheses around a single word (IIII),"('+155',)",(+155),list(char) -> list(char)74Prepend '170' to first word,"('Malissa W',)",170Malissa,list(char) -> list(char)75parentheses around word delimited by ' ' & ' ',"(' California +104,Teddy',)"," (California) +104,Teddy",list(char) -> list(char)76Abbreviate words separated by ' ',"('938 Alida',)",9.A.,list(char) -> list(char)77ensure suffix `Ramthun`,"('Annalisa Latimore ChismRamthun',)",Annalisa Latimore ChismRamthun,list(char) -> list(char)78ensure suffix `Andria`,"('Madelaine +189Andria',)",Madelaine +189Andria,list(char) -> list(char)79Abbreviate separate words (IIIIII),"('Lakenya', '62')",L.6.,list(char) -> list(char) -> list(char)80Replace '.' w/ ')',"('622.270',)",622)270,list(char) -> list(char)81"nth (n=0) word delimited by ','","('Neil,Heintz,Malissa,Berkeley',)",Neil,list(char) -> list(char)82Replace ' ' w/ '(',"('035 Penn Hornak',)",035(Penn(Hornak,list(char) -> list(char)83Prepend 'UCLA',"('MI',)",UCLAMI,list(char) -> list(char)84Prepend 'Hornak',"('Mackenzie',)",HornakMackenzie,list(char) -> list(char)85Append 2 strings (IIII),"('426', '369')",426369,list(char) -> list(char) -> list(char)86"Extract word delimited by ')' - ','","('Cambridge)Storrs,449)10',)",Storrs,list(char) -> list(char)87Abbreviate separate words (IIIIII),"('+81', 'Halpern')",+.H.,list(char) -> list(char) -> list(char)88Prepend '+174',"('Jurgens',)",+174Jurgens,list(char) -> list(char)89Abbreviate words separated by '-',"('941-162',)",9.1.,list(char) -> list(char)90Append 2 strings (IIII),"('Seamons', 'Lakenya')",SeamonsLakenya,list(char) -> list(char) -> list(char)91Append 2 strings (I),"('Richert', 'NY')",RichertNY,list(char) -> list(char) -> list(char)92nth (n=-1) word delimited by ' ',"('Park +183 186',)",186,list(char) -> list(char)93Append '636',"('FreeHafer',)",FreeHafer636,list(char) -> list(char)94Abbreviate words separated by ')',"('+196)253',)",+.2.,list(char) -> list(char)95First letters of words (IIIII),"('46 439',)",44,list(char) -> list(char)96Prepend 'Spell',"('Aylward',)",SpellAylward,list(char) -> list(char)97Append two words delimited by '  ',"('2', '+151')",2  +151,list(char) -> list(char) -> list(char)98"parentheses around word delimited by '.' & ','","('.DPhiladelphia,+132 G',)",".(DPhiladelphia),+132 G",list(char) -> list(char)99parentheses around word delimited by '-' & '.',"('Lain-Edison.C-Temple',)",Lain-(Edison).C-Temple,list(char) -> list(char)100First letters of words (III),"('Lango Babiarz R',)",LBR,list(char) -> list(char)101Drop last 4 characters,"('Santa',)",S,list(char) -> list(char)102Append 2 strings (II),"('245', 'Casler')",245Casler,list(char) -> list(char) -> list(char)103drop first word delimited by '.',"('Angeles.+115.+140',)",+115.+140,list(char) -> list(char)104Drop last 5 characters,"('Cencici',)",Ce,list(char) -> list(char)105Prepend '+167' to first word,"('172 Hayley',)",+167172,list(char) -> list(char)106nth (n=1) word delimited by '-',"('+155-Covelli-Constable-405',)",Covelli,list(char) -> list(char)107nth (n=0) word delimited by '-',"('+172-Penn-Chilcott-E',)",+172,list(char) -> list(char)108"Take first character and append ','","('Ramthun',)","R,",list(char) -> list(char)109"Replace ',' w/ '('","('066,+106,Bobo,200',)",066(+106(Bobo(200,list(char) -> list(char)110Replace ' ' w/ '(',"('+9 Rowden Reily',)",+9(Rowden(Reily,list(char) -> list(char)111Prepend 'Ghoston' to first word,"('Samuel Hage',)",GhostonSamuel,list(char) -> list(char)112Prepend 'Spell',"('+197',)",Spell+197,list(char) -> list(char)113nth (n=0) word delimited by '.',"('505.+46',)",505,list(char) -> list(char)114Replace '(' w/ '.',"('75(University',)",75.University,list(char) -> list(char)115Drop last 1 characters,"('+130',)",+13,list(char) -> list(char)116Append 2 strings (III),"('35', '981')",35981,list(char) -> list(char) -> list(char)117drop first word delimited by ' ',"('141 Lashanda',)",Lashanda,list(char) -> list(char)118Drop last 2 characters,"('Stefany',)",Stefa,list(char) -> list(char)119"Extract word delimited by ',' - ','","('Barbara,+86,95,Urbana',)",+86,list(char) -> list(char)120Take first 5 characters,"('Carlene',)",Carle,list(char) -> list(char)121Take first 5 characters,"('Gregori',)",Grego,list(char) -> list(char)122Append 2 strings (I),"('I', '+172')",I+172,list(char) -> list(char) -> list(char)123parentheses around first word,"('018 +176 Houston',)",(018),list(char) -> list(char)124nth (n=1) word delimited by '-',"('Kotas-028',)",028,list(char) -> list(char)125Prepend '170' to first word,"('Malissa 500',)",170Malissa,list(char) -> list(char)126Extract word delimited by '(' - '(',"('Montiel(Temple(Heintz(Teddy',)",Temple,list(char) -> list(char)127Append 'Dermody',"('+5',)",+5Dermody,list(char) -> list(char)128Take first character and append '(',"('82',)",8(,list(char) -> list(char)129Append 'Beata',"('092',)",092Beata,list(char) -> list(char)130Append two words delimited by ' ',"('051', '+174')",051 +174,list(char) -> list(char) -> list(char)131Abbreviate words separated by '(',"('Jeanice(Acura',)",J.A.,list(char) -> list(char)132"Extract word delimited by ',' - '.'","('86,+161.13,+7',)",+161,list(char) -> list(char)133Abbreviate separate words (I),"('Irwin', 'Spell')",I.S.,list(char) -> list(char) -> list(char)134Prepend '177' to first word,"('421 Annalisa',)",177421,list(char) -> list(char)135Extract word delimited by '(' - '(',"('Ducati250(+183(Richert(Park',)",+183,list(char) -> list(char)136"Abbreviate words separated by ','","('FreeHafer,Park',)",F.P.,list(char) -> list(char)137"nth (n=0) word delimited by ','","('+115,+106',)",+115,list(char) -> list(char)138"Extract word delimited by ')' - ','","('963)Kathlyn,Melodi,Spagnoli',)",Kathlyn,list(char) -> list(char)139Abbreviate separate words (IIIII),"('Ducati125', '46')",D.4.,list(char) -> list(char) -> list(char)140Append 2 strings (IIIIII),"('O', '765')",O765,list(char) -> list(char) -> list(char)141First letters of words (IIII),"('CT FreeHafer Bogle',)",CFB,list(char) -> list(char)142ensure suffix `Scalia`,"('Ramthun Beata Chism FreeHaferScalia',)",Ramthun Beata Chism FreeHaferScalia,list(char) -> list(char)143"Append two words delimited by ','","('Acura100', '705')","Acura100,705",list(char) -> list(char) -> list(char)144ensure suffix `568`,"('+194 517 Bobo568',)",+194 517 Bobo568,list(char) -> list(char)145"nth (n=-1) word delimited by ','","('50,+9',)",+9,list(char) -> list(char)146Extract word delimited by '-' - ')',"('155-Reily)Haven)+132',)",Reily,list(char) -> list(char)147drop first word delimited by '.',"('598.849.854.Kimberley',)",849.854.Kimberley,list(char) -> list(char)148Prepend 'Carlene' to first word,"('997 CA',)",Carlene997,list(char) -> list(char)149"drop first word delimited by ','","('943,65,216,CA',)","65,216,CA",list(char) -> list(char)150nth (n=-1) word delimited by '.',"('197.58',)",58,list(char) -> list(char)151nth (n=-1) word delimited by ')',"('+42)+98)+115)Junkin',)",Junkin,list(char) -> list(char)152nth (n=1) word delimited by ')',"('Mariel)Carlene)Ducati100)Jeff',)",Carlene,list(char) -> list(char)153nth (n=-1) word delimited by ')',"('+151)50)Withers',)",Withers,list(char) -> list(char)154Append 2 strings (III),"('Tobias', '58')",Tobias58,list(char) -> list(char) -> list(char)155Drop last 1 characters,"('769',)",76,list(char) -> list(char)156Take first 5 characters,"('Desiree',)",Desir,list(char) -> list(char)157"nth (n=-1) word delimited by ','","('468,376',)",376,list(char) -> list(char)158nth (n=0) word delimited by '.',"('Maryann.705.Barbara',)",Maryann,list(char) -> list(char)159"parentheses around word delimited by ',' & ' '","(',551 Cencici 68',)",",(551) Cencici 68",list(char) -> list(char)160Append two words delimited by '. ',"('62', 'Mackenzie')",62. Mackenzie,list(char) -> list(char) -> list(char)161Take first 4 characters,"('Ducati250',)",Duca,list(char) -> list(char)162Take first 2 characters,"('Stefany',)",St,list(char) -> list(char)163nth (n=-1) word delimited by ' ',"('K 358 Jacquiline Columbia',)",Columbia,list(char) -> list(char)164Take first 4 characters,"('Haven',)",Have,list(char) -> list(char)165Prepend 'Carlene' to first word,"('+155 45',)",Carlene+155,list(char) -> list(char)166Prepend 'Jani',"('Ithaca',)",JaniIthaca,list(char) -> list(char)167First letters of words (I),"('81 Heintz Pannell',)",8HP,list(char) -> list(char)168Take first character and append '(',"('020',)",0(,list(char) -> list(char)169Abbreviate words separated by ')',"('83)56',)",8.5.,list(char) -> list(char)170nth (n=1) word delimited by ' ',"('University Sergienko',)",Sergienko,list(char) -> list(char)171parentheses around a single word (I),"('+176',)",(+176),list(char) -> list(char)172"parentheses around word delimited by '.' & ','","('.+197,64',)",".(+197),64",list(char) -> list(char)173nth (n=-1) word delimited by ' ',"('CA Vena 23 Hopkins',)",Hopkins,list(char) -> list(char)174Prepend '170' to first word,"('Drexel Maryann',)",170Drexel,list(char) -> list(char)175nth (n=-1) word delimited by ')',"('539)027)42',)",42,list(char) -> list(char)176Append 2 strings (IIIIII),"('Garrard', '+141')",Garrard+141,list(char) -> list(char) -> list(char)177Extract word delimited by '-' - ')',"('NY-Philadelphia)Ferrari-PA',)",Philadelphia,list(char) -> list(char)178First letters of words (III),"('Trinidad 500 862',)",T58,list(char) -> list(char)179Append two words delimited by ')',"('Storrs', 'Jacquiline')",Storrs)Jacquiline,list(char) -> list(char) -> list(char)180Drop last 5 characters,"('Heintz',)",H,list(char) -> list(char)181ensure suffix `Scalia`,"('Ducati250 HoustonScalia',)",Ducati250 HoustonScalia,list(char) -> list(char)182Abbreviate words separated by '(',"('G(Partida',)",G.P.,list(char) -> list(char)183ensure suffix `Columbia`,"('647 Seamons 40 Teddy',)",647 Seamons 40 TeddyColumbia,list(char) -> list(char)184nth (n=0) word delimited by '(',"('B(23',)",B,list(char) -> list(char)185Append 2 strings (IIII),"('141', '636')",141636,list(char) -> list(char) -> list(char)186parentheses around a single word (IIIII),"('Acura',)",(Acura),list(char) -> list(char)187Abbreviate words separated by '.',"('Cambridge.6',)",C.6.,list(char) -> list(char)188ensure suffix `769`,"('520 T769',)",520 T769,list(char) -> list(char)189Append two words delimited by '-',"('+196', 'O')",+196-O,list(char) -> list(char) -> list(char)190ensure suffix `Ramthun`,"('107 CollegeRamthun',)",107 CollegeRamthun,list(char) -> list(char)191Append two words delimited by '-',"('119', 'Harvard')",119-Harvard,list(char) -> list(char) -> list(char)192Replace '(' w/ ')',"('Hornak(Q(Mackenzie',)",Hornak)Q)Mackenzie,list(char) -> list(char)193"Append two words delimited by '(,'","('Ducati100', '+176')","Ducati100(,+176",list(char) -> list(char) -> list(char)194Abbreviate words separated by '-',"('Mackenzie-K',)",M.K.,list(char) -> list(char)195First letters of words (I),"('C 461 +140 Phillip',)",C4+P,list(char) -> list(char)196parentheses around a single word (IIIII),"('68',)",(68),list(char) -> list(char)197Replace ' ' w/ '(',"('Honda250 Casler Edison',)",Honda250(Casler(Edison,list(char) -> list(char)198Extract word delimited by ')' - '-',"('141)Penn-Jani-Clasen',)",Penn,list(char) -> list(char)199Append two words delimited by '.-',"('2', 'Kotas')",2.-Kotas,list(char) -> list(char) -> list(char)200Append 2 strings (IIIII),"('Jacquiline', 'College')",JacquilineCollege,list(char) -> list(char) -> list(char)201Append 'Cornell',"('715',)",715Cornell,list(char) -> list(char)202parentheses around word delimited by ' ' & '-',"(' Reily-Withers,Urbana',)"," (Reily)-Withers,Urbana",list(char) -> list(char)203nth (n=1) word delimited by '(',"('Andria(736(654',)",736,list(char) -> list(char)204"Abbreviate words separated by ','","('Rice,883',)",R.8.,list(char) -> list(char)205Abbreviate separate words (IIII),"('M', '145')",M.1.,list(char) -> list(char) -> list(char)206"Extract word delimited by ',' - '.'","('CT,+118.Mariel.40',)",+118,list(char) -> list(char)207Extract word delimited by '-' - ')',"('T-188)Brendan-736',)",188,list(char) -> list(char)208"parentheses around word delimited by ',' & ' '","(',Samuel Stefany.+185',)",",(Samuel) Stefany.+185",list(char) -> list(char)209"nth (n=1) word delimited by ','","('Tobias,986,FreeHafer,+9',)",986,list(char) -> list(char)210drop first word delimited by ')',"('Mariel)+195',)",+195,list(char) -> list(char)211Take first character and append '-',"('751',)",7-,list(char) -> list(char)212Append '+138',"('Cornell',)",Cornell+138,list(char) -> list(char)213nth (n=-1) word delimited by '-',"('Alaina-Jacquiline',)",Jacquiline,list(char) -> list(char)214Append 'Angeles',"('Celsa',)",CelsaAngeles,list(char) -> list(char)215Take first character and append ' ',"('Jan',)",J ,list(char) -> list(char)216Append 2 strings (II),"('Spell', 'Los')",SpellLos,list(char) -> list(char) -> list(char)217"Replace '-' w/ ','","('Georgina-Dr-Alida-Acura100',)","Georgina,Dr,Alida,Acura100",list(char) -> list(char)218"parentheses around word delimited by ',' & ' '","('Dr,+104 45',)","Dr,(+104) 45",list(char) -> list(char)219Drop last 4 characters,"('Andria',)",An,list(char) -> list(char)220"drop first word delimited by ','","('+6,Micha,167',)","Micha,167",list(char) -> list(char)221"Replace ',' w/ '.'","('Reily,Madelaine',)",Reily.Madelaine,list(char) -> list(char)222nth (n=0) word delimited by '(',"('Pennsylvania(Marquess',)",Pennsylvania,list(char) -> list(char)223nth (n=0) word delimited by ' ',"('268 14 +104',)",268,list(char) -> list(char)224parentheses around second word,"('O Jeanice',)",(Jeanice),list(char) -> list(char)225drop first word delimited by ' ',"('S 2 86 178',)",2 86 178,list(char) -> list(char)226Take first character and append '.',"('+189',)",+.,list(char) -> list(char)227Drop last 2 characters,"('MI',)",,list(char) -> list(char)228nth (n=1) word delimited by '.',"('Karrie.Covelli.882.+129',)",Covelli,list(char) -> list(char)229"parentheses around word delimited by ',' & ','","('Bess,994,Montiel',)","Bess,(994),Montiel",list(char) -> list(char)230Drop last 2 characters,"('562',)",5,list(char) -> list(char)231"Extract word delimited by ',' - ','","('7,Soderstrom,S,A',)",Soderstrom,list(char) -> list(char)232parentheses around a single word (IIII),"('+176',)",(+176),list(char) -> list(char)233drop first word delimited by '(',"('75(Rice',)",Rice,list(char) -> list(char)234ensure suffix `997`,"('+163 +129997',)",+163 +129997,list(char) -> list(char)235"Replace '-' w/ ','","('+138-Irwin-46',)","+138,Irwin,46",list(char) -> list(char)236ensure suffix `568`,"('+47 P568',)",+47 P568,list(char) -> list(char)237Prepend '+174',"('S',)",+174S,list(char) -> list(char)238nth (n=0) word delimited by ')',"('Lara)+176',)",Lara,list(char) -> list(char)239Append two words delimited by '. ',"('Philadelphia', '433')",Philadelphia. 433,list(char) -> list(char) -> list(char)240Take first 2 characters,"('Dermody',)",De,list(char) -> list(char)241Abbreviate separate words (IIII),"('413', 'Acura')",4.A.,list(char) -> list(char) -> list(char)242ensure suffix `997`,"('Hopkins 701 F',)",Hopkins 701 F997,list(char) -> list(char)243Prepend 'Sergienko',"('009',)",Sergienko009,list(char) -> list(char)244Take first character and append '.',"('+46',)",+.,list(char) -> list(char)245Prepend 'Ghoston' to first word,"('FreeHafer 47',)",GhostonFreeHafer,list(char) -> list(char)246Drop last 1 characters,"('Latimore',)",Latimor,list(char) -> list(char)247Take first 3 characters,"('598',)",598,list(char) -> list(char)248drop first word delimited by ')',"('Jenee)Jenee)151)UC',)",Jenee)151)UC,list(char) -> list(char)249"parentheses around word delimited by ',' & ','","('100,066,Annalisa',)","100,(066),Annalisa",list(char) -> list(char)250First letters of words (IIII),"('310 817 Q +185',)",38Q+,list(char) -> list(char)251Prepend 'Spell',"('+105',)",Spell+105,list(char) -> list(char)252"Append two words delimited by '(,'","('245', '18')","245(,18",list(char) -> list(char) -> list(char)253Append two words delimited by '.',"('R', 'Rowden')",R.Rowden,list(char) -> list(char) -> list(char)254Abbreviate separate words (III),"('038', 'Hornak')",0.H.,list(char) -> list(char) -> list(char)255parentheses around word delimited by ' ' & ' ',"('Honda250 Melodi +9-Kotas',)",Honda250 (Melodi) +9-Kotas,list(char) -> list(char)256Prepend 'Sergienko',"('Barbara',)",SergienkoBarbara,list(char) -> list(char)257Drop last 5 characters,"('Ferrari250',)",Ferra,list(char) -> list(char)258Append 'Cornell',"('Akiyama',)",AkiyamaCornell,list(char) -> list(char)259Append '+138',"('512',)",512+138,list(char) -> list(char)260Append 'Angeles',"('469',)",469Angeles,list(char) -> list(char)261"drop first word delimited by ','","('Rice,Partida,894,40',)","Partida,894,40",list(char) -> list(char)262Abbreviate words separated by ' ',"('038 Cruz',)",0.C.,list(char) -> list(char)263Drop last 3 characters,"('857',)",,list(char) -> list(char)264Append two words delimited by ' -',"('2', 'J')",2 -J,list(char) -> list(char) -> list(char)265ensure suffix `Scalia`,"('Angeles T N',)",Angeles T NScalia,list(char) -> list(char)266parentheses around a single word (III),"('Park',)",(Park),list(char) -> list(char)267Abbreviate separate words (IIIIII),"('25', '488')",2.4.,list(char) -> list(char) -> list(char)268"Append two words delimited by ','","('Pennsylvania', '+198')","Pennsylvania,+198",list(char) -> list(char) -> list(char)269Prepend 'Jani',"('25',)",Jani25,list(char) -> list(char)270Abbreviate words separated by ' ',"('Annalisa College',)",A.C.,list(char) -> list(char)271Prepend 'Ghoston' to first word,"('720 588',)",Ghoston720,list(char) -> list(char)272ensure suffix `769`,"('Andria +140 Spell',)",Andria +140 Spell769,list(char) -> list(char)273Append two words delimited by ')',"('Vena', 'Eccleston')",Vena)Eccleston,list(char) -> list(char) -> list(char)274Take first character and append '-',"('Chong',)",C-,list(char) -> list(char)275Prepend '177' to first word,"('566 14',)",177566,list(char) -> list(char)276"Replace ',' w/ '('","('+132,Tobias',)",+132(Tobias,list(char) -> list(char)277Take first character and append '-',"('+158',)",+-,list(char) -> list(char)278ensure suffix `997`,"('Quashie Miah',)",Quashie Miah997,list(char) -> list(char)279ensure suffix `Columbia`,"('Ferrari250 +58 AndrewColumbia',)",Ferrari250 +58 AndrewColumbia,list(char) -> list(char)280"Extract word delimited by ')' - ','","('+104)+58,Ramthun,Bobo',)",+58,list(char) -> list(char)281Append 2 strings (II),"('I', 'P')",IP,list(char) -> list(char) -> list(char)282"Replace ',' w/ '.'","('Ducati,+147',)",Ducati.+147,list(char) -> list(char)283nth (n=1) word delimited by '.',"('Bogle.Jani',)",Jani,list(char) -> list(char)284Append two words delimited by '(',"('PA', 'Dermody')",PA(Dermody,list(char) -> list(char) -> list(char)285"Replace '-' w/ ','","('834-Cruz-+197-Clasen',)","834,Cruz,+197,Clasen",list(char) -> list(char)286Prepend '086' to first word,"('Georgina 72',)",086Georgina,list(char) -> list(char)287Abbreviate words separated by '.',"('T.81',)",T.8.,list(char) -> list(char)288"Take first character and append ','","('546',)","5,",list(char) -> list(char)289"Abbreviate words separated by ','","('R,+108',)",R.+.,list(char) -> list(char)290Prepend '086' to first word,"('35 Lara',)",08635,list(char) -> list(char)291parentheses around a single word (III),"('Lain',)",(Lain),list(char) -> list(char)292Append 'Beata',"('997',)",997Beata,list(char) -> list(char)293parentheses around a single word (II),"('Honda',)",(Honda),list(char) -> list(char)294"Extract word delimited by ',' - ','","('+75,FreeHafer,861,Babiarz',)",FreeHafer,list(char) -> list(char)295parentheses around word delimited by ' ' & '-',"('+151 Annalisa-Phillip-Pennsylvania',)",+151 (Annalisa)-Phillip-Pennsylvania,list(char) -> list(char)296Take first character and append ')',"('+169',)",+),list(char) -> list(char)297Abbreviate separate words (IIIIII),"('O', 'Dr')",O.D.,list(char) -> list(char) -> list(char)298First letters of words (IIII),"('Spell 865 169 095',)",S810,list(char) -> list(char)299ensure suffix `Ramthun`,"('Bogle Miah Honda250 Trinidad',)",Bogle Miah Honda250 TrinidadRamthun,list(char) -> list(char)300Append two words delimited by '-',"('Constable', '+197')",Constable-+197,list(char) -> list(char) -> list(char)301Prepend 'Jani',"('Honda550',)",JaniHonda550,list(char) -> list(char)302First letters of words (IIIII),"('751 Drexel L J',)",7DLJ,list(char) -> list(char)303Append two words delimited by ' -',"('779', 'Withers')",779 -Withers,list(char) -> list(char) -> list(char)304Append two words delimited by '..',"('568', 'Teddy')",568..Teddy,list(char) -> list(char) -> list(char)305Append 2 strings (IIIII),"('Madelaine', '29')",Madelaine29,list(char) -> list(char) -> list(char)306Append 2 strings (IIIII),"('Alaina', '7')",Alaina7,list(char) -> list(char) -> list(char)307Abbreviate separate words (II),"('395', '082')",3.0.,list(char) -> list(char) -> list(char)308drop first word delimited by '-',"('62-Temple',)",Temple,list(char) -> list(char)309Prepend 'Ghoston' to first word,"('125 +118',)",Ghoston125,list(char) -> list(char)310parentheses around first word,"('415 +115 484',)",(415),list(char) -> list(char)311parentheses around a single word (IIIII),"('Halpern',)",(Halpern),list(char) -> list(char)312Abbreviate separate words (I),"('+118', '894')",+.8.,list(char) -> list(char) -> list(char)313Drop last 3 characters,"('Brescia',)",Bres,list(char) -> list(char)314Abbreviate words separated by '(',"('+180(P',)",+.P.,list(char) -> list(char)315drop first word delimited by ')',"('Heintz)Babiarz)University',)",Babiarz)University,list(char) -> list(char)316Abbreviate separate words (III),"('+174', 'Lain')",+.L.,list(char) -> list(char) -> list(char)317ensure suffix `Andria`,"('+13 20 +7',)",+13 20 +7Andria,list(char) -> list(char)318Append '636',"('844',)",844636,list(char) -> list(char)319"nth (n=1) word delimited by ','","('473,Phialdelphia',)",Phialdelphia,list(char) -> list(char)320Prepend 'Carlene' to first word,"('43 927',)",Carlene43,list(char) -> list(char)321nth (n=1) word delimited by ')',"('UC)+176)Jeanice)+174',)",+176,list(char) -> list(char)322Take first character and append '-',"('Scalia',)",S-,list(char) -> list(char)323Append two words delimited by '  ',"('Malissa', 'Philadelphia')",Malissa  Philadelphia,list(char) -> list(char) -> list(char)324Replace '-' w/ ' ',"('+183-13',)",+183 13,list(char) -> list(char)325First letters of words (III),"('+5 Urbana',)",+U,list(char) -> list(char)326First letters of words (IIIIII),"('888 Penn 50 UC',)",8P5U,list(char) -> list(char)327Extract word delimited by ')' - '-',"('Cruz)+188-Maryann)183',)",+188,list(char) -> list(char)328Append two words delimited by '(',"('204', 'Elias')",204(Elias,list(char) -> list(char) -> list(char)329Take first 2 characters,"('+2',)",+2,list(char) -> list(char)330parentheses around a single word (II),"('B',)",(B),list(char) -> list(char)331Abbreviate separate words (IIIII),"('50', 'PA')",5.P.,list(char) -> list(char) -> list(char)332Append two words delimited by '(',"('176', 'C')",176(C,list(char) -> list(char) -> list(char)333nth (n=-1) word delimited by '-',"('+172-University-College',)",College,list(char) -> list(char)334Take first character and append ')',"('83',)",8),list(char) -> list(char)335Append two words delimited by '..',"('Vena', '50')",Vena..50,list(char) -> list(char) -> list(char)336Append two words delimited by '..',"('Spagnoli', 'Hornak')",Spagnoli..Hornak,list(char) -> list(char) -> list(char)337nth (n=1) word delimited by '-',"('Launa-Hornak',)",Hornak,list(char) -> list(char)338Abbreviate separate words (IIII),"('+140', 'Partida')",+.P.,list(char) -> list(char) -> list(char)339nth (n=-1) word delimited by ' ',"('Edison 29 938 W',)",W,list(char) -> list(char)340Append two words delimited by '.',"('632', '836')",632.836,list(char) -> list(char) -> list(char)341nth (n=0) word delimited by ')',"('E)844',)",E,list(char) -> list(char)342Append two words delimited by '.-',"('Philadelphia', '6')",Philadelphia.-6,list(char) -> list(char) -> list(char)343parentheses around a single word (II),"('426',)",(426),list(char) -> list(char)344First letters of words (I),"('Andria Richert 652 Penn',)",AR6P,list(char) -> list(char)345Abbreviate words separated by '.',"('Spagnoli.734',)",S.7.,list(char) -> list(char)346Abbreviate words separated by '.',"('817.33',)",8.3.,list(char) -> list(char)347Take first 4 characters,"('+106',)",+106,list(char) -> list(char)348nth (n=1) word delimited by ' ',"('+132 Annalisa Mcgaughey Ferrari',)",Annalisa,list(char) -> list(char)349Prepend 'Hornak',"('H',)",HornakH,list(char) -> list(char)350Abbreviate words separated by '-',"('Cruz-150',)",C.1.,list(char) -> list(char)351First letters of words (IIIII),"('Honda550 +180 Q',)",H+Q,list(char) -> list(char)352Take first character and append ')',"('414',)",4),list(char) -> list(char)353Take first 4 characters,"('Reily',)",Reil,list(char) -> list(char)354Abbreviate words separated by ' ',"('+104 Hayley',)",+.H.,list(char) -> list(char)355First letters of words (IIIII),"('Dr UC K Rowden',)",DUKR,list(char) -> list(char)356parentheses around second word,"('California 86',)",(86),list(char) -> list(char)357Append two words delimited by ' ',"('Lain', 'Irwin')",Lain Irwin,list(char) -> list(char) -> list(char)358Prepend '+167' to first word,"('Madelaine Carlene',)",+167Madelaine,list(char) -> list(char)359Abbreviate words separated by '-',"('Kathlyn-Beata',)",K.B.,list(char) -> list(char)360First letters of words (II),"('438 20 MA FreeHafer',)",42MF,list(char) -> list(char)361Abbreviate separate words (I),"('Dermody', 'D')",D.D.,list(char) -> list(char) -> list(char)362Replace '.' w/ ')',"('Beata.21.119',)",Beata)21)119,list(char) -> list(char)363Prepend 'Spell',"('358',)",Spell358,list(char) -> list(char)364Append '636',"('Bess',)",Bess636,list(char) -> list(char)365Append two words delimited by ' -',"('Q', 'Phillip')",Q -Phillip,list(char) -> list(char) -> list(char)366Abbreviate separate words (II),"('Gertude', 'Dermody')",G.D.,list(char) -> list(char) -> list(char)367parentheses around word delimited by ' ' & '-',"(' +194-9',)", (+194)-9,list(char) -> list(char)368nth (n=0) word delimited by '.',"('B.25.Jeanice',)",B,list(char) -> list(char)369parentheses around word delimited by '-' & '.',"('9-Ducati125.976.Alida',)",9-(Ducati125).976.Alida,list(char) -> list(char)370Take first character and append '(',"('Pennsylvania',)",P(,list(char) -> list(char)371nth (n=1) word delimited by '-',"('504-Jeanice-K',)",Jeanice,list(char) -> list(char)372Append 'Beata',"('S',)",SBeata,list(char) -> list(char)373Replace '-' w/ ' ',"('+106-Yale-+130-+141',)",+106 Yale +130 +141,list(char) -> list(char)374Prepend '086' to first word,"('Ducati Penn',)",086Ducati,list(char) -> list(char)375Abbreviate words separated by ')',"('585)13',)",5.1.,list(char) -> list(char)376parentheses around first word,"('TX 33 Pennsylvania',)",(TX),list(char) -> list(char)377nth (n=0) word delimited by ' ',"('42 597 J',)",42,list(char) -> list(char)378Drop last 2 characters,"('Nancy',)",Nan,list(char) -> list(char)379Append two words delimited by '.-',"('Mackenzie', '163')",Mackenzie.-163,list(char) -> list(char) -> list(char)380drop first word delimited by '-',"('Coralee-862',)",862,list(char) -> list(char)381nth (n=1) word delimited by '(',"('W(517(+199',)",517,list(char) -> list(char)382parentheses around first word,"('+108 29 95 +196 332',)",(+108),list(char) -> list(char)383"Take first character and append ','","('Covelli',)","C,",list(char) -> list(char)384Take first character and append ')',"('DPhiladelphia',)",D),list(char) -> list(char)385Append 'Cornell',"('IL',)",ILCornell,list(char) -> list(char)386drop first word delimited by ' ',"('386 Georgina 720 141',)",Georgina 720 141,list(char) -> list(char)387Prepend '177' to first word,"('Jacqualine +180',)",177Jacqualine,list(char) -> list(char)388"Replace ',' w/ '('","('820,Connecticut',)",820(Connecticut,list(char) -> list(char)389Replace '-' w/ ' ',"('Jacqualine-62',)",Jacqualine 62,list(char) -> list(char)390"Extract word delimited by ',' - '.'","('426,Lain.45,Honda125',)",Lain,list(char) -> list(char)391Prepend 'UCLA',"('Ferrari',)",UCLAFerrari,list(char) -> list(char)392Replace '(' w/ ' ',"('+194(Alaina',)",+194 Alaina,list(char) -> list(char)393drop first word delimited by '.',"('Jenee.21.80.Soderstrom',)",21.80.Soderstrom,list(char) -> list(char)394nth (n=1) word delimited by ')',"('R)+144',)",+144,list(char) -> list(char)395nth (n=-1) word delimited by '-',"('21-of',)",of,list(char) -> list(char)396"Replace ',' w/ '.'","('017,Celsa',)",017.Celsa,list(char) -> list(char)397Append two words delimited by '.',"('Bradford', 'Beata')",Bradford.Beata,list(char) -> list(char) -> list(char)398drop first word delimited by '.',"('Acura.Urbana',)",Urbana,list(char) -> list(char)399drop first word delimited by ')',"('Jeanice)+194)+189)491',)",+194)+189)491,list(char) -> list(char)400nth (n=1) word delimited by ')',"('Partida)FreeHafer)+130)D',)",FreeHafer,list(char) -> list(char)401Extract word delimited by ')' - '-',"('+144)060-Soderstrom)68',)",060,list(char) -> list(char)402ensure suffix `Columbia`,"('158 Quashie Hage',)",158 Quashie HageColumbia,list(char) -> list(char)403nth (n=-1) word delimited by '(',"('684(Ghoston',)",Ghoston,list(char) -> list(char)404Append two words delimited by '. ',"('Haven', '575')",Haven. 575,list(char) -> list(char) -> list(char)405nth (n=0) word delimited by ' ',"('Brescia A 56',)",Brescia,list(char) -> list(char)406nth (n=-1) word delimited by '.',"('+118.Mulloy.56',)",56,list(char) -> list(char)407Abbreviate separate words (II),"('York', 'Madelaine')",Y.M.,list(char) -> list(char) -> list(char)408parentheses around second word,"('Trinidad 311 33',)",(311),list(char) -> list(char)409"Extract word delimited by ',' - '.'","('504,566.20.F',)",566,list(char) -> list(char)410nth (n=-1) word delimited by '.',"('N.Annalisa.Houston',)",Houston,list(char) -> list(char)411parentheses around a single word (III),"('Ducati',)",(Ducati),list(char) -> list(char)412nth (n=0) word delimited by '(',"('Lango(Desiree',)",Lango,list(char) -> list(char)413First letters of words (II),"('Celsa Latimore',)",CL,list(char) -> list(char)414nth (n=0) word delimited by '(',"('C(98',)",C,list(char) -> list(char)415"Extract word delimited by ')' - ','","('244)Karrie,Lashanda)Kimberley',)",Karrie,list(char) -> list(char)416Take first 3 characters,"('Vena',)",Ven,list(char) -> list(char)417Replace '-' w/ ' ',"('759-Bogle',)",759 Bogle,list(char) -> list(char)418nth (n=1) word delimited by ' ',"('29 Ferrari250',)",Ferrari250,list(char) -> list(char)419Replace '(' w/ ')',"('+194(+185(+147(Rice',)",+194)+185)+147)Rice,list(char) -> list(char)420nth (n=0) word delimited by ')',"('+105)046)Casler',)",+105,list(char) -> list(char)421parentheses around a single word (I),"('Withers',)",(Withers),list(char) -> list(char)422Append two words delimited by ')',"('42', '959')",42)959,list(char) -> list(char) -> list(char)423Prepend '170' to first word,"('of Latimore',)",170of,list(char) -> list(char)424Append 2 strings (III),"('25', '176')",25176,list(char) -> list(char) -> list(char)425Append 'Angeles',"('+199',)",+199Angeles,list(char) -> list(char)426drop first word delimited by '(',"('Barbara(Temple(Samuel',)",Temple(Samuel,list(char) -> list(char)427"nth (n=0) word delimited by ','","('MA,B,+95',)",MA,list(char) -> list(char)428Take first character and append '(',"('Melodi',)",M(,list(char) -> list(char)429Prepend 'UCLA',"('Santa',)",UCLASanta,list(char) -> list(char)430"Append two words delimited by ','","('UIUC', '608')","UIUC,608",list(char) -> list(char) -> list(char)431"Append two words delimited by ','","('2', 'Garrard')","2,Garrard",list(char) -> list(char) -> list(char)432Abbreviate words separated by ')',"('Coralee)Rowden',)",C.R.,list(char) -> list(char)433nth (n=-1) word delimited by '.',"('Latimore.Joaquin.Bobo.G',)",G,list(char) -> list(char)434Replace '(' w/ '.',"('155(Edison(CA(29',)",155.Edison.CA.29,list(char) -> list(char)435Append '+138',"('Hopkins',)",Hopkins+138,list(char) -> list(char)436Take first character and append ' ',"('Brescia',)",B ,list(char) -> list(char)437"Replace ',' w/ '('","('Nancy,334,611,+172',)",Nancy(334(611(+172,list(char) -> list(char)438First letters of words (II),"('6 Kimberley 095',)",6K0,list(char) -> list(char)439First letters of words (IIIIII),"('21 B',)",2B,list(char) -> list(char)440Drop last 3 characters,"('012',)",,list(char) -> list(char)441Prepend 'Sergienko',"('Stefany',)",SergienkoStefany,list(char) -> list(char)442Replace ' ' w/ '(',"('52 622',)",52(622,list(char) -> list(char)443Prepend 'Carlene' to first word,"('Gertude +198',)",CarleneGertude,list(char) -> list(char)444Take first character and append '.',"('290',)",2.,list(char) -> list(char)445"nth (n=-1) word delimited by ','","('+194,Scalia,Montiel,Ghoston',)",Ghoston,list(char) -> list(char)446Append 'Dermody',"('085',)",085Dermody,list(char) -> list(char)447nth (n=0) word delimited by '-',"('64-836-197-Michigan',)",64,list(char) -> list(char)448Append two words delimited by ' -',"('622', 'Andrew')",622 -Andrew,list(char) -> list(char) -> list(char)449Append two words delimited by ' ',"('35', 'Rowden')",35 Rowden,list(char) -> list(char) -> list(char)450drop first word delimited by '(',"('+9(Urbana',)",Urbana,list(char) -> list(char)451ensure suffix `Columbia`,"('Cambridge MD 875 Ducati125',)",Cambridge MD 875 Ducati125Columbia,list(char) -> list(char)452nth (n=0) word delimited by ')',"('L)40)591)W',)",L,list(char) -> list(char)453parentheses around word delimited by ' ' & ' ',"('94 Heintz Q',)",94 (Heintz) Q,list(char) -> list(char)454"Append two words delimited by '(,'","('Harvard', '+183')","Harvard(,+183",list(char) -> list(char) -> list(char)455nth (n=-1) word delimited by '-',"('473-Nancy-980-166',)",166,list(char) -> list(char)456Abbreviate separate words (IIIII),"('21', '169')",2.1.,list(char) -> list(char) -> list(char)457Append 'Angeles',"('Spell',)",SpellAngeles,list(char) -> list(char)458Replace '(' w/ ')',"('14(Micha',)",14)Micha,list(char) -> list(char)459nth (n=-1) word delimited by '(',"('Scalia(65',)",65,list(char) -> list(char)460Take first 3 characters,"('Trinidad',)",Tri,list(char) -> list(char)461Take first 5 characters,"('Ducati250',)",Ducat,list(char) -> list(char)462ensure suffix `Scalia`,"('UIUC 526',)",UIUC 526Scalia,list(char) -> list(char)463parentheses around word delimited by '-' & '.',"('-Spell.Rowden Arbor',)",-(Spell).Rowden Arbor,list(char) -> list(char)464"nth (n=1) word delimited by ','","('Arbor,Scalia,Seamons,847',)",Scalia,list(char) -> list(char)465Append two words delimited by '  ',"('+155', 'Bobo')",+155  Bobo,list(char) -> list(char) -> list(char)466Replace '(' w/ '.',"('Spagnoli(7(Seamons',)",Spagnoli.7.Seamons,list(char) -> list(char)467parentheses around a single word (IIII),"('986',)",(986),list(char) -> list(char)468Prepend '177' to first word,"('Alaina +141',)",177Alaina,list(char) -> list(char)469drop first word delimited by '(',"('Ducati(969(+144(Olague',)",969(+144(Olague,list(char) -> list(char)470Take first 3 characters,"('766',)",766,list(char) -> list(char)471Abbreviate words separated by '(',"('048(Joaquin',)",0.J.,list(char) -> list(char)472First letters of words (II),"('365 Aylward',)",3A,list(char) -> list(char)473Append '+138',"('TX',)",TX+138,list(char) -> list(char)474drop first word delimited by '-',"('California-+158-Ghoston-82',)",+158-Ghoston-82,list(char) -> list(char)475"parentheses around word delimited by ',' & ','","('+174,Bradford,University',)","+174,(Bradford),University",list(char) -> list(char)476Replace '(' w/ ' ',"('CT(Heintz(Cornell(Phillip',)",CT Heintz Cornell Phillip,list(char) -> list(char)477Append two words delimited by '..',"('Ferrari', 'Angeles')",Ferrari..Angeles,list(char) -> list(char) -> list(char)478nth (n=-1) word delimited by '(',"('N(Spell(Babiarz(MD',)",MD,list(char) -> list(char)479drop first word delimited by '-',"('Cambridge-+7-+140-29',)",+7-+140-29,list(char) -> list(char)480"Replace ',' w/ '.'","('+197,980,Hage,Cencici',)",+197.980.Hage.Cencici,list(char) -> list(char)481Append 2 strings (III),"('Cambridge', 'Honda550')",CambridgeHonda550,list(char) -> list(char) -> list(char)482nth (n=1) word delimited by ' ',"('Soderstrom Scalia',)",Scalia,list(char) -> list(char)483parentheses around word delimited by '-' & '.',"('-Haven.80',)",-(Haven).80,list(char) -> list(char)484Take first character and append '.',"('Marquess',)",M.,list(char) -> list(char)485Replace '(' w/ ')',"('Babiarz(Annalisa(+151(Samuel',)",Babiarz)Annalisa)+151)Samuel,list(char) -> list(char)486First letters of words (III),"('000 Dermody +196',)",0D+,list(char) -> list(char)487"nth (n=1) word delimited by ','","('Sergienko,009,Jacquiline,Sergienko',)",009,list(char) -> list(char)488ensure suffix `568`,"('+23 10 IL 844',)",+23 10 IL 844568,list(char) -> list(char)489Prepend '086' to first word,"('18 Miah',)",08618,list(char) -> list(char)490parentheses around second word,"('856 +138 424 Montiel',)",(+138),list(char) -> list(char)491"parentheses around word delimited by '.' & ','","('20.066,TX-Pannell',)","20.(066),TX-Pannell",list(char) -> list(char)492First letters of words (I),"('+118 Chism 428 Acura100',)",+C4A,list(char) -> list(char)493Replace '(' w/ ' ',"('377(209(+118',)",377 209 +118,list(char) -> list(char)494"Extract word delimited by ',' - ','","('Jeff,Scalia,Gertude,877',)",Scalia,list(char) -> list(char)495Prepend '+167' to first word,"('+169 29',)",+167+169,list(char) -> list(char)496ensure suffix `Andria`,"('+68 +161 Heintz York',)",+68 +161 Heintz YorkAndria,list(char) -> list(char)497parentheses around word delimited by ' ' & '-',"(' Barbara-Mackenzie',)", (Barbara)-Mackenzie,list(char) -> list(char)498Append two words delimited by '.-',"('Salley', '29')",Salley.-29,list(char) -> list(char) -> list(char)499nth (n=-1) word delimited by ')',"('T)+197',)",+197,list(char) -> list(char)500Append two words delimited by '-',"('47', 'NY')",47-NY,list(char) -> list(char) -> list(char)501Append 'Dermody',"('29',)",29Dermody,list(char) -> list(char)502ensure suffix `997`,"('Marcus +108 Ramthun Rudolf',)",Marcus +108 Ramthun Rudolf997,list(char) -> list(char)503Abbreviate separate words (I),"('62', 'Ramthun')",6.R.,list(char) -> list(char) -> list(char)504Prepend '+167' to first word,"('Launa 845',)",+167Launa,list(char) -> list(char)505Append 2 strings (IIIII),"('Soderstrom', '+199')",Soderstrom+199,list(char) -> list(char) -> list(char)506parentheses around a single word (I),"('Halpern',)",(Halpern),list(char) -> list(char)507nth (n=0) word delimited by ' ',"('Q +108 Desiree',)",Q,list(char) -> list(char)508Replace '.' w/ ')',"('Lakenya.876.18.064',)",Lakenya)876)18)064,list(char) -> list(char)509Abbreviate separate words (IIIII),"('Mulloy', 'V')",M.V.,list(char) -> list(char) -> list(char)510Append two words delimited by '. ',"('771', '5')",771. 5,list(char) -> list(char) -> list(char)511ensure suffix `769`,"('+169 +163 +129 46',)",+169 +163 +129 46769,list(char) -> list(char)512nth (n=0) word delimited by '-',"('Olague-Bradford-+115-N',)",Olague,list(char) -> list(char)513parentheses around a single word (II),"('29',)",(29),list(char) -> list(char)514Replace '.' w/ ')',"('83.Ramthun',)",83)Ramthun,list(char) -> list(char)515Prepend 'Sergienko',"('F',)",SergienkoF,list(char) -> list(char)516Append 2 strings (I),"('Phialdelphia', '40')",Phialdelphia40,list(char) -> list(char) -> list(char)517Append '636',"('C',)",C636,list(char) -> list(char)518Replace '(' w/ ' ',"('Nancy(Houston',)",Nancy Houston,list(char) -> list(char)519Append two words delimited by ')',"('Park', 'Hopkins')",Park)Hopkins,list(char) -> list(char) -> list(char)520Append 'Cornell',"('101',)",101Cornell,list(char) -> list(char)521Drop last 4 characters,"('Jenee',)",J,list(char) -> list(char)522"nth (n=-1) word delimited by ','","('144,Honda550,Hopkins',)",Hopkins,list(char) -> list(char)523parentheses around a single word (IIII),"('Harvard',)",(Harvard),list(char) -> list(char)524drop first word delimited by ' ',"('Bess Berkeley',)",Berkeley,list(char) -> list(char)525nth (n=-1) word delimited by '(',"('Berkeley(557(29',)",29,list(char) -> list(char)526Abbreviate separate words (II),"('Hayley', 'Ferrari')",H.F.,list(char) -> list(char) -> list(char)527ensure suffix `Andria`,"('Hornak 575 MA JacquilineAndria',)",Hornak 575 MA JacquilineAndria,list(char) -> list(char)528Append two words delimited by '.',"('+2', 'Jacquiline')",+2.Jacquiline,list(char) -> list(char) -> list(char)529First letters of words (IIIIII),"('+155 174 Dr Haven',)",+1DH,list(char) -> list(char)530Append two words delimited by '(',"('Q', 'Ducati250')",Q(Ducati250,list(char) -> list(char) -> list(char)531Append 2 strings (II),"('+163', '+141')",+163+141,list(char) -> list(char) -> list(char)532Abbreviate separate words (IIII),"('S', 'Beata')",S.B.,list(char) -> list(char) -> list(char)533Drop last 5 characters,"('Mcgaughey',)",Mcga,list(char) -> list(char)534ensure suffix `568`,"('MD Hopkins 394',)",MD Hopkins 394568,list(char) -> list(char)535Abbreviate separate words (III),"('692', 'Soderstrom')",6.S.,list(char) -> list(char) -> list(char)536Take first character and append ' ',"('MI',)",M ,list(char) -> list(char)537Extract word delimited by '(' - '(',"('14(Rowden(Jeanice(Acura125',)",Rowden,list(char) -> list(char)538Replace '(' w/ '.',"('C(40',)",C.40,list(char) -> list(char)539Append 2 strings (IIII),"('Marcus', '776')",Marcus776,list(char) -> list(char) -> list(char)540nth (n=1) word delimited by '.',"('H.+7.Cortes.+169',)",+7,list(char) -> list(char)541Take first 2 characters,"('334',)",33,list(char) -> list(char)542Extract word delimited by '-' - ')',"('York-Mackenzie)Jacquiline)L',)",Mackenzie,list(char) -> list(char)543Prepend '+174',"('851',)",+174851,list(char) -> list(char)544Prepend 'UCLA',"('Sergienko',)",UCLASergienko,list(char) -> list(char)545ensure suffix `Ramthun`,"('Ghoston Bobo Scalia Chism',)",Ghoston Bobo Scalia ChismRamthun,list(char) -> list(char)546nth (n=0) word delimited by '-',"('Jeff-Lara-Karrie',)",Jeff,list(char) -> list(char)547Append 2 strings (IIIIII),"('+199', '919')",+199919,list(char) -> list(char) -> list(char)548"parentheses around word delimited by '.' & ','","('476.47,017',)","476.(47),017",list(char) -> list(char)549Prepend '+174',"('52',)",+17452,list(char) -> list(char)550First letters of words (IIIIII),"('43 390 Phillip',)",43P,list(char) -> list(char)551Append two words delimited by '  ',"('Acura', 'Vena')",Acura  Vena,list(char) -> list(char) -> list(char)552"parentheses around word delimited by ',' & ','","(',548,43',)",",(548),43",list(char) -> list(char)553parentheses around a single word (IIIII),"('York',)",(York),list(char) -> list(char)554Take first character and append ' ',"('Alida',)",A ,list(char) -> list(char)555parentheses around a single word (I),"('+140',)",(+140),list(char) -> list(char)556Prepend 'Jani',"('Andria',)",JaniAndria,list(char) -> list(char)557parentheses around word delimited by ' ' & ' ',"('Spagnoli Marquess Gertude',)",Spagnoli (Marquess) Gertude,list(char) -> list(char)558Append 'Beata',"('Eccleston',)",EcclestonBeata,list(char) -> list(char)559"parentheses around word delimited by ',' & ' '","('29,10 Stefany +158',)","29,(10) Stefany +158",list(char) -> list(char)560"Replace '-' w/ ','","('2-FreeHafer-+188',)","2,FreeHafer,+188",list(char) -> list(char)561"nth (n=0) word delimited by ','","('R,Miah,Arbor',)",R,list(char) -> list(char)562"Append two words delimited by '(,'","('50', '949')","50(,949",list(char) -> list(char) -> list(char)563"Abbreviate words separated by ','","('Trinidad,58',)",T.5.,list(char) -> list(char)564Extract word delimited by '(' - '(',"('Andria(Honda125(+75(Malissa',)",Honda125,list(char) -> list(char)565Prepend 'Hornak',"('P',)",HornakP,list(char) -> list(char)566ensure suffix `769`,"('Ducati125 A Eccleston +198769',)",Ducati125 A Eccleston +198769,list(char) -> list(char)567nth (n=1) word delimited by '(',"('+188(45(+9',)",45,list(char) -> list(char)568"Take first character and append ','","('56',)","5,",list(char) -> list(char)569nth (n=0) word delimited by '.',"('Bradford.971.+180',)",Bradford,list(char) -> list(char)570nth (n=1) word delimited by '(',"('Phialdelphia(+176(741(Ducati250',)",+176,list(char) -> list(char)571Prepend 'Hornak',"('865',)",Hornak865,list(char) -> list(char)572Extract word delimited by ')' - '-',"('+60)Lain-Ducati100-Bradford',)",Lain,list(char) -> list(char)573First letters of words (IIII),"('Ducati250 Lashanda N Barbara',)",DLNB,list(char) -> list(char)574Append 2 strings (IIIIII),"('Miah', '81')",Miah81,list(char) -> list(char) -> list(char)575Drop last 1 characters,"('290',)",29,list(char) -> list(char)576Drop last 4 characters,"('+167',)",,list(char) -> list(char)577Drop last 3 characters,"('Hage',)",H,list(char) -> list(char)578parentheses around a single word (III),"('NY',)",(NY),list(char) -> list(char)579Append 2 strings (I),"('Georgina', '2')",Georgina2,list(char) -> list(char) -> list(char)580Abbreviate separate words (III),"('+189', '856')",+.8.,list(char) -> list(char) -> list(char)581nth (n=1) word delimited by '.',"('Ducati125.of.588.843',)",of,list(char) -> list(char)582Append two words delimited by ' ',"('Mariel', 'Harvard')",Mariel Harvard,list(char) -> list(char) -> list(char)583Append 'Dermody',"('Columbia',)",ColumbiaDermody,list(char) -> list(char)584"drop first word delimited by ','","('Nancy,Beata,512,864',)","Beata,512,864",list(char) -> list(char)585parentheses around a single word (IIII),"('+155',)",(+155),list(char) -> list(char)586Prepend '170' to first word,"('Malissa W',)",170Malissa,list(char) -> list(char)587parentheses around word delimited by ' ' & ' ',"(' California +104,Teddy',)"," (California) +104,Teddy",list(char) -> list(char)588Abbreviate words separated by ' ',"('938 Alida',)",9.A.,list(char) -> list(char)589ensure suffix `Ramthun`,"('Annalisa Latimore ChismRamthun',)",Annalisa Latimore ChismRamthun,list(char) -> list(char)590ensure suffix `Andria`,"('Madelaine +189Andria',)",Madelaine +189Andria,list(char) -> list(char)591Abbreviate separate words (IIIIII),"('Lakenya', '62')",L.6.,list(char) -> list(char) -> list(char)592Replace '.' w/ ')',"('622.270',)",622)270,list(char) -> list(char)593"nth (n=0) word delimited by ','","('Neil,Heintz,Malissa,Berkeley',)",Neil,list(char) -> list(char)594Replace ' ' w/ '(',"('035 Penn Hornak',)",035(Penn(Hornak,list(char) -> list(char)595Prepend 'UCLA',"('MI',)",UCLAMI,list(char) -> list(char)596Prepend 'Hornak',"('Mackenzie',)",HornakMackenzie,list(char) -> list(char)597Append 2 strings (IIII),"('426', '369')",426369,list(char) -> list(char) -> list(char)598"Extract word delimited by ')' - ','","('Cambridge)Storrs,449)10',)",Storrs,list(char) -> list(char)599Abbreviate separate words (IIIIII),"('+81', 'Halpern')",+.H.,list(char) -> list(char) -> list(char)600Prepend '+174',"('Jurgens',)",+174Jurgens,list(char) -> list(char)601Abbreviate words separated by '-',"('941-162',)",9.1.,list(char) -> list(char)602Append 2 strings (IIII),"('Seamons', 'Lakenya')",SeamonsLakenya,list(char) -> list(char) -> list(char)603Append 2 strings (I),"('Richert', 'NY')",RichertNY,list(char) -> list(char) -> list(char)604nth (n=-1) word delimited by ' ',"('Park +183 186',)",186,list(char) -> list(char)605Append '636',"('FreeHafer',)",FreeHafer636,list(char) -> list(char)606Abbreviate words separated by ')',"('+196)253',)",+.2.,list(char) -> list(char)607First letters of words (IIIII),"('46 439',)",44,list(char) -> list(char)608Prepend 'Spell',"('Aylward',)",SpellAylward,list(char) -> list(char)609Append two words delimited by '  ',"('2', '+151')",2  +151,list(char) -> list(char) -> list(char)610"parentheses around word delimited by '.' & ','","('.DPhiladelphia,+132 G',)",".(DPhiladelphia),+132 G",list(char) -> list(char)611parentheses around word delimited by '-' & '.',"('Lain-Edison.C-Temple',)",Lain-(Edison).C-Temple,list(char) -> list(char)612First letters of words (III),"('Lango Babiarz R',)",LBR,list(char) -> list(char)613Drop last 4 characters,"('Santa',)",S,list(char) -> list(char)614Append 2 strings (II),"('245', 'Casler')",245Casler,list(char) -> list(char) -> list(char)615drop first word delimited by '.',"('Angeles.+115.+140',)",+115.+140,list(char) -> list(char)616Drop last 5 characters,"('Cencici',)",Ce,list(char) -> list(char)617Prepend '+167' to first word,"('172 Hayley',)",+167172,list(char) -> list(char)618nth (n=1) word delimited by '-',"('+155-Covelli-Constable-405',)",Covelli,list(char) -> list(char)619nth (n=0) word delimited by '-',"('+172-Penn-Chilcott-E',)",+172,list(char) -> list(char)620"Take first character and append ','","('Ramthun',)","R,",list(char) -> list(char)621"Replace ',' w/ '('","('066,+106,Bobo,200',)",066(+106(Bobo(200,list(char) -> list(char)622Replace ' ' w/ '(',"('+9 Rowden Reily',)",+9(Rowden(Reily,list(char) -> list(char)623Prepend 'Ghoston' to first word,"('Samuel Hage',)",GhostonSamuel,list(char) -> list(char)624Prepend 'Spell',"('+197',)",Spell+197,list(char) -> list(char)625nth (n=0) word delimited by '.',"('505.+46',)",505,list(char) -> list(char)626Replace '(' w/ '.',"('75(University',)",75.University,list(char) -> list(char)627Drop last 1 characters,"('+130',)",+13,list(char) -> list(char)628Append 2 strings (III),"('35', '981')",35981,list(char) -> list(char) -> list(char)629drop first word delimited by ' ',"('141 Lashanda',)",Lashanda,list(char) -> list(char)630Drop last 2 characters,"('Stefany',)",Stefa,list(char) -> list(char)631"Extract word delimited by ',' - ','","('Barbara,+86,95,Urbana',)",+86,list(char) -> list(char)632Take first 5 characters,"('Carlene',)",Carle,list(char) -> list(char)633Take first 5 characters,"('Gregori',)",Grego,list(char) -> list(char)634Append 2 strings (I),"('I', '+172')",I+172,list(char) -> list(char) -> list(char)635parentheses around first word,"('018 +176 Houston',)",(018),list(char) -> list(char)636nth (n=1) word delimited by '-',"('Kotas-028',)",028,list(char) -> list(char)637Prepend '170' to first word,"('Malissa 500',)",170Malissa,list(char) -> list(char)638Extract word delimited by '(' - '(',"('Montiel(Temple(Heintz(Teddy',)",Temple,list(char) -> list(char)639Append 'Dermody',"('+5',)",+5Dermody,list(char) -> list(char)640Take first character and append '(',"('82',)",8(,list(char) -> list(char)641Append 'Beata',"('092',)",092Beata,list(char) -> list(char)642Append two words delimited by ' ',"('051', '+174')",051 +174,list(char) -> list(char) -> list(char)643Abbreviate words separated by '(',"('Jeanice(Acura',)",J.A.,list(char) -> list(char)644"Extract word delimited by ',' - '.'","('86,+161.13,+7',)",+161,list(char) -> list(char)645Abbreviate separate words (I),"('Irwin', 'Spell')",I.S.,list(char) -> list(char) -> list(char)646Prepend '177' to first word,"('421 Annalisa',)",177421,list(char) -> list(char)647Extract word delimited by '(' - '(',"('Ducati250(+183(Richert(Park',)",+183,list(char) -> list(char)648"Abbreviate words separated by ','","('FreeHafer,Park',)",F.P.,list(char) -> list(char)649"nth (n=0) word delimited by ','","('+115,+106',)",+115,list(char) -> list(char)650"Extract word delimited by ')' - ','","('963)Kathlyn,Melodi,Spagnoli',)",Kathlyn,list(char) -> list(char)651Abbreviate separate words (IIIII),"('Ducati125', '46')",D.4.,list(char) -> list(char) -> list(char)652Append 2 strings (IIIIII),"('O', '765')",O765,list(char) -> list(char) -> list(char)653First letters of words (IIII),"('CT FreeHafer Bogle',)",CFB,list(char) -> list(char)654ensure suffix `Scalia`,"('Ramthun Beata Chism FreeHaferScalia',)",Ramthun Beata Chism FreeHaferScalia,list(char) -> list(char)655"Append two words delimited by ','","('Acura100', '705')","Acura100,705",list(char) -> list(char) -> list(char)656ensure suffix `568`,"('+194 517 Bobo568',)",+194 517 Bobo568,list(char) -> list(char)657"nth (n=-1) word delimited by ','","('50,+9',)",+9,list(char) -> list(char)658Extract word delimited by '-' - ')',"('155-Reily)Haven)+132',)",Reily,list(char) -> list(char)659drop first word delimited by '.',"('598.849.854.Kimberley',)",849.854.Kimberley,list(char) -> list(char)660Prepend 'Carlene' to first word,"('997 CA',)",Carlene997,list(char) -> list(char)661"drop first word delimited by ','","('943,65,216,CA',)","65,216,CA",list(char) -> list(char)662nth (n=-1) word delimited by '.',"('197.58',)",58,list(char) -> list(char)663nth (n=-1) word delimited by ')',"('+42)+98)+115)Junkin',)",Junkin,list(char) -> list(char)664nth (n=1) word delimited by ')',"('Mariel)Carlene)Ducati100)Jeff',)",Carlene,list(char) -> list(char)665nth (n=-1) word delimited by ')',"('+151)50)Withers',)",Withers,list(char) -> list(char)666Append 2 strings (III),"('Tobias', '58')",Tobias58,list(char) -> list(char) -> list(char)667Drop last 1 characters,"('769',)",76,list(char) -> list(char)668Take first 5 characters,"('Desiree',)",Desir,list(char) -> list(char)669"nth (n=-1) word delimited by ','","('468,376',)",376,list(char) -> list(char)670nth (n=0) word delimited by '.',"('Maryann.705.Barbara',)",Maryann,list(char) -> list(char)671"parentheses around word delimited by ',' & ' '","(',551 Cencici 68',)",",(551) Cencici 68",list(char) -> list(char)672Append two words delimited by '. ',"('62', 'Mackenzie')",62. Mackenzie,list(char) -> list(char) -> list(char)673Take first 4 characters,"('Ducati250',)",Duca,list(char) -> list(char)674Take first 2 characters,"('Stefany',)",St,list(char) -> list(char)675nth (n=-1) word delimited by ' ',"('K 358 Jacquiline Columbia',)",Columbia,list(char) -> list(char)676Take first 4 characters,"('Haven',)",Have,list(char) -> list(char)677Prepend 'Carlene' to first word,"('+155 45',)",Carlene+155,list(char) -> list(char)678Prepend 'Jani',"('Ithaca',)",JaniIthaca,list(char) -> list(char)679First letters of words (I),"('81 Heintz Pannell',)",8HP,list(char) -> list(char)680Take first character and append '(',"('020',)",0(,list(char) -> list(char)681Abbreviate words separated by ')',"('83)56',)",8.5.,list(char) -> list(char)682nth (n=1) word delimited by ' ',"('University Sergienko',)",Sergienko,list(char) -> list(char)683parentheses around a single word (I),"('+176',)",(+176),list(char) -> list(char)684"parentheses around word delimited by '.' & ','","('.+197,64',)",".(+197),64",list(char) -> list(char)685nth (n=-1) word delimited by ' ',"('CA Vena 23 Hopkins',)",Hopkins,list(char) -> list(char)686Prepend '170' to first word,"('Drexel Maryann',)",170Drexel,list(char) -> list(char)687nth (n=-1) word delimited by ')',"('539)027)42',)",42,list(char) -> list(char)688Append 2 strings (IIIIII),"('Garrard', '+141')",Garrard+141,list(char) -> list(char) -> list(char)689Extract word delimited by '-' - ')',"('NY-Philadelphia)Ferrari-PA',)",Philadelphia,list(char) -> list(char)690First letters of words (III),"('Trinidad 500 862',)",T58,list(char) -> list(char)691Append two words delimited by ')',"('Storrs', 'Jacquiline')",Storrs)Jacquiline,list(char) -> list(char) -> list(char)692Drop last 5 characters,"('Heintz',)",H,list(char) -> list(char)693ensure suffix `Scalia`,"('Ducati250 HoustonScalia',)",Ducati250 HoustonScalia,list(char) -> list(char)694Abbreviate words separated by '(',"('G(Partida',)",G.P.,list(char) -> list(char)695ensure suffix `Columbia`,"('647 Seamons 40 Teddy',)",647 Seamons 40 TeddyColumbia,list(char) -> list(char)696nth (n=0) word delimited by '(',"('B(23',)",B,list(char) -> list(char)697Append 2 strings (IIII),"('141', '636')",141636,list(char) -> list(char) -> list(char)698parentheses around a single word (IIIII),"('Acura',)",(Acura),list(char) -> list(char)699Abbreviate words separated by '.',"('Cambridge.6',)",C.6.,list(char) -> list(char)700ensure suffix `769`,"('520 T769',)",520 T769,list(char) -> list(char)701Append two words delimited by '-',"('+196', 'O')",+196-O,list(char) -> list(char) -> list(char)702ensure suffix `Ramthun`,"('107 CollegeRamthun',)",107 CollegeRamthun,list(char) -> list(char)703Append two words delimited by '-',"('119', 'Harvard')",119-Harvard,list(char) -> list(char) -> list(char)704Replace '(' w/ ')',"('Hornak(Q(Mackenzie',)",Hornak)Q)Mackenzie,list(char) -> list(char)705"Append two words delimited by '(,'","('Ducati100', '+176')","Ducati100(,+176",list(char) -> list(char) -> list(char)706Abbreviate words separated by '-',"('Mackenzie-K',)",M.K.,list(char) -> list(char)707First letters of words (I),"('C 461 +140 Phillip',)",C4+P,list(char) -> list(char)708parentheses around a single word (IIIII),"('68',)",(68),list(char) -> list(char)709Replace ' ' w/ '(',"('Honda250 Casler Edison',)",Honda250(Casler(Edison,list(char) -> list(char)710Extract word delimited by ')' - '-',"('141)Penn-Jani-Clasen',)",Penn,list(char) -> list(char)711Append two words delimited by '.-',"('2', 'Kotas')",2.-Kotas,list(char) -> list(char) -> list(char)712Append 2 strings (IIIII),"('Jacquiline', 'College')",JacquilineCollege,list(char) -> list(char) -> list(char)713Append 'Cornell',"('715',)",715Cornell,list(char) -> list(char)714parentheses around word delimited by ' ' & '-',"(' Reily-Withers,Urbana',)"," (Reily)-Withers,Urbana",list(char) -> list(char)715nth (n=1) word delimited by '(',"('Andria(736(654',)",736,list(char) -> list(char)716"Abbreviate words separated by ','","('Rice,883',)",R.8.,list(char) -> list(char)717Abbreviate separate words (IIII),"('M', '145')",M.1.,list(char) -> list(char) -> list(char)718"Extract word delimited by ',' - '.'","('CT,+118.Mariel.40',)",+118,list(char) -> list(char)719Extract word delimited by '-' - ')',"('T-188)Brendan-736',)",188,list(char) -> list(char)720"parentheses around word delimited by ',' & ' '","(',Samuel Stefany.+185',)",",(Samuel) Stefany.+185",list(char) -> list(char)721"nth (n=1) word delimited by ','","('Tobias,986,FreeHafer,+9',)",986,list(char) -> list(char)722drop first word delimited by ')',"('Mariel)+195',)",+195,list(char) -> list(char)723Take first character and append '-',"('751',)",7-,list(char) -> list(char)724Append '+138',"('Cornell',)",Cornell+138,list(char) -> list(char)725nth (n=-1) word delimited by '-',"('Alaina-Jacquiline',)",Jacquiline,list(char) -> list(char)726Append 'Angeles',"('Celsa',)",CelsaAngeles,list(char) -> list(char)727Take first character and append ' ',"('Jan',)",J ,list(char) -> list(char)728Append 2 strings (II),"('Spell', 'Los')",SpellLos,list(char) -> list(char) -> list(char)729"Replace '-' w/ ','","('Georgina-Dr-Alida-Acura100',)","Georgina,Dr,Alida,Acura100",list(char) -> list(char)730"parentheses around word delimited by ',' & ' '","('Dr,+104 45',)","Dr,(+104) 45",list(char) -> list(char)731Drop last 4 characters,"('Andria',)",An,list(char) -> list(char)732"drop first word delimited by ','","('+6,Micha,167',)","Micha,167",list(char) -> list(char)733"Replace ',' w/ '.'","('Reily,Madelaine',)",Reily.Madelaine,list(char) -> list(char)734nth (n=0) word delimited by '(',"('Pennsylvania(Marquess',)",Pennsylvania,list(char) -> list(char)735nth (n=0) word delimited by ' ',"('268 14 +104',)",268,list(char) -> list(char)736parentheses around second word,"('O Jeanice',)",(Jeanice),list(char) -> list(char)737drop first word delimited by ' ',"('S 2 86 178',)",2 86 178,list(char) -> list(char)738Take first character and append '.',"('+189',)",+.,list(char) -> list(char)739Drop last 2 characters,"('MI',)",,list(char) -> list(char)740nth (n=1) word delimited by '.',"('Karrie.Covelli.882.+129',)",Covelli,list(char) -> list(char)741"parentheses around word delimited by ',' & ','","('Bess,994,Montiel',)","Bess,(994),Montiel",list(char) -> list(char)742Drop last 2 characters,"('562',)",5,list(char) -> list(char)743"Extract word delimited by ',' - ','","('7,Soderstrom,S,A',)",Soderstrom,list(char) -> list(char)744parentheses around a single word (IIII),"('+176',)",(+176),list(char) -> list(char)745drop first word delimited by '(',"('75(Rice',)",Rice,list(char) -> list(char)746ensure suffix `997`,"('+163 +129997',)",+163 +129997,list(char) -> list(char)747"Replace '-' w/ ','","('+138-Irwin-46',)","+138,Irwin,46",list(char) -> list(char)748ensure suffix `568`,"('+47 P568',)",+47 P568,list(char) -> list(char)749Prepend '+174',"('S',)",+174S,list(char) -> list(char)750nth (n=0) word delimited by ')',"('Lara)+176',)",Lara,list(char) -> list(char)751Append two words delimited by '. ',"('Philadelphia', '433')",Philadelphia. 433,list(char) -> list(char) -> list(char)752Take first 2 characters,"('Dermody',)",De,list(char) -> list(char)753Abbreviate separate words (IIII),"('413', 'Acura')",4.A.,list(char) -> list(char) -> list(char)754ensure suffix `997`,"('Hopkins 701 F',)",Hopkins 701 F997,list(char) -> list(char)755Prepend 'Sergienko',"('009',)",Sergienko009,list(char) -> list(char)756Take first character and append '.',"('+46',)",+.,list(char) -> list(char)757Prepend 'Ghoston' to first word,"('FreeHafer 47',)",GhostonFreeHafer,list(char) -> list(char)758Drop last 1 characters,"('Latimore',)",Latimor,list(char) -> list(char)759Take first 3 characters,"('598',)",598,list(char) -> list(char)760drop first word delimited by ')',"('Jenee)Jenee)151)UC',)",Jenee)151)UC,list(char) -> list(char)761"parentheses around word delimited by ',' & ','","('100,066,Annalisa',)","100,(066),Annalisa",list(char) -> list(char)762First letters of words (IIII),"('310 817 Q +185',)",38Q+,list(char) -> list(char)763Prepend 'Spell',"('+105',)",Spell+105,list(char) -> list(char)764"Append two words delimited by '(,'","('245', '18')","245(,18",list(char) -> list(char) -> list(char)765Append two words delimited by '.',"('R', 'Rowden')",R.Rowden,list(char) -> list(char) -> list(char)766Abbreviate separate words (III),"('038', 'Hornak')",0.H.,list(char) -> list(char) -> list(char)767parentheses around word delimited by ' ' & ' ',"('Honda250 Melodi +9-Kotas',)",Honda250 (Melodi) +9-Kotas,list(char) -> list(char)768Prepend 'Sergienko',"('Barbara',)",SergienkoBarbara,list(char) -> list(char)769Drop last 5 characters,"('Ferrari250',)",Ferra,list(char) -> list(char)770Append 'Cornell',"('Akiyama',)",AkiyamaCornell,list(char) -> list(char)771Append '+138',"('512',)",512+138,list(char) -> list(char)772Append 'Angeles',"('469',)",469Angeles,list(char) -> list(char)773"drop first word delimited by ','","('Rice,Partida,894,40',)","Partida,894,40",list(char) -> list(char)774Abbreviate words separated by ' ',"('038 Cruz',)",0.C.,list(char) -> list(char)775Drop last 3 characters,"('857',)",,list(char) -> list(char)776Append two words delimited by ' -',"('2', 'J')",2 -J,list(char) -> list(char) -> list(char)777ensure suffix `Scalia`,"('Angeles T N',)",Angeles T NScalia,list(char) -> list(char)778parentheses around a single word (III),"('Park',)",(Park),list(char) -> list(char)779Abbreviate separate words (IIIIII),"('25', '488')",2.4.,list(char) -> list(char) -> list(char)780"Append two words delimited by ','","('Pennsylvania', '+198')","Pennsylvania,+198",list(char) -> list(char) -> list(char)781Prepend 'Jani',"('25',)",Jani25,list(char) -> list(char)782Abbreviate words separated by ' ',"('Annalisa College',)",A.C.,list(char) -> list(char)783Prepend 'Ghoston' to first word,"('720 588',)",Ghoston720,list(char) -> list(char)784ensure suffix `769`,"('Andria +140 Spell',)",Andria +140 Spell769,list(char) -> list(char)785Append two words delimited by ')',"('Vena', 'Eccleston')",Vena)Eccleston,list(char) -> list(char) -> list(char)786Take first character and append '-',"('Chong',)",C-,list(char) -> list(char)787Prepend '177' to first word,"('566 14',)",177566,list(char) -> list(char)788"Replace ',' w/ '('","('+132,Tobias',)",+132(Tobias,list(char) -> list(char)789Take first character and append '-',"('+158',)",+-,list(char) -> list(char)790ensure suffix `997`,"('Quashie Miah',)",Quashie Miah997,list(char) -> list(char)791ensure suffix `Columbia`,"('Ferrari250 +58 AndrewColumbia',)",Ferrari250 +58 AndrewColumbia,list(char) -> list(char)792"Extract word delimited by ')' - ','","('+104)+58,Ramthun,Bobo',)",+58,list(char) -> list(char)793Append 2 strings (II),"('I', 'P')",IP,list(char) -> list(char) -> list(char)794"Replace ',' w/ '.'","('Ducati,+147',)",Ducati.+147,list(char) -> list(char)795nth (n=1) word delimited by '.',"('Bogle.Jani',)",Jani,list(char) -> list(char)796Append two words delimited by '(',"('PA', 'Dermody')",PA(Dermody,list(char) -> list(char) -> list(char)797"Replace '-' w/ ','","('834-Cruz-+197-Clasen',)","834,Cruz,+197,Clasen",list(char) -> list(char)798Prepend '086' to first word,"('Georgina 72',)",086Georgina,list(char) -> list(char)799Abbreviate words separated by '.',"('T.81',)",T.8.,list(char) -> list(char)800"Take first character and append ','","('546',)","5,",list(char) -> list(char)801"Abbreviate words separated by ','","('R,+108',)",R.+.,list(char) -> list(char)802Prepend '086' to first word,"('35 Lara',)",08635,list(char) -> list(char)803parentheses around a single word (III),"('Lain',)",(Lain),list(char) -> list(char)804Append 'Beata',"('997',)",997Beata,list(char) -> list(char)805parentheses around a single word (II),"('Honda',)",(Honda),list(char) -> list(char)806"Extract word delimited by ',' - ','","('+75,FreeHafer,861,Babiarz',)",FreeHafer,list(char) -> list(char)807parentheses around word delimited by ' ' & '-',"('+151 Annalisa-Phillip-Pennsylvania',)",+151 (Annalisa)-Phillip-Pennsylvania,list(char) -> list(char)808Take first character and append ')',"('+169',)",+),list(char) -> list(char)809Abbreviate separate words (IIIIII),"('O', 'Dr')",O.D.,list(char) -> list(char) -> list(char)810First letters of words (IIII),"('Spell 865 169 095',)",S810,list(char) -> list(char)811ensure suffix `Ramthun`,"('Bogle Miah Honda250 Trinidad',)",Bogle Miah Honda250 TrinidadRamthun,list(char) -> list(char)812Append two words delimited by '-',"('Constable', '+197')",Constable-+197,list(char) -> list(char) -> list(char)813Prepend 'Jani',"('Honda550',)",JaniHonda550,list(char) -> list(char)814First letters of words (IIIII),"('751 Drexel L J',)",7DLJ,list(char) -> list(char)815Append two words delimited by ' -',"('779', 'Withers')",779 -Withers,list(char) -> list(char) -> list(char)816Append two words delimited by '..',"('568', 'Teddy')",568..Teddy,list(char) -> list(char) -> list(char)817Append 2 strings (IIIII),"('Madelaine', '29')",Madelaine29,list(char) -> list(char) -> list(char)818Append 2 strings (IIIII),"('Alaina', '7')",Alaina7,list(char) -> list(char) -> list(char)819Abbreviate separate words (II),"('395', '082')",3.0.,list(char) -> list(char) -> list(char)820drop first word delimited by '-',"('62-Temple',)",Temple,list(char) -> list(char)821Prepend 'Ghoston' to first word,"('125 +118',)",Ghoston125,list(char) -> list(char)822parentheses around first word,"('415 +115 484',)",(415),list(char) -> list(char)823parentheses around a single word (IIIII),"('Halpern',)",(Halpern),list(char) -> list(char)824Abbreviate separate words (I),"('+118', '894')",+.8.,list(char) -> list(char) -> list(char)825Drop last 3 characters,"('Brescia',)",Bres,list(char) -> list(char)826Abbreviate words separated by '(',"('+180(P',)",+.P.,list(char) -> list(char)827drop first word delimited by ')',"('Heintz)Babiarz)University',)",Babiarz)University,list(char) -> list(char)828Abbreviate separate words (III),"('+174', 'Lain')",+.L.,list(char) -> list(char) -> list(char)829ensure suffix `Andria`,"('+13 20 +7',)",+13 20 +7Andria,list(char) -> list(char)830Append '636',"('844',)",844636,list(char) -> list(char)831"nth (n=1) word delimited by ','","('473,Phialdelphia',)",Phialdelphia,list(char) -> list(char)832Prepend 'Carlene' to first word,"('43 927',)",Carlene43,list(char) -> list(char)833nth (n=1) word delimited by ')',"('UC)+176)Jeanice)+174',)",+176,list(char) -> list(char)834Take first character and append '-',"('Scalia',)",S-,list(char) -> list(char)835Append two words delimited by '  ',"('Malissa', 'Philadelphia')",Malissa  Philadelphia,list(char) -> list(char) -> list(char)836Replace '-' w/ ' ',"('+183-13',)",+183 13,list(char) -> list(char)837First letters of words (III),"('+5 Urbana',)",+U,list(char) -> list(char)838First letters of words (IIIIII),"('888 Penn 50 UC',)",8P5U,list(char) -> list(char)839Extract word delimited by ')' - '-',"('Cruz)+188-Maryann)183',)",+188,list(char) -> list(char)840Append two words delimited by '(',"('204', 'Elias')",204(Elias,list(char) -> list(char) -> list(char)841Take first 2 characters,"('+2',)",+2,list(char) -> list(char)842parentheses around a single word (II),"('B',)",(B),list(char) -> list(char)843Abbreviate separate words (IIIII),"('50', 'PA')",5.P.,list(char) -> list(char) -> list(char)844Append two words delimited by '(',"('176', 'C')",176(C,list(char) -> list(char) -> list(char)845nth (n=-1) word delimited by '-',"('+172-University-College',)",College,list(char) -> list(char)846Take first character and append ')',"('83',)",8),list(char) -> list(char)847Append two words delimited by '..',"('Vena', '50')",Vena..50,list(char) -> list(char) -> list(char)848Append two words delimited by '..',"('Spagnoli', 'Hornak')",Spagnoli..Hornak,list(char) -> list(char) -> list(char)849nth (n=1) word delimited by '-',"('Launa-Hornak',)",Hornak,list(char) -> list(char)850Abbreviate separate words (IIII),"('+140', 'Partida')",+.P.,list(char) -> list(char) -> list(char)851nth (n=-1) word delimited by ' ',"('Edison 29 938 W',)",W,list(char) -> list(char)852Append two words delimited by '.',"('632', '836')",632.836,list(char) -> list(char) -> list(char)853nth (n=0) word delimited by ')',"('E)844',)",E,list(char) -> list(char)854Append two words delimited by '.-',"('Philadelphia', '6')",Philadelphia.-6,list(char) -> list(char) -> list(char)855parentheses around a single word (II),"('426',)",(426),list(char) -> list(char)856First letters of words (I),"('Andria Richert 652 Penn',)",AR6P,list(char) -> list(char)857Abbreviate words separated by '.',"('Spagnoli.734',)",S.7.,list(char) -> list(char)858Abbreviate words separated by '.',"('817.33',)",8.3.,list(char) -> list(char)859Take first 4 characters,"('+106',)",+106,list(char) -> list(char)860nth (n=1) word delimited by ' ',"('+132 Annalisa Mcgaughey Ferrari',)",Annalisa,list(char) -> list(char)861Prepend 'Hornak',"('H',)",HornakH,list(char) -> list(char)862Abbreviate words separated by '-',"('Cruz-150',)",C.1.,list(char) -> list(char)863First letters of words (IIIII),"('Honda550 +180 Q',)",H+Q,list(char) -> list(char)864Take first character and append ')',"('414',)",4),list(char) -> list(char)865Take first 4 characters,"('Reily',)",Reil,list(char) -> list(char)866Abbreviate words separated by ' ',"('+104 Hayley',)",+.H.,list(char) -> list(char)867First letters of words (IIIII),"('Dr UC K Rowden',)",DUKR,list(char) -> list(char)868parentheses around second word,"('California 86',)",(86),list(char) -> list(char)869Append two words delimited by ' ',"('Lain', 'Irwin')",Lain Irwin,list(char) -> list(char) -> list(char)870Prepend '+167' to first word,"('Madelaine Carlene',)",+167Madelaine,list(char) -> list(char)871Abbreviate words separated by '-',"('Kathlyn-Beata',)",K.B.,list(char) -> list(char)872First letters of words (II),"('438 20 MA FreeHafer',)",42MF,list(char) -> list(char)873Abbreviate separate words (I),"('Dermody', 'D')",D.D.,list(char) -> list(char) -> list(char)874Replace '.' w/ ')',"('Beata.21.119',)",Beata)21)119,list(char) -> list(char)875Prepend 'Spell',"('358',)",Spell358,list(char) -> list(char)876Append '636',"('Bess',)",Bess636,list(char) -> list(char)877Append two words delimited by ' -',"('Q', 'Phillip')",Q -Phillip,list(char) -> list(char) -> list(char)878Abbreviate separate words (II),"('Gertude', 'Dermody')",G.D.,list(char) -> list(char) -> list(char)879parentheses around word delimited by ' ' & '-',"(' +194-9',)", (+194)-9,list(char) -> list(char)880nth (n=0) word delimited by '.',"('B.25.Jeanice',)",B,list(char) -> list(char)881parentheses around word delimited by '-' & '.',"('9-Ducati125.976.Alida',)",9-(Ducati125).976.Alida,list(char) -> list(char)882Take first character and append '(',"('Pennsylvania',)",P(,list(char) -> list(char)883nth (n=1) word delimited by '-',"('504-Jeanice-K',)",Jeanice,list(char) -> list(char)884Append 'Beata',"('S',)",SBeata,list(char) -> list(char)885Replace '-' w/ ' ',"('+106-Yale-+130-+141',)",+106 Yale +130 +141,list(char) -> list(char)886Prepend '086' to first word,"('Ducati Penn',)",086Ducati,list(char) -> list(char)887Abbreviate words separated by ')',"('585)13',)",5.1.,list(char) -> list(char)888parentheses around first word,"('TX 33 Pennsylvania',)",(TX),list(char) -> list(char)889nth (n=0) word delimited by ' ',"('42 597 J',)",42,list(char) -> list(char)890Drop last 2 characters,"('Nancy',)",Nan,list(char) -> list(char)891Append two words delimited by '.-',"('Mackenzie', '163')",Mackenzie.-163,list(char) -> list(char) -> list(char)892drop first word delimited by '-',"('Coralee-862',)",862,list(char) -> list(char)893nth (n=1) word delimited by '(',"('W(517(+199',)",517,list(char) -> list(char)894parentheses around first word,"('+108 29 95 +196 332',)",(+108),list(char) -> list(char)895"Take first character and append ','","('Covelli',)","C,",list(char) -> list(char)896Take first character and append ')',"('DPhiladelphia',)",D),list(char) -> list(char)897Append 'Cornell',"('IL',)",ILCornell,list(char) -> list(char)898drop first word delimited by ' ',"('386 Georgina 720 141',)",Georgina 720 141,list(char) -> list(char)899Prepend '177' to first word,"('Jacqualine +180',)",177Jacqualine,list(char) -> list(char)900"Replace ',' w/ '('","('820,Connecticut',)",820(Connecticut,list(char) -> list(char)901Replace '-' w/ ' ',"('Jacqualine-62',)",Jacqualine 62,list(char) -> list(char)902"Extract word delimited by ',' - '.'","('426,Lain.45,Honda125',)",Lain,list(char) -> list(char)903Prepend 'UCLA',"('Ferrari',)",UCLAFerrari,list(char) -> list(char)904Replace '(' w/ ' ',"('+194(Alaina',)",+194 Alaina,list(char) -> list(char)905drop first word delimited by '.',"('Jenee.21.80.Soderstrom',)",21.80.Soderstrom,list(char) -> list(char)906nth (n=1) word delimited by ')',"('R)+144',)",+144,list(char) -> list(char)907nth (n=-1) word delimited by '-',"('21-of',)",of,list(char) -> list(char)908"Replace ',' w/ '.'","('017,Celsa',)",017.Celsa,list(char) -> list(char)909Append two words delimited by '.',"('Bradford', 'Beata')",Bradford.Beata,list(char) -> list(char) -> list(char)910drop first word delimited by '.',"('Acura.Urbana',)",Urbana,list(char) -> list(char)911drop first word delimited by ')',"('Jeanice)+194)+189)491',)",+194)+189)491,list(char) -> list(char)912nth (n=1) word delimited by ')',"('Partida)FreeHafer)+130)D',)",FreeHafer,list(char) -> list(char)913Extract word delimited by ')' - '-',"('+144)060-Soderstrom)68',)",060,list(char) -> list(char)914ensure suffix `Columbia`,"('158 Quashie Hage',)",158 Quashie HageColumbia,list(char) -> list(char)915nth (n=-1) word delimited by '(',"('684(Ghoston',)",Ghoston,list(char) -> list(char)916Append two words delimited by '. ',"('Haven', '575')",Haven. 575,list(char) -> list(char) -> list(char)917nth (n=0) word delimited by ' ',"('Brescia A 56',)",Brescia,list(char) -> list(char)918nth (n=-1) word delimited by '.',"('+118.Mulloy.56',)",56,list(char) -> list(char)919Abbreviate separate words (II),"('York', 'Madelaine')",Y.M.,list(char) -> list(char) -> list(char)920parentheses around second word,"('Trinidad 311 33',)",(311),list(char) -> list(char)921"Extract word delimited by ',' - '.'","('504,566.20.F',)",566,list(char) -> list(char)922nth (n=-1) word delimited by '.',"('N.Annalisa.Houston',)",Houston,list(char) -> list(char)923parentheses around a single word (III),"('Ducati',)",(Ducati),list(char) -> list(char)924nth (n=0) word delimited by '(',"('Lango(Desiree',)",Lango,list(char) -> list(char)925First letters of words (II),"('Celsa Latimore',)",CL,list(char) -> list(char)926nth (n=0) word delimited by '(',"('C(98',)",C,list(char) -> list(char)927"Extract word delimited by ')' - ','","('244)Karrie,Lashanda)Kimberley',)",Karrie,list(char) -> list(char)928Take first 3 characters,"('Vena',)",Ven,list(char) -> list(char)929Replace '-' w/ ' ',"('759-Bogle',)",759 Bogle,list(char) -> list(char)930nth (n=1) word delimited by ' ',"('29 Ferrari250',)",Ferrari250,list(char) -> list(char)931Replace '(' w/ ')',"('+194(+185(+147(Rice',)",+194)+185)+147)Rice,list(char) -> list(char)932nth (n=0) word delimited by ')',"('+105)046)Casler',)",+105,list(char) -> list(char)933parentheses around a single word (I),"('Withers',)",(Withers),list(char) -> list(char)934Append two words delimited by ')',"('42', '959')",42)959,list(char) -> list(char) -> list(char)935Prepend '170' to first word,"('of Latimore',)",170of,list(char) -> list(char)936Append 2 strings (III),"('25', '176')",25176,list(char) -> list(char) -> list(char)937Append 'Angeles',"('+199',)",+199Angeles,list(char) -> list(char)938drop first word delimited by '(',"('Barbara(Temple(Samuel',)",Temple(Samuel,list(char) -> list(char)939"nth (n=0) word delimited by ','","('MA,B,+95',)",MA,list(char) -> list(char)940Take first character and append '(',"('Melodi',)",M(,list(char) -> list(char)941Prepend 'UCLA',"('Santa',)",UCLASanta,list(char) -> list(char)942"Append two words delimited by ','","('UIUC', '608')","UIUC,608",list(char) -> list(char) -> list(char)943"Append two words delimited by ','","('2', 'Garrard')","2,Garrard",list(char) -> list(char) -> list(char)944Abbreviate words separated by ')',"('Coralee)Rowden',)",C.R.,list(char) -> list(char)945nth (n=-1) word delimited by '.',"('Latimore.Joaquin.Bobo.G',)",G,list(char) -> list(char)946Replace '(' w/ '.',"('155(Edison(CA(29',)",155.Edison.CA.29,list(char) -> list(char)947Append '+138',"('Hopkins',)",Hopkins+138,list(char) -> list(char)948Take first character and append ' ',"('Brescia',)",B ,list(char) -> list(char)949"Replace ',' w/ '('","('Nancy,334,611,+172',)",Nancy(334(611(+172,list(char) -> list(char)950First letters of words (II),"('6 Kimberley 095',)",6K0,list(char) -> list(char)951First letters of words (IIIIII),"('21 B',)",2B,list(char) -> list(char)952Drop last 3 characters,"('012',)",,list(char) -> list(char)953Prepend 'Sergienko',"('Stefany',)",SergienkoStefany,list(char) -> list(char)954Replace ' ' w/ '(',"('52 622',)",52(622,list(char) -> list(char)955Prepend 'Carlene' to first word,"('Gertude +198',)",CarleneGertude,list(char) -> list(char)956Take first character and append '.',"('290',)",2.,list(char) -> list(char)957"nth (n=-1) word delimited by ','","('+194,Scalia,Montiel,Ghoston',)",Ghoston,list(char) -> list(char)958Append 'Dermody',"('085',)",085Dermody,list(char) -> list(char)959nth (n=0) word delimited by '-',"('64-836-197-Michigan',)",64,list(char) -> list(char)960Append two words delimited by ' -',"('622', 'Andrew')",622 -Andrew,list(char) -> list(char) -> list(char)961Append two words delimited by ' ',"('35', 'Rowden')",35 Rowden,list(char) -> list(char) -> list(char)962drop first word delimited by '(',"('+9(Urbana',)",Urbana,list(char) -> list(char)963ensure suffix `Columbia`,"('Cambridge MD 875 Ducati125',)",Cambridge MD 875 Ducati125Columbia,list(char) -> list(char)964nth (n=0) word delimited by ')',"('L)40)591)W',)",L,list(char) -> list(char)965parentheses around word delimited by ' ' & ' ',"('94 Heintz Q',)",94 (Heintz) Q,list(char) -> list(char)966"Append two words delimited by '(,'","('Harvard', '+183')","Harvard(,+183",list(char) -> list(char) -> list(char)967nth (n=-1) word delimited by '-',"('473-Nancy-980-166',)",166,list(char) -> list(char)968Abbreviate separate words (IIIII),"('21', '169')",2.1.,list(char) -> list(char) -> list(char)969Append 'Angeles',"('Spell',)",SpellAngeles,list(char) -> list(char)970Replace '(' w/ ')',"('14(Micha',)",14)Micha,list(char) -> list(char)971nth (n=-1) word delimited by '(',"('Scalia(65',)",65,list(char) -> list(char)972Take first 3 characters,"('Trinidad',)",Tri,list(char) -> list(char)973Take first 5 characters,"('Ducati250',)",Ducat,list(char) -> list(char)974ensure suffix `Scalia`,"('UIUC 526',)",UIUC 526Scalia,list(char) -> list(char)975parentheses around word delimited by '-' & '.',"('-Spell.Rowden Arbor',)",-(Spell).Rowden Arbor,list(char) -> list(char)976"nth (n=1) word delimited by ','","('Arbor,Scalia,Seamons,847',)",Scalia,list(char) -> list(char)977Append two words delimited by '  ',"('+155', 'Bobo')",+155  Bobo,list(char) -> list(char) -> list(char)978Replace '(' w/ '.',"('Spagnoli(7(Seamons',)",Spagnoli.7.Seamons,list(char) -> list(char)979parentheses around a single word (IIII),"('986',)",(986),list(char) -> list(char)980Prepend '177' to first word,"('Alaina +141',)",177Alaina,list(char) -> list(char)981drop first word delimited by '(',"('Ducati(969(+144(Olague',)",969(+144(Olague,list(char) -> list(char)982Take first 3 characters,"('766',)",766,list(char) -> list(char)983Abbreviate words separated by '(',"('048(Joaquin',)",0.J.,list(char) -> list(char)984First letters of words (II),"('365 Aylward',)",3A,list(char) -> list(char)985Append '+138',"('TX',)",TX+138,list(char) -> list(char)986drop first word delimited by '-',"('California-+158-Ghoston-82',)",+158-Ghoston-82,list(char) -> list(char)987"parentheses around word delimited by ',' & ','","('+174,Bradford,University',)","+174,(Bradford),University",list(char) -> list(char)988Replace '(' w/ ' ',"('CT(Heintz(Cornell(Phillip',)",CT Heintz Cornell Phillip,list(char) -> list(char)989Append two words delimited by '..',"('Ferrari', 'Angeles')",Ferrari..Angeles,list(char) -> list(char) -> list(char)990nth (n=-1) word delimited by '(',"('N(Spell(Babiarz(MD',)",MD,list(char) -> list(char)991drop first word delimited by '-',"('Cambridge-+7-+140-29',)",+7-+140-29,list(char) -> list(char)992"Replace ',' w/ '.'","('+197,980,Hage,Cencici',)",+197.980.Hage.Cencici,list(char) -> list(char)993Append 2 strings (III),"('Cambridge', 'Honda550')",CambridgeHonda550,list(char) -> list(char) -> list(char)994nth (n=1) word delimited by ' ',"('Soderstrom Scalia',)",Scalia,list(char) -> list(char)995parentheses around word delimited by '-' & '.',"('-Haven.80',)",-(Haven).80,list(char) -> list(char)996Take first character and append '.',"('Marquess',)",M.,list(char) -> list(char)997Replace '(' w/ ')',"('Babiarz(Annalisa(+151(Samuel',)",Babiarz)Annalisa)+151)Samuel,list(char) -> list(char)998First letters of words (III),"('000 Dermody +196',)",0D+,list(char) -> list(char)999"nth (n=1) word delimited by ','","('Sergienko,009,Jacquiline,Sergienko',)",009,list(char) -> list(char)1000ensure suffix `568`,"('+23 10 IL 844',)",+23 10 IL 844568,list(char) -> list(char)1001Prepend '086' to first word,"('18 Miah',)",08618,list(char) -> list(char)1002parentheses around second word,"('856 +138 424 Montiel',)",(+138),list(char) -> list(char)1003"parentheses around word delimited by '.' & ','","('20.066,TX-Pannell',)","20.(066),TX-Pannell",list(char) -> list(char)1004First letters of words (I),"('+118 Chism 428 Acura100',)",+C4A,list(char) -> list(char)1005Replace '(' w/ ' ',"('377(209(+118',)",377 209 +118,list(char) -> list(char)1006"Extract word delimited by ',' - ','","('Jeff,Scalia,Gertude,877',)",Scalia,list(char) -> list(char)1007Prepend '+167' to first word,"('+169 29',)",+167+169,list(char) -> list(char)1008ensure suffix `Andria`,"('+68 +161 Heintz York',)",+68 +161 Heintz YorkAndria,list(char) -> list(char)1009parentheses around word delimited by ' ' & '-',"(' Barbara-Mackenzie',)", (Barbara)-Mackenzie,list(char) -> list(char)1010Append two words delimited by '.-',"('Salley', '29')",Salley.-29,list(char) -> list(char) -> list(char)1011nth (n=-1) word delimited by ')',"('T)+197',)",+197,list(char) -> list(char)1012Append two words delimited by '-',"('47', 'NY')",47-NY,list(char) -> list(char) -> list(char)1013Append 'Dermody',"('29',)",29Dermody,list(char) -> list(char)1014ensure suffix `997`,"('Marcus +108 Ramthun Rudolf',)",Marcus +108 Ramthun Rudolf997,list(char) -> list(char)1015Abbreviate separate words (I),"('62', 'Ramthun')",6.R.,list(char) -> list(char) -> list(char)1016Prepend '+167' to first word,"('Launa 845',)",+167Launa,list(char) -> list(char)1017Append 2 strings (IIIII),"('Soderstrom', '+199')",Soderstrom+199,list(char) -> list(char) -> list(char)1018parentheses around a single word (I),"('Halpern',)",(Halpern),list(char) -> list(char)1019nth (n=0) word delimited by ' ',"('Q +108 Desiree',)",Q,list(char) -> list(char)1020Replace '.' w/ ')',"('Lakenya.876.18.064',)",Lakenya)876)18)064,list(char) -> list(char)1021Abbreviate separate words (IIIII),"('Mulloy', 'V')",M.V.,list(char) -> list(char) -> list(char)1022Append two words delimited by '. ',"('771', '5')",771. 5,list(char) -> list(char) -> list(char)1023ensure suffix `769`,"('+169 +163 +129 46',)",+169 +163 +129 46769,list(char) -> list(char)1024nth (n=0) word delimited by '-',"('Olague-Bradford-+115-N',)",Olague,list(char) -> list(char)1025parentheses around a single word (II),"('29',)",(29),list(char) -> list(char)1026Replace '.' w/ ')',"('83.Ramthun',)",83)Ramthun,list(char) -> list(char)1027Prepend 'Sergienko',"('F',)",SergienkoF,list(char) -> list(char)1028Append 2 strings (I),"('Phialdelphia', '40')",Phialdelphia40,list(char) -> list(char) -> list(char)1029Append '636',"('C',)",C636,list(char) -> list(char)1030Replace '(' w/ ' ',"('Nancy(Houston',)",Nancy Houston,list(char) -> list(char)1031Append two words delimited by ')',"('Park', 'Hopkins')",Park)Hopkins,list(char) -> list(char) -> list(char)1032Append 'Cornell',"('101',)",101Cornell,list(char) -> list(char)1033Drop last 4 characters,"('Jenee',)",J,list(char) -> list(char)1034"nth (n=-1) word delimited by ','","('144,Honda550,Hopkins',)",Hopkins,list(char) -> list(char)1035parentheses around a single word (IIII),"('Harvard',)",(Harvard),list(char) -> list(char)1036drop first word delimited by ' ',"('Bess Berkeley',)",Berkeley,list(char) -> list(char)1037nth (n=-1) word delimited by '(',"('Berkeley(557(29',)",29,list(char) -> list(char)1038Abbreviate separate words (II),"('Hayley', 'Ferrari')",H.F.,list(char) -> list(char) -> list(char)1039ensure suffix `Andria`,"('Hornak 575 MA JacquilineAndria',)",Hornak 575 MA JacquilineAndria,list(char) -> list(char)1040Append two words delimited by '.',"('+2', 'Jacquiline')",+2.Jacquiline,list(char) -> list(char) -> list(char)1041First letters of words (IIIIII),"('+155 174 Dr Haven',)",+1DH,list(char) -> list(char)1042Append two words delimited by '(',"('Q', 'Ducati250')",Q(Ducati250,list(char) -> list(char) -> list(char)1043Append 2 strings (II),"('+163', '+141')",+163+141,list(char) -> list(char) -> list(char)1044Abbreviate separate words (IIII),"('S', 'Beata')",S.B.,list(char) -> list(char) -> list(char)1045Drop last 5 characters,"('Mcgaughey',)",Mcga,list(char) -> list(char)1046ensure suffix `568`,"('MD Hopkins 394',)",MD Hopkins 394568,list(char) -> list(char)1047Abbreviate separate words (III),"('692', 'Soderstrom')",6.S.,list(char) -> list(char) -> list(char)1048Take first character and append ' ',"('MI',)",M ,list(char) -> list(char)1049Extract word delimited by '(' - '(',"('14(Rowden(Jeanice(Acura125',)",Rowden,list(char) -> list(char)1050Replace '(' w/ '.',"('C(40',)",C.40,list(char) -> list(char)1051Append 2 strings (IIII),"('Marcus', '776')",Marcus776,list(char) -> list(char) -> list(char)1052nth (n=1) word delimited by '.',"('H.+7.Cortes.+169',)",+7,list(char) -> list(char)1053Take first 2 characters,"('334',)",33,list(char) -> list(char)1054Extract word delimited by '-' - ')',"('York-Mackenzie)Jacquiline)L',)",Mackenzie,list(char) -> list(char)1055Prepend '+174',"('851',)",+174851,list(char) -> list(char)1056Prepend 'UCLA',"('Sergienko',)",UCLASergienko,list(char) -> list(char)1057ensure suffix `Ramthun`,"('Ghoston Bobo Scalia Chism',)",Ghoston Bobo Scalia ChismRamthun,list(char) -> list(char)1058nth (n=0) word delimited by '-',"('Jeff-Lara-Karrie',)",Jeff,list(char) -> list(char)1059Append 2 strings (IIIIII),"('+199', '919')",+199919,list(char) -> list(char) -> list(char)1060"parentheses around word delimited by '.' & ','","('476.47,017',)","476.(47),017",list(char) -> list(char)1061Prepend '+174',"('52',)",+17452,list(char) -> list(char)1062First letters of words (IIIIII),"('43 390 Phillip',)",43P,list(char) -> list(char)1063Append two words delimited by '  ',"('Acura', 'Vena')",Acura  Vena,list(char) -> list(char) -> list(char)1064"parentheses around word delimited by ',' & ','","(',548,43',)",",(548),43",list(char) -> list(char)1065parentheses around a single word (IIIII),"('York',)",(York),list(char) -> list(char)1066Take first character and append ' ',"('Alida',)",A ,list(char) -> list(char)1067parentheses around a single word (I),"('+140',)",(+140),list(char) -> list(char)1068Prepend 'Jani',"('Andria',)",JaniAndria,list(char) -> list(char)1069parentheses around word delimited by ' ' & ' ',"('Spagnoli Marquess Gertude',)",Spagnoli (Marquess) Gertude,list(char) -> list(char)1070Append 'Beata',"('Eccleston',)",EcclestonBeata,list(char) -> list(char)1071"parentheses around word delimited by ',' & ' '","('29,10 Stefany +158',)","29,(10) Stefany +158",list(char) -> list(char)1072"Replace '-' w/ ','","('2-FreeHafer-+188',)","2,FreeHafer,+188",list(char) -> list(char)1073"nth (n=0) word delimited by ','","('R,Miah,Arbor',)",R,list(char) -> list(char)1074"Append two words delimited by '(,'","('50', '949')","50(,949",list(char) -> list(char) -> list(char)1075"Abbreviate words separated by ','","('Trinidad,58',)",T.5.,list(char) -> list(char)1076Extract word delimited by '(' - '(',"('Andria(Honda125(+75(Malissa',)",Honda125,list(char) -> list(char)1077Prepend 'Hornak',"('P',)",HornakP,list(char) -> list(char)1078ensure suffix `769`,"('Ducati125 A Eccleston +198769',)",Ducati125 A Eccleston +198769,list(char) -> list(char)1079nth (n=1) word delimited by '(',"('+188(45(+9',)",45,list(char) -> list(char)1080"Take first character and append ','","('56',)","5,",list(char) -> list(char)1081nth (n=0) word delimited by '.',"('Bradford.971.+180',)",Bradford,list(char) -> list(char)1082nth (n=1) word delimited by '(',"('Phialdelphia(+176(741(Ducati250',)",+176,list(char) -> list(char)1083Prepend 'Hornak',"('865',)",Hornak865,list(char) -> list(char)1084Extract word delimited by ')' - '-',"('+60)Lain-Ducati100-Bradford',)",Lain,list(char) -> list(char)1085First letters of words (IIII),"('Ducati250 Lashanda N Barbara',)",DLNB,list(char) -> list(char)1086Append 2 strings (IIIIII),"('Miah', '81')",Miah81,list(char) -> list(char) -> list(char)1087Drop last 1 characters,"('290',)",29,list(char) -> list(char)1088Drop last 4 characters,"('+167',)",,list(char) -> list(char)1089Drop last 3 characters,"('Hage',)",H,list(char) -> list(char)1090parentheses around a single word (III),"('NY',)",(NY),list(char) -> list(char)1091Append 2 strings (I),"('Georgina', '2')",Georgina2,list(char) -> list(char) -> list(char)1092Abbreviate separate words (III),"('+189', '856')",+.8.,list(char) -> list(char) -> list(char)1093nth (n=1) word delimited by '.',"('Ducati125.of.588.843',)",of,list(char) -> list(char)1094Append two words delimited by ' ',"('Mariel', 'Harvard')",Mariel Harvard,list(char) -> list(char) -> list(char)1095Append 'Dermody',"('Columbia',)",ColumbiaDermody,list(char) -> list(char)1096"drop first word delimited by ','","('Nancy,Beata,512,864',)","Beata,512,864",list(char) -> list(char)1097parentheses around a single word (IIII),"('+155',)",(+155),list(char) -> list(char)1098Prepend '170' to first word,"('Malissa W',)",170Malissa,list(char) -> list(char)1099parentheses around word delimited by ' ' & ' ',"(' California +104,Teddy',)"," (California) +104,Teddy",list(char) -> list(char)1100Abbreviate words separated by ' ',"('938 Alida',)",9.A.,list(char) -> list(char)1101ensure suffix `Ramthun`,"('Annalisa Latimore ChismRamthun',)",Annalisa Latimore ChismRamthun,list(char) -> list(char)1102ensure suffix `Andria`,"('Madelaine +189Andria',)",Madelaine +189Andria,list(char) -> list(char)1103Abbreviate separate words (IIIIII),"('Lakenya', '62')",L.6.,list(char) -> list(char) -> list(char)1104Replace '.' w/ ')',"('622.270',)",622)270,list(char) -> list(char)1105"nth (n=0) word delimited by ','","('Neil,Heintz,Malissa,Berkeley',)",Neil,list(char) -> list(char)1106Replace ' ' w/ '(',"('035 Penn Hornak',)",035(Penn(Hornak,list(char) -> list(char)1107Prepend 'UCLA',"('MI',)",UCLAMI,list(char) -> list(char)1108Prepend 'Hornak',"('Mackenzie',)",HornakMackenzie,list(char) -> list(char)1109Append 2 strings (IIII),"('426', '369')",426369,list(char) -> list(char) -> list(char)1110"Extract word delimited by ')' - ','","('Cambridge)Storrs,449)10',)",Storrs,list(char) -> list(char)1111Abbreviate separate words (IIIIII),"('+81', 'Halpern')",+.H.,list(char) -> list(char) -> list(char)1112Prepend '+174',"('Jurgens',)",+174Jurgens,list(char) -> list(char)1113Abbreviate words separated by '-',"('941-162',)",9.1.,list(char) -> list(char)1114Append 2 strings (IIII),"('Seamons', 'Lakenya')",SeamonsLakenya,list(char) -> list(char) -> list(char)1115Append 2 strings (I),"('Richert', 'NY')",RichertNY,list(char) -> list(char) -> list(char)1116nth (n=-1) word delimited by ' ',"('Park +183 186',)",186,list(char) -> list(char)1117Append '636',"('FreeHafer',)",FreeHafer636,list(char) -> list(char)1118Abbreviate words separated by ')',"('+196)253',)",+.2.,list(char) -> list(char)1119First letters of words (IIIII),"('46 439',)",44,list(char) -> list(char)1120Prepend 'Spell',"('Aylward',)",SpellAylward,list(char) -> list(char)1121Append two words delimited by '  ',"('2', '+151')",2  +151,list(char) -> list(char) -> list(char)1122"parentheses around word delimited by '.' & ','","('.DPhiladelphia,+132 G',)",".(DPhiladelphia),+132 G",list(char) -> list(char)1123parentheses around word delimited by '-' & '.',"('Lain-Edison.C-Temple',)",Lain-(Edison).C-Temple,list(char) -> list(char)1124First letters of words (III),"('Lango Babiarz R',)",LBR,list(char) -> list(char)1125Drop last 4 characters,"('Santa',)",S,list(char) -> list(char)1126Append 2 strings (II),"('245', 'Casler')",245Casler,list(char) -> list(char) -> list(char)1127drop first word delimited by '.',"('Angeles.+115.+140',)",+115.+140,list(char) -> list(char)1128Drop last 5 characters,"('Cencici',)",Ce,list(char) -> list(char)1129Prepend '+167' to first word,"('172 Hayley',)",+167172,list(char) -> list(char)1130nth (n=1) word delimited by '-',"('+155-Covelli-Constable-405',)",Covelli,list(char) -> list(char)1131nth (n=0) word delimited by '-',"('+172-Penn-Chilcott-E',)",+172,list(char) -> list(char)1132"Take first character and append ','","('Ramthun',)","R,",list(char) -> list(char)1133"Replace ',' w/ '('","('066,+106,Bobo,200',)",066(+106(Bobo(200,list(char) -> list(char)1134Replace ' ' w/ '(',"('+9 Rowden Reily',)",+9(Rowden(Reily,list(char) -> list(char)1135Prepend 'Ghoston' to first word,"('Samuel Hage',)",GhostonSamuel,list(char) -> list(char)1136Prepend 'Spell',"('+197',)",Spell+197,list(char) -> list(char)1137nth (n=0) word delimited by '.',"('505.+46',)",505,list(char) -> list(char)1138Replace '(' w/ '.',"('75(University',)",75.University,list(char) -> list(char)1139Drop last 1 characters,"('+130',)",+13,list(char) -> list(char)1140Append 2 strings (III),"('35', '981')",35981,list(char) -> list(char) -> list(char)1141drop first word delimited by ' ',"('141 Lashanda',)",Lashanda,list(char) -> list(char)1142Drop last 2 characters,"('Stefany',)",Stefa,list(char) -> list(char)1143"Extract word delimited by ',' - ','","('Barbara,+86,95,Urbana',)",+86,list(char) -> list(char)1144Take first 5 characters,"('Carlene',)",Carle,list(char) -> list(char)1145Take first 5 characters,"('Gregori',)",Grego,list(char) -> list(char)1146Append 2 strings (I),"('I', '+172')",I+172,list(char) -> list(char) -> list(char)1147parentheses around first word,"('018 +176 Houston',)",(018),list(char) -> list(char)1148nth (n=1) word delimited by '-',"('Kotas-028',)",028,list(char) -> list(char)1149Prepend '170' to first word,"('Malissa 500',)",170Malissa,list(char) -> list(char)1150Extract word delimited by '(' - '(',"('Montiel(Temple(Heintz(Teddy',)",Temple,list(char) -> list(char)1151Append 'Dermody',"('+5',)",+5Dermody,list(char) -> list(char)1152Take first character and append '(',"('82',)",8(,list(char) -> list(char)1153Append 'Beata',"('092',)",092Beata,list(char) -> list(char)1154Append two words delimited by ' ',"('051', '+174')",051 +174,list(char) -> list(char) -> list(char)1155Abbreviate words separated by '(',"('Jeanice(Acura',)",J.A.,list(char) -> list(char)1156"Extract word delimited by ',' - '.'","('86,+161.13,+7',)",+161,list(char) -> list(char)1157Abbreviate separate words (I),"('Irwin', 'Spell')",I.S.,list(char) -> list(char) -> list(char)1158Prepend '177' to first word,"('421 Annalisa',)",177421,list(char) -> list(char)1159Extract word delimited by '(' - '(',"('Ducati250(+183(Richert(Park',)",+183,list(char) -> list(char)1160"Abbreviate words separated by ','","('FreeHafer,Park',)",F.P.,list(char) -> list(char)1161"nth (n=0) word delimited by ','","('+115,+106',)",+115,list(char) -> list(char)1162"Extract word delimited by ')' - ','","('963)Kathlyn,Melodi,Spagnoli',)",Kathlyn,list(char) -> list(char)1163Abbreviate separate words (IIIII),"('Ducati125', '46')",D.4.,list(char) -> list(char) -> list(char)1164Append 2 strings (IIIIII),"('O', '765')",O765,list(char) -> list(char) -> list(char)1165First letters of words (IIII),"('CT FreeHafer Bogle',)",CFB,list(char) -> list(char)1166ensure suffix `Scalia`,"('Ramthun Beata Chism FreeHaferScalia',)",Ramthun Beata Chism FreeHaferScalia,list(char) -> list(char)1167"Append two words delimited by ','","('Acura100', '705')","Acura100,705",list(char) -> list(char) -> list(char)1168ensure suffix `568`,"('+194 517 Bobo568',)",+194 517 Bobo568,list(char) -> list(char)1169"nth (n=-1) word delimited by ','","('50,+9',)",+9,list(char) -> list(char)1170Extract word delimited by '-' - ')',"('155-Reily)Haven)+132',)",Reily,list(char) -> list(char)1171drop first word delimited by '.',"('598.849.854.Kimberley',)",849.854.Kimberley,list(char) -> list(char)1172Prepend 'Carlene' to first word,"('997 CA',)",Carlene997,list(char) -> list(char)1173"drop first word delimited by ','","('943,65,216,CA',)","65,216,CA",list(char) -> list(char)1174nth (n=-1) word delimited by '.',"('197.58',)",58,list(char) -> list(char)1175nth (n=-1) word delimited by ')',"('+42)+98)+115)Junkin',)",Junkin,list(char) -> list(char)1176nth (n=1) word delimited by ')',"('Mariel)Carlene)Ducati100)Jeff',)",Carlene,list(char) -> list(char)1177nth (n=-1) word delimited by ')',"('+151)50)Withers',)",Withers,list(char) -> list(char)1178Append 2 strings (III),"('Tobias', '58')",Tobias58,list(char) -> list(char) -> list(char)1179Drop last 1 characters,"('769',)",76,list(char) -> list(char)1180Take first 5 characters,"('Desiree',)",Desir,list(char) -> list(char)1181"nth (n=-1) word delimited by ','","('468,376',)",376,list(char) -> list(char)1182nth (n=0) word delimited by '.',"('Maryann.705.Barbara',)",Maryann,list(char) -> list(char)1183"parentheses around word delimited by ',' & ' '","(',551 Cencici 68',)",",(551) Cencici 68",list(char) -> list(char)1184Append two words delimited by '. ',"('62', 'Mackenzie')",62. Mackenzie,list(char) -> list(char) -> list(char)1185Take first 4 characters,"('Ducati250',)",Duca,list(char) -> list(char)1186Take first 2 characters,"('Stefany',)",St,list(char) -> list(char)1187nth (n=-1) word delimited by ' ',"('K 358 Jacquiline Columbia',)",Columbia,list(char) -> list(char)1188Take first 4 characters,"('Haven',)",Have,list(char) -> list(char)1189Prepend 'Carlene' to first word,"('+155 45',)",Carlene+155,list(char) -> list(char)1190Prepend 'Jani',"('Ithaca',)",JaniIthaca,list(char) -> list(char)1191First letters of words (I),"('81 Heintz Pannell',)",8HP,list(char) -> list(char)1192Take first character and append '(',"('020',)",0(,list(char) -> list(char)1193Abbreviate words separated by ')',"('83)56',)",8.5.,list(char) -> list(char)1194nth (n=1) word delimited by ' ',"('University Sergienko',)",Sergienko,list(char) -> list(char)1195parentheses around a single word (I),"('+176',)",(+176),list(char) -> list(char)1196"parentheses around word delimited by '.' & ','","('.+197,64',)",".(+197),64",list(char) -> list(char)1197nth (n=-1) word delimited by ' ',"('CA Vena 23 Hopkins',)",Hopkins,list(char) -> list(char)1198Prepend '170' to first word,"('Drexel Maryann',)",170Drexel,list(char) -> list(char)1199nth (n=-1) word delimited by ')',"('539)027)42',)",42,list(char) -> list(char)1200Append 2 strings (IIIIII),"('Garrard', '+141')",Garrard+141,list(char) -> list(char) -> list(char)

Showing the first 1,200 of 3784 lines. Download the file for the rest.