diff --git "a/test.text.csv" "b/test.text.csv" new file mode 100644--- /dev/null +++ "b/test.text.csv" @@ -0,0 +1,3783 @@ +,description,input,output,types +0,Append 2 strings (II),"('Scalia', 'Acura100')",ScaliaAcura100,list(char) -> list(char) -> list(char) +1,"Replace ',' w/ '('","('+144,Kimberley,430',)",+144(Kimberley(430,list(char) -> list(char) +2,nth (n=1) word delimited by '(',"('Rudolf(Celsa',)",Celsa,list(char) -> list(char) +3,Abbreviate separate words (IIII),"('Maryland', 'Halpern')",M.H.,list(char) -> list(char) -> list(char) +4,Abbreviate words separated by ' ',"('771 Alida',)",7.A.,list(char) -> list(char) +5,parentheses around first word,"('Marquess Eccleston +183 675 Arbor',)",(Marquess),list(char) -> list(char) +6,Append two words delimited by ' )',"('807', 'Mariel')",807 )Mariel,list(char) -> list(char) -> list(char) +7,ensure suffix `Samuel`,"('Haven +144 Garrard',)",Haven +144 GarrardSamuel,list(char) -> list(char) +8,First letters of words (II),"('197 575 Lakenya',)",15L,list(char) -> list(char) +9,Append two words delimited by '-)',"('68', '249')",68-)249,list(char) -> list(char) -> list(char) +10,nth (n=0) word delimited by ' ',"('Urbana 2',)",Urbana,list(char) -> list(char) +11,Append 2 strings (IIIIII),"('Harvard', 'Melodi')",HarvardMelodi,list(char) -> list(char) -> list(char) +12,"Take first character and append ','","('Junkin',)","J,",list(char) -> list(char) +13,Replace ')' w/ '-',"('Barbara)Arbor',)",Barbara-Arbor,list(char) -> list(char) +14,Abbreviate words separated by ' ',"('64 Kathlyn',)",6.K.,list(char) -> list(char) +15,Take first character and append '-',"('178',)",1-,list(char) -> list(char) +16,drop first word delimited by ' ',"('5 58',)",58,list(char) -> list(char) +17,drop first word delimited by ' ',"('S 415 Ducati125 Jacquiline',)",415 Ducati125 Jacquiline,list(char) -> list(char) +18,ensure suffix `Phialdelphia`,"('Bradford Ducati100',)",Bradford Ducati100Phialdelphia,list(char) -> list(char) +19,drop first word delimited by '.',"('Gregori.Montiel.Ducati125.426',)",Montiel.Ducati125.426,list(char) -> list(char) +20,Prepend 'Casler',"('Honda250',)",CaslerHonda250,list(char) -> list(char) +21,Prepend '+42' to first word,"('Pennsylvania 29',)",+42Pennsylvania,list(char) -> list(char) +22,nth (n=1) word delimited by '(',"('717(9(FreeHafer',)",9,list(char) -> list(char) +23,parentheses around word delimited by '-' & ' ',"('-Rowden FreeHafer',)",-(Rowden) FreeHafer,list(char) -> list(char) +24,Append two words delimited by '(',"('40', '085')",40(085,list(char) -> list(char) -> list(char) +25,nth (n=1) word delimited by ' ',"('075 Jacqualine',)",Jacqualine,list(char) -> list(char) +26,"nth (n=0) word delimited by ','","('717,FreeHafer,132,2',)",717,list(char) -> list(char) +27,Extract word delimited by '.' - '(',"('Bradford.Beata(Constable(+42',)",Beata,list(char) -> list(char) +28,ensure suffix `+185`,"('56 Chong 491',)",56 Chong 491+185,list(char) -> list(char) +29,nth (n=0) word delimited by ')',"('+151)5)Ferrari)Storrs',)",+151,list(char) -> list(char) +30,Extract word delimited by '.' - '-',"('Malissa.Celsa-483-21',)",Celsa,list(char) -> list(char) +31,"Replace ' ' w/ ','","('V Celsa',)","V,Celsa",list(char) -> list(char) +32,ensure suffix `Phialdelphia`,"('Marquess 35 Penn Seamons',)",Marquess 35 Penn SeamonsPhialdelphia,list(char) -> list(char) +33,First letters of words (IIIIII),"('+161 +5',)",++,list(char) -> list(char) +34,drop first word delimited by ')',"('W)Yale)Ghoston',)",Yale)Ghoston,list(char) -> list(char) +35,Append 'Richert',"('Ferrari',)",FerrariRichert,list(char) -> list(char) +36,"Replace ',' w/ '('","('Lara,330',)",Lara(330,list(char) -> list(char) +37,Prepend '+129' to first word,"('Hornak +199',)",+129Hornak,list(char) -> list(char) +38,Take first character and append '.',"('994',)",9.,list(char) -> list(char) +39,Append 'Cornell',"('+7',)",+7Cornell,list(char) -> list(char) +40,Prepend '659',"('Drexel',)",659Drexel,list(char) -> list(char) +41,Drop last 3 characters,"('355',)",,list(char) -> list(char) +42,Append two words delimited by ')',"('Andria', 'Jenee')",Andria)Jenee,list(char) -> list(char) -> list(char) +43,Append two words delimited by '-)',"('Quashie', '42')",Quashie-)42,list(char) -> list(char) -> list(char) +44,ensure suffix `Junkin`,"('Ferrari CA 598 Haven',)",Ferrari CA 598 HavenJunkin,list(char) -> list(char) +45,Drop last 3 characters,"('Ramthun',)",Ramt,list(char) -> list(char) +46,"Append two words delimited by ',.'","('Soderstrom', 'Honda125')","Soderstrom,.Honda125",list(char) -> list(char) -> list(char) +47,Abbreviate words separated by '(',"('Andrew(+198',)",A.+.,list(char) -> list(char) +48,Abbreviate separate words (IIIII),"('Akiyama', '42')",A.4.,list(char) -> list(char) -> list(char) +49,Take first 2 characters,"('Chong',)",Ch,list(char) -> list(char) +50,parentheses around a single word (IIII),"('513',)",(513),list(char) -> list(char) +51,Prepend '+42' to first word,"('Lara Harvard',)",+42Lara,list(char) -> list(char) +52,Append 2 strings (I),"('Connecticut', 'Cruz')",ConnecticutCruz,list(char) -> list(char) -> list(char) +53,nth (n=-1) word delimited by '(',"('+129(Jani(Bobo',)",Bobo,list(char) -> list(char) +54,First letters of words (I),"('618 Halpern 272',)",6H2,list(char) -> list(char) +55,Take first character and append ' ',"('512',)",5 ,list(char) -> list(char) +56,"nth (n=1) word delimited by ','","('+7,+138,46,Jenee',)",+138,list(char) -> list(char) +57,Append two words delimited by '(',"('843', 'CT')",843(CT,list(char) -> list(char) -> list(char) +58,Prepend 'Casler',"('20',)",Casler20,list(char) -> list(char) +59,Abbreviate separate words (IIIII),"('+43', 'Houston')",+.H.,list(char) -> list(char) -> list(char) +60,Append two words delimited by ')',"('Jeanice', '213')",Jeanice)213,list(char) -> list(char) -> list(char) +61,nth (n=0) word delimited by ')',"('+163)449)Ferrari250',)",+163,list(char) -> list(char) +62,nth (n=-1) word delimited by ' ',"('CA +176 Ferrari250',)",Ferrari250,list(char) -> list(char) +63,Append two words delimited by '-)',"('483', '469')",483-)469,list(char) -> list(char) -> list(char) +64,Abbreviate separate words (I),"('591', '258')",5.2.,list(char) -> list(char) -> list(char) +65,ensure suffix `Samuel`,"('Chong 618 Kimberley Haven',)",Chong 618 Kimberley HavenSamuel,list(char) -> list(char) +66,"Abbreviate words separated by ','","('California,Marquess',)",C.M.,list(char) -> list(char) +67,"Append two words delimited by ',('","('I', 'Dr')","I,(Dr",list(char) -> list(char) -> list(char) +68,drop first word delimited by '.',"('Kotas.Spell.118',)",Spell.118,list(char) -> list(char) +69,"nth (n=0) word delimited by ','","('Richert,CT',)",Richert,list(char) -> list(char) +70,parentheses around a single word (I),"('+9',)",(+9),list(char) -> list(char) +71,Append 2 strings (IIIII),"('Mariel', 'Berkeley')",MarielBerkeley,list(char) -> list(char) -> list(char) +72,Replace ')' w/ '-',"('N)Micha)Montiel',)",N-Micha-Montiel,list(char) -> list(char) +73,"Take first character and append ','","('252',)","2,",list(char) -> list(char) +74,Take first character and append ')',"('Neil',)",N),list(char) -> list(char) +75,"Append two words delimited by ',('","('Park', 'Lara')","Park,(Lara",list(char) -> list(char) -> list(char) +76,parentheses around a single word (I),"('Cambridge',)",(Cambridge),list(char) -> list(char) +77,ensure suffix `Acura125`,"('64 10Acura125',)",64 10Acura125,list(char) -> list(char) +78,Append two words delimited by '..',"('846', 'Olague')",846..Olague,list(char) -> list(char) -> list(char) +79,nth (n=1) word delimited by '.',"('T.Hopkins',)",Hopkins,list(char) -> list(char) +80,Append 2 strings (I),"('Ducati125', 'A')",Ducati125A,list(char) -> list(char) -> list(char) +81,Drop last 1 characters,"('+104',)",+10,list(char) -> list(char) +82,nth (n=1) word delimited by '-',"('+104-+104',)",+104,list(char) -> list(char) +83,Abbreviate words separated by '-',"('40-O',)",4.O.,list(char) -> list(char) +84,First letters of words (IIII),"('700 Junkin',)",7J,list(char) -> list(char) +85,Abbreviate separate words (IIIIII),"('Chilcott', '9')",C.9.,list(char) -> list(char) -> list(char) +86,nth (n=0) word delimited by ' ',"('515 +195 Mariel',)",515,list(char) -> list(char) +87,Drop last 5 characters,"('Richert',)",Ri,list(char) -> list(char) +88,"Replace '.' w/ ','","('Honda250.+2.Malissa.Kotas',)","Honda250,+2,Malissa,Kotas",list(char) -> list(char) +89,"Append two words delimited by '.,'","('+118', 'Jurgens')","+118.,Jurgens",list(char) -> list(char) -> list(char) +90,ensure suffix `Junkin`,"('Cambridge JacquilineJunkin',)",Cambridge JacquilineJunkin,list(char) -> list(char) +91,Append 2 strings (IIIIII),"('654', '566')",654566,list(char) -> list(char) -> list(char) +92,Replace ')' w/ ' ',"('Malissa)21',)",Malissa 21,list(char) -> list(char) +93,"Append two words delimited by ','","('Yale', 'Urbana')","Yale,Urbana",list(char) -> list(char) -> list(char) +94,Append two words delimited by '(',"('+163', 'Covelli')",+163(Covelli,list(char) -> list(char) -> list(char) +95,Take first character and append '(',"('G',)",G(,list(char) -> list(char) +96,Append two words delimited by ' ',"('H', '65')",H 65,list(char) -> list(char) -> list(char) +97,Prepend '+129' to first word,"('68 Covelli',)",+12968,list(char) -> list(char) +98,Prepend 'Jani' to first word,"('83 Lain',)",Jani83,list(char) -> list(char) +99,parentheses around word delimited by '-' & '.',"('822-O.Babiarz',)",822-(O).Babiarz,list(char) -> list(char) +100,parentheses around first word,"('Ghoston W +183 Elias',)",(Ghoston),list(char) -> list(char) +101,parentheses around word delimited by '-' & '.',"('Elias-150.86 Garrard',)",Elias-(150).86 Garrard,list(char) -> list(char) +102,nth (n=-1) word delimited by '-',"('692-Jurgens-T-178',)",178,list(char) -> list(char) +103,Append '+185',"('Temple',)",Temple+185,list(char) -> list(char) +104,Prepend 'Park' to first word,"('Madelaine Launa',)",ParkMadelaine,list(char) -> list(char) +105,parentheses around a single word (IIIII),"('29',)",(29),list(char) -> list(char) +106,drop first word delimited by '-',"('95-623',)",623,list(char) -> list(char) +107,First letters of words (II),"('Alaina Soderstrom',)",AS,list(char) -> list(char) +108,"parentheses around word delimited by '.' & ','","('.P,USA',)",".(P),USA",list(char) -> list(char) +109,nth (n=0) word delimited by '.',"('Salley.+147.+5.62',)",Salley,list(char) -> list(char) +110,parentheses around second word,"('Partida Barbara',)",(Barbara),list(char) -> list(char) +111,Abbreviate separate words (IIII),"('95', 'Storrs')",9.S.,list(char) -> list(char) -> list(char) +112,Take first 4 characters,"('Andria',)",Andr,list(char) -> list(char) +113,Replace '.' w/ '-',"('Spell.+198',)",Spell-+198,list(char) -> list(char) +114,Drop last 1 characters,"('Partida',)",Partid,list(char) -> list(char) +115,Drop last 2 characters,"('Harvard',)",Harva,list(char) -> list(char) +116,Replace ')' w/ '.',"('943)I)172)280',)",943.I.172.280,list(char) -> list(char) +117,Append 'Cornell',"('119',)",119Cornell,list(char) -> list(char) +118,drop first word delimited by ')',"('149)963)68)65',)",963)68)65,list(char) -> list(char) +119,Take first 3 characters,"('+105',)",+10,list(char) -> list(char) +120,Append 'Reily',"('+105',)",+105Reily,list(char) -> list(char) +121,parentheses around a single word (III),"('Phillip',)",(Phillip),list(char) -> list(char) +122,Prepend 'Casler',"('45',)",Casler45,list(char) -> list(char) +123,"Replace ',' w/ '-'","('Madelaine,680,Philadelphia',)",Madelaine-680-Philadelphia,list(char) -> list(char) +124,parentheses around first word,"('Constable Lashanda +130 T',)",(Constable),list(char) -> list(char) +125,Abbreviate separate words (II),"('Honda250', 'CA')",H.C.,list(char) -> list(char) -> list(char) +126,Prepend 'Montiel',"('060',)",Montiel060,list(char) -> list(char) +127,First letters of words (IIIIII),"('Scalia 23',)",S2,list(char) -> list(char) +128,parentheses around a single word (II),"('276',)",(276),list(char) -> list(char) +129,Prepend '329',"('292',)",329292,list(char) -> list(char) +130,Abbreviate words separated by '.',"('Scalia.Berkeley',)",S.B.,list(char) -> list(char) +131,"Append two words delimited by ','","('Honda250', '250')","Honda250,250",list(char) -> list(char) -> list(char) +132,Abbreviate words separated by ')',"('Aylward)Bess',)",A.B.,list(char) -> list(char) +133,Append 'Reily',"('L',)",LReily,list(char) -> list(char) +134,Extract word delimited by ')' - ')',"('Jeff)+147)Spagnoli)320',)",+147,list(char) -> list(char) +135,Take first character and append '.',"('+118',)",+.,list(char) -> list(char) +136,"Append two words delimited by ','","('14', 'Samuel')","14,Samuel",list(char) -> list(char) -> list(char) +137,Extract word delimited by '-' - '(',"('Harvard-916(Marquess-H',)",916,list(char) -> list(char) +138,Replace ')' w/ ' ',"('Launa)Hopkins)35',)",Launa Hopkins 35,list(char) -> list(char) +139,Replace ' ' w/ ')',"('Maryann E',)",Maryann)E,list(char) -> list(char) +140,nth (n=-1) word delimited by ')',"('Stefany)Honda125',)",Honda125,list(char) -> list(char) +141,Append two words delimited by ' ',"('Brendan', 'Pannell')",Brendan Pannell,list(char) -> list(char) -> list(char) +142,Prepend '329',"('+6',)",329+6,list(char) -> list(char) +143,"parentheses around word delimited by ' ' & ','","('Honda Kimberley,Eccleston',)","Honda (Kimberley),Eccleston",list(char) -> list(char) +144,"Append two words delimited by ',.'","('Acura125', '50')","Acura125,.50",list(char) -> list(char) -> list(char) +145,Take first character and append '(',"('10',)",1(,list(char) -> list(char) +146,Extract word delimited by '.' - '-',"('Neil.Phialdelphia-+147-+138',)",Phialdelphia,list(char) -> list(char) +147,nth (n=-1) word delimited by '(',"('S(L',)",L,list(char) -> list(char) +148,First letters of words (I),"('947 Storrs Penn',)",9SP,list(char) -> list(char) +149,Append two words delimited by '-',"('O', 'Halpern')",O-Halpern,list(char) -> list(char) -> list(char) +150,Append 'Kathlyn',"('Honda250',)",Honda250Kathlyn,list(char) -> list(char) +151,"Append two words delimited by '.,'","('Harvard', 'Garrard')","Harvard.,Garrard",list(char) -> list(char) -> list(char) +152,parentheses around a single word (IIII),"('Jeff',)",(Jeff),list(char) -> list(char) +153,Abbreviate words separated by ')',"('213)40',)",2.4.,list(char) -> list(char) +154,Append two words delimited by '-',"('Andria', 'NY')",Andria-NY,list(char) -> list(char) -> list(char) +155,Abbreviate words separated by '(',"('+86(754',)",+.7.,list(char) -> list(char) +156,Append '+185',"('Gertude',)",Gertude+185,list(char) -> list(char) +157,nth (n=-1) word delimited by '.',"('Ducati100.Jani.47',)",47,list(char) -> list(char) +158,"Replace ' ' w/ ','","('Vena 686',)","Vena,686",list(char) -> list(char) +159,Append 2 strings (IIIII),"('University', '+105')",University+105,list(char) -> list(char) -> list(char) +160,Abbreviate separate words (III),"('Latimore', 'Cambridge')",L.C.,list(char) -> list(char) -> list(char) +161,Drop last 4 characters,"('+104',)",,list(char) -> list(char) +162,parentheses around a single word (IIIII),"('Dermody',)",(Dermody),list(char) -> list(char) +163,Abbreviate words separated by ')',"('Harvard)+198',)",H.+.,list(char) -> list(char) +164,Replace '(' w/ ')',"('J(K',)",J)K,list(char) -> list(char) +165,First letters of words (II),"('R +5 180',)",R+1,list(char) -> list(char) +166,Append '+185',"('Garrard',)",Garrard+185,list(char) -> list(char) +167,Take first 2 characters,"('129',)",12,list(char) -> list(char) +168,parentheses around word delimited by '.' & '.',"('Gregori.Latimore.33',)",Gregori.(Latimore).33,list(char) -> list(char) +169,Append 'Reily',"('+161',)",+161Reily,list(char) -> list(char) +170,Append 2 strings (IIII),"('California', 'Desiree')",CaliforniaDesiree,list(char) -> list(char) -> list(char) +171,Append 'Kathlyn',"('Cornell',)",CornellKathlyn,list(char) -> list(char) +172,Replace '(' w/ ')',"('993(Launa',)",993)Launa,list(char) -> list(char) +173,nth (n=1) word delimited by '(',"('Salley(Scalia(117',)",Scalia,list(char) -> list(char) +174,Abbreviate words separated by '(',"('075(Penn',)",0.P.,list(char) -> list(char) +175,First letters of words (IIIIII),"('Hopkins 169 Tobias Yale',)",H1TY,list(char) -> list(char) +176,Take first 5 characters,"('Harvard',)",Harva,list(char) -> list(char) +177,Append two words delimited by ' )',"('461', 'Hopkins')",461 )Hopkins,list(char) -> list(char) -> list(char) +178,Abbreviate separate words (III),"('+188', 'Montiel')",+.M.,list(char) -> list(char) -> list(char) +179,nth (n=0) word delimited by '.',"('436.20',)",436,list(char) -> list(char) +180,"Abbreviate words separated by ','","('Partida,Tobias',)",P.T.,list(char) -> list(char) +181,drop first word delimited by ' ',"('Honda550 +183',)",+183,list(char) -> list(char) +182,ensure suffix `Madelaine`,"('238 082 014Madelaine',)",238 082 014Madelaine,list(char) -> list(char) +183,nth (n=0) word delimited by '(',"('+158(+138(25',)",+158,list(char) -> list(char) +184,Replace ')' w/ '.',"('604)Marquess)947)13',)",604.Marquess.947.13,list(char) -> list(char) +185,"Append two words delimited by ',('","('180', 'V')","180,(V",list(char) -> list(char) -> list(char) +186,drop first word delimited by '(',"('S(43(Joaquin',)",43(Joaquin,list(char) -> list(char) +187,"Replace '.' w/ ','","('+105.587.969',)","+105,587,969",list(char) -> list(char) +188,nth (n=-1) word delimited by '-',"('382-50',)",50,list(char) -> list(char) +189,parentheses around second word,"('Storrs C Honda550 K',)",(C),list(char) -> list(char) +190,Prepend 'Celsa',"('Ramthun',)",CelsaRamthun,list(char) -> list(char) +191,Append two words delimited by '.',"('20', '2')",20.2,list(char) -> list(char) -> list(char) +192,Take first 4 characters,"('Edison',)",Edis,list(char) -> list(char) +193,"drop first word delimited by ','","('MI,68',)",68,list(char) -> list(char) +194,"parentheses around word delimited by '.' & ','","('.33,+198',)",".(33),+198",list(char) -> list(char) +195,"parentheses around word delimited by '.' & ','","('65.Stefany,670 Salley',)","65.(Stefany),670 Salley",list(char) -> list(char) +196,Prepend '+129' to first word,"('Marquess +138',)",+129Marquess,list(char) -> list(char) +197,Prepend '183' to first word,"('Jeff 515',)",183Jeff,list(char) -> list(char) +198,Append 2 strings (IIIIII),"('007', 'Honda250')",007Honda250,list(char) -> list(char) -> list(char) +199,Abbreviate separate words (IIIIII),"('+195', 'F')",+.F.,list(char) -> list(char) -> list(char) +200,Append 'Richert',"('+118',)",+118Richert,list(char) -> list(char) +201,nth (n=1) word delimited by ' ',"('Quashie Kimberley',)",Kimberley,list(char) -> list(char) +202,Replace '.' w/ '-',"('+174.Ithaca.F.+161',)",+174-Ithaca-F-+161,list(char) -> list(char) +203,drop first word delimited by ')',"('+132)+194',)",+194,list(char) -> list(char) +204,nth (n=-1) word delimited by '.',"('83.Ramthun.75.Ferrari250',)",Ferrari250,list(char) -> list(char) +205,parentheses around a single word (I),"('Phialdelphia',)",(Phialdelphia),list(char) -> list(char) +206,"nth (n=-1) word delimited by ','","('216,Lara',)",Lara,list(char) -> list(char) +207,Take first 3 characters,"('Rice',)",Ric,list(char) -> list(char) +208,parentheses around word delimited by '-' & '-',"('Jurgens-Carlene-Maryland-Miah',)",Jurgens-(Carlene)-Maryland-Miah,list(char) -> list(char) +209,"nth (n=1) word delimited by ','","('Jeff,209,199,Celsa',)",209,list(char) -> list(char) +210,nth (n=1) word delimited by '-',"('Malissa-541',)",541,list(char) -> list(char) +211,Prepend 'Beata',"('Lakenya',)",BeataLakenya,list(char) -> list(char) +212,Take first character and append '.',"('Drexel',)",D.,list(char) -> list(char) +213,parentheses around a single word (I),"('+6',)",(+6),list(char) -> list(char) +214,Replace ' ' w/ ')',"('Montiel 47 DPhiladelphia 911',)",Montiel)47)DPhiladelphia)911,list(char) -> list(char) +215,"Replace ',' w/ '-'","('Mackenzie,Miah,Jacquiline',)",Mackenzie-Miah-Jacquiline,list(char) -> list(char) +216,"Extract word delimited by ',' - '('","('Scalia,A(194,25',)",A,list(char) -> list(char) +217,parentheses around word delimited by '-' & '-',"('V-42-290 14',)",V-(42)-290 14,list(char) -> list(char) +218,nth (n=1) word delimited by ')',"('+115)+185)Andria)62',)",+185,list(char) -> list(char) +219,parentheses around a single word (IIII),"('304',)",(304),list(char) -> list(char) +220,nth (n=-1) word delimited by ' ',"('C W',)",W,list(char) -> list(char) +221,nth (n=0) word delimited by ')',"('+158)Q)Joaquin)MI',)",+158,list(char) -> list(char) +222,parentheses around word delimited by '-' & ' ',"('Philadelphia-086 S,Desiree',)","Philadelphia-(086) S,Desiree",list(char) -> list(char) +223,"parentheses around word delimited by '.' & ','","('.Mackenzie,Constable-+167',)",".(Mackenzie),Constable-+167",list(char) -> list(char) +224,"Append two words delimited by ',('","('Drexel', '45')","Drexel,(45",list(char) -> list(char) -> list(char) +225,Drop last 2 characters,"('Urbana',)",Urba,list(char) -> list(char) +226,parentheses around a single word (III),"('CT',)",(CT),list(char) -> list(char) +227,First letters of words (I),"('Brendan 2',)",B2,list(char) -> list(char) +228,"nth (n=-1) word delimited by ','","('Akiyama,Aylward',)",Aylward,list(char) -> list(char) +229,parentheses around second word,"('Hayley 698',)",(698),list(char) -> list(char) +230,Drop last 3 characters,"('Stefany',)",Stef,list(char) -> list(char) +231,"Extract word delimited by ',' - '('","('40,Maryland(M(Pannell',)",Maryland,list(char) -> list(char) +232,Replace '.' w/ '-',"('+155.635',)",+155-635,list(char) -> list(char) +233,Append 'Cornell',"('084',)",084Cornell,list(char) -> list(char) +234,nth (n=1) word delimited by ')',"('Akiyama)Angeles',)",Angeles,list(char) -> list(char) +235,ensure suffix `Samuel`,"('Casler Santa 200Samuel',)",Casler Santa 200Samuel,list(char) -> list(char) +236,nth (n=0) word delimited by '(',"('Park(Rudolf(9(551',)",Park,list(char) -> list(char) +237,nth (n=-1) word delimited by ')',"('+7)+129)115',)",115,list(char) -> list(char) +238,Replace ')' w/ '-',"('Elias)Jenee)Nancy',)",Elias-Jenee-Nancy,list(char) -> list(char) +239,Extract word delimited by ' ' - '-',"('Covelli Yale-+118-+106',)",Yale,list(char) -> list(char) +240,Take first 3 characters,"('Beata',)",Bea,list(char) -> list(char) +241,Abbreviate separate words (I),"('98', 'Karrie')",9.K.,list(char) -> list(char) -> list(char) +242,Extract word delimited by '.' - '-',"('399.60-700.140',)",60,list(char) -> list(char) +243,"Append two words delimited by ','","('905', 'Jenee')","905,Jenee",list(char) -> list(char) -> list(char) +244,Take first character and append ')',"('Annalisa',)",A),list(char) -> list(char) +245,"Take first character and append ','","('Hopkins',)","H,",list(char) -> list(char) +246,Drop last 3 characters,"('Pennsylvania',)",Pennsylva,list(char) -> list(char) +247,Replace ')' w/ '.',"('V)Constable',)",V.Constable,list(char) -> list(char) +248,ensure suffix `Stefany`,"('Q MarielStefany',)",Q MarielStefany,list(char) -> list(char) +249,Append two words delimited by ' )',"('Micha', 'Lakenya')",Micha )Lakenya,list(char) -> list(char) -> list(char) +250,"Replace '.' w/ ','","('+199.+155',)","+199,+155",list(char) -> list(char) +251,parentheses around a single word (III),"('834',)",(834),list(char) -> list(char) +252,nth (n=1) word delimited by ')',"('+115)Latimore)Ducati250)749',)",Latimore,list(char) -> list(char) +253,drop first word delimited by '.',"('Withers.Acura125.180.Bobo',)",Acura125.180.Bobo,list(char) -> list(char) +254,First letters of words (IIIII),"('Ducati 953 329 Angeles',)",D93A,list(char) -> list(char) +255,Append 'Kathlyn',"('J',)",JKathlyn,list(char) -> list(char) +256,Append 2 strings (III),"('Nancy', 'Samuel')",NancySamuel,list(char) -> list(char) -> list(char) +257,Take first character and append '(',"('334',)",3(,list(char) -> list(char) +258,Prepend 'Celsa',"('46',)",Celsa46,list(char) -> list(char) +259,Drop last 1 characters,"('64',)",6,list(char) -> list(char) +260,ensure suffix `+185`,"('126 885 Georgina 894+185',)",126 885 Georgina 894+185,list(char) -> list(char) +261,"Append two words delimited by ',.'","('949', 'Marquess')","949,.Marquess",list(char) -> list(char) -> list(char) +262,"Append two words delimited by ',.'","('+188', 'Bradford')","+188,.Bradford",list(char) -> list(char) -> list(char) +263,parentheses around word delimited by '-' & '.',"('Michigan-I.Brescia',)",Michigan-(I).Brescia,list(char) -> list(char) +264,Append two words delimited by '-)',"('115', 'TX')",115-)TX,list(char) -> list(char) -> list(char) +265,parentheses around word delimited by '.' & '.',"('Houston.Dr.Partida,Melodi',)","Houston.(Dr).Partida,Melodi",list(char) -> list(char) +266,Take first character and append '.',"('776',)",7.,list(char) -> list(char) +267,Drop last 4 characters,"('Philadelphia',)",Philadel,list(char) -> list(char) +268,Drop last 5 characters,"('Reily',)",,list(char) -> list(char) +269,drop first word delimited by '.',"('655.Withers.94.83',)",Withers.94.83,list(char) -> list(char) +270,Abbreviate separate words (IIII),"('Honda250', '5')",H.5.,list(char) -> list(char) -> list(char) +271,Append two words delimited by '..',"('Madelaine', '+155')",Madelaine..+155,list(char) -> list(char) -> list(char) +272,parentheses around a single word (IIIII),"('23',)",(23),list(char) -> list(char) +273,Append 'Richert',"('TX',)",TXRichert,list(char) -> list(char) +274,Replace ')' w/ '-',"('J)Cencici)Akiyama)Carlene',)",J-Cencici-Akiyama-Carlene,list(char) -> list(char) +275,Drop last 5 characters,"('Gertude',)",Ge,list(char) -> list(char) +276,Abbreviate separate words (I),"('Kathlyn', 'College')",K.C.,list(char) -> list(char) -> list(char) +277,Abbreviate separate words (I),"('Richert', 'Junkin')",R.J.,list(char) -> list(char) -> list(char) +278,Extract word delimited by ' ' - '-',"('Haven 43-2-+172',)",43,list(char) -> list(char) +279,"Replace ' ' w/ ','","('Yale 918 Chism Alaina',)","Yale,918,Chism,Alaina",list(char) -> list(char) +280,First letters of words (III),"('J CA Pennsylvania',)",JCP,list(char) -> list(char) +281,Prepend '659',"('405',)",659405,list(char) -> list(char) +282,Append 'Acura125',"('+195',)",+195Acura125,list(char) -> list(char) +283,Extract word delimited by '-' - '(',"('D-Mariya(Garrard(882',)",Mariya,list(char) -> list(char) +284,Abbreviate words separated by '.',"('Acura125.Trinidad',)",A.T.,list(char) -> list(char) +285,ensure suffix `Madelaine`,"('Santa 322 R',)",Santa 322 RMadelaine,list(char) -> list(char) +286,nth (n=-1) word delimited by '.',"('Joaquin.S',)",S,list(char) -> list(char) +287,Abbreviate words separated by '(',"('292(F',)",2.F.,list(char) -> list(char) +288,Prepend 'Beata',"('858',)",Beata858,list(char) -> list(char) +289,drop first word delimited by ')',"('35)K)F)734',)",K)F)734,list(char) -> list(char) +290,First letters of words (I),"('+143 Hopkins Akiyama +176',)",+HA+,list(char) -> list(char) +291,"nth (n=1) word delimited by ','","('Bogle,6',)",6,list(char) -> list(char) +292,Prepend '659',"('Spell',)",659Spell,list(char) -> list(char) +293,"parentheses around word delimited by ' ' & ','","('438 886,7,F',)","438 (886),7,F",list(char) -> list(char) +294,Prepend 'Montiel',"('862',)",Montiel862,list(char) -> list(char) +295,Take first 5 characters,"('Acura100',)",Acura,list(char) -> list(char) +296,nth (n=1) word delimited by ')',"('+9)Bogle)MI',)",Bogle,list(char) -> list(char) +297,"drop first word delimited by ','","('Sergienko,81,191,Alaina',)","81,191,Alaina",list(char) -> list(char) +298,Extract word delimited by ')' - ')',"('Trinidad)671)J)Marcus',)",671,list(char) -> list(char) +299,Prepend 'Park' to first word,"('58 643',)",Park58,list(char) -> list(char) +300,Append two words delimited by ' )',"('Babiarz', 'Mackenzie')",Babiarz )Mackenzie,list(char) -> list(char) -> list(char) +301,Extract word delimited by '.' - '-',"('Jeff.Mackenzie-56.14',)",Mackenzie,list(char) -> list(char) +302,First letters of words (IIIII),"('TX Rudolf H +5',)",TRH+,list(char) -> list(char) +303,Prepend 'Jani' to first word,"('258 977',)",Jani258,list(char) -> list(char) +304,"nth (n=-1) word delimited by ','","('98,Alaina,UCLA',)",UCLA,list(char) -> list(char) +305,Append two words delimited by '(',"('+189', 'Lakenya')",+189(Lakenya,list(char) -> list(char) -> list(char) +306,ensure suffix `Madelaine`,"('Ducati250 Akiyama 376 UniversityMadelaine',)",Ducati250 Akiyama 376 UniversityMadelaine,list(char) -> list(char) +307,Drop last 5 characters,"('Lango',)",,list(char) -> list(char) +308,parentheses around a single word (IIIII),"('Pennsylvania',)",(Pennsylvania),list(char) -> list(char) +309,Append two words delimited by '-',"('+188', 'Rice')",+188-Rice,list(char) -> list(char) -> list(char) +310,Abbreviate separate words (IIIIII),"('Karrie', '254')",K.2.,list(char) -> list(char) -> list(char) +311,nth (n=0) word delimited by '.',"('106.+161',)",106,list(char) -> list(char) +312,"Abbreviate words separated by ','","('Jenee,Park',)",J.P.,list(char) -> list(char) +313,parentheses around word delimited by '.' & '.',"('Withers.UCLA.963-779',)",Withers.(UCLA).963-779,list(char) -> list(char) +314,nth (n=1) word delimited by '-',"('Park-+151',)",+151,list(char) -> list(char) +315,First letters of words (IIIII),"('Cornell Lain',)",CL,list(char) -> list(char) +316,"Append two words delimited by '.,'","('Michigan', 'Sergienko')","Michigan.,Sergienko",list(char) -> list(char) -> list(char) +317,Abbreviate separate words (IIIIII),"('Stefany', 'Jurgens')",S.J.,list(char) -> list(char) -> list(char) +318,drop first word delimited by '(',"('Bogle(Babiarz(+9(46',)",Babiarz(+9(46,list(char) -> list(char) +319,nth (n=1) word delimited by ' ',"('+141 029',)",029,list(char) -> list(char) +320,drop first word delimited by '-',"('Haven-Reily-2',)",Reily-2,list(char) -> list(char) +321,Prepend 'Jani' to first word,"('675 008',)",Jani675,list(char) -> list(char) +322,nth (n=0) word delimited by '-',"('Gertude-MD',)",Gertude,list(char) -> list(char) +323,First letters of words (IIII),"('Honda550 Jenee',)",HJ,list(char) -> list(char) +324,Replace ' ' w/ ')',"('York Scalia +104',)",York)Scalia)+104,list(char) -> list(char) +325,Take first character and append ' ',"('83',)",8 ,list(char) -> list(char) +326,"drop first word delimited by ','","('Covelli,W,J',)","W,J",list(char) -> list(char) +327,Append 'Cornell',"('2',)",2Cornell,list(char) -> list(char) +328,First letters of words (IIIIII),"('Georgina Beata Jacqualine I',)",GBJI,list(char) -> list(char) +329,First letters of words (II),"('166 323 L Celsa',)",13LC,list(char) -> list(char) +330,Replace '(' w/ ')',"('K(University(Connecticut(705',)",K)University)Connecticut)705,list(char) -> list(char) +331,nth (n=0) word delimited by '(',"('Cruz(+195(PA(D',)",Cruz,list(char) -> list(char) +332,Prepend 'Park' to first word,"('686 134',)",Park686,list(char) -> list(char) +333,Prepend '329',"('Honda125',)",329Honda125,list(char) -> list(char) +334,nth (n=-1) word delimited by ')',"('42)Arbor)368)47',)",47,list(char) -> list(char) +335,"nth (n=0) word delimited by ','","('Hage,IL,Barbara,+105',)",Hage,list(char) -> list(char) +336,Abbreviate separate words (IIIII),"('UCLA', '18')",U.1.,list(char) -> list(char) -> list(char) +337,Append 2 strings (II),"('+195', '537')",+195537,list(char) -> list(char) -> list(char) +338,nth (n=1) word delimited by ' ',"('707 Spagnoli Akiyama',)",Spagnoli,list(char) -> list(char) +339,Prepend 'Montiel',"('Hornak',)",MontielHornak,list(char) -> list(char) +340,parentheses around a single word (II),"('York',)",(York),list(char) -> list(char) +341,Replace '(' w/ ')',"('+169(493(7(582',)",+169)493)7)582,list(char) -> list(char) +342,"parentheses around word delimited by ' ' & ','","('+7 Hornak,Desiree.2',)","+7 (Hornak),Desiree.2",list(char) -> list(char) +343,Take first 2 characters,"('Annalisa',)",An,list(char) -> list(char) +344,Abbreviate separate words (III),"('50', '33')",5.3.,list(char) -> list(char) -> list(char) +345,Take first character and append '(',"('Lain',)",L(,list(char) -> list(char) +346,Prepend 'Montiel',"('Penn',)",MontielPenn,list(char) -> list(char) +347,Append 2 strings (IIIIII),"('860', 'Marquess')",860Marquess,list(char) -> list(char) -> list(char) +348,Replace ')' w/ ' ',"('Honda250)NY)Cortes)E',)",Honda250 NY Cortes E,list(char) -> list(char) +349,Append 'Kathlyn',"('Kimberley',)",KimberleyKathlyn,list(char) -> list(char) +350,Prepend 'Jani' to first word,"('Withers Heintz',)",JaniWithers,list(char) -> list(char) +351,Take first 5 characters,"('Kimberley',)",Kimbe,list(char) -> list(char) +352,Append 'Acura125',"('347',)",347Acura125,list(char) -> list(char) +353,Drop last 1 characters,"('C',)",,list(char) -> list(char) +354,First letters of words (IIIII),"('Rice D',)",RD,list(char) -> list(char) +355,parentheses around word delimited by '-' & '-',"('-883-14',)",-(883)-14,list(char) -> list(char) +356,nth (n=-1) word delimited by '-',"('Pannell-H-25',)",25,list(char) -> list(char) +357,Take first character and append '-',"('Lain',)",L-,list(char) -> list(char) +358,Append two words delimited by '.',"('Neil', '23')",Neil.23,list(char) -> list(char) -> list(char) +359,Prepend 'Celsa',"('Andria',)",CelsaAndria,list(char) -> list(char) +360,nth (n=-1) word delimited by ' ',"('40 Honda',)",Honda,list(char) -> list(char) +361,nth (n=1) word delimited by '(',"('Rudolf(Kimberley(405',)",Kimberley,list(char) -> list(char) +362,Take first 4 characters,"('Ducati125',)",Duca,list(char) -> list(char) +363,parentheses around a single word (II),"('W',)",(W),list(char) -> list(char) +364,Abbreviate words separated by ' ',"('Honda Constable',)",H.C.,list(char) -> list(char) +365,Prepend '+129' to first word,"('UC +5',)",+129UC,list(char) -> list(char) +366,parentheses around a single word (II),"('UIUC',)",(UIUC),list(char) -> list(char) +367,parentheses around word delimited by '.' & '.',"('+104.C.Stefany +65',)",+104.(C).Stefany +65,list(char) -> list(char) +368,Append two words delimited by ')',"('Phialdelphia', 'Akiyama')",Phialdelphia)Akiyama,list(char) -> list(char) -> list(char) +369,First letters of words (III),"('UCLA Stefany 746',)",US7,list(char) -> list(char) +370,Prepend '153' to first word,"('+189 +118',)",153+189,list(char) -> list(char) +371,Abbreviate separate words (IIII),"('Karrie', 'Soderstrom')",K.S.,list(char) -> list(char) -> list(char) +372,First letters of words (IIII),"('Aylward Phialdelphia Reily',)",APR,list(char) -> list(char) +373,Extract word delimited by '.' - '(',"('Nancy.Jeanice(+167(Mariel',)",Jeanice,list(char) -> list(char) +374,Abbreviate separate words (II),"('588', '629')",5.6.,list(char) -> list(char) -> list(char) +375,Take first 3 characters,"('674',)",674,list(char) -> list(char) +376,Prepend '183' to first word,"('York 29',)",183York,list(char) -> list(char) +377,Take first 5 characters,"('Montiel',)",Monti,list(char) -> list(char) +378,Prepend '153' to first word,"('734 Irwin',)",153734,list(char) -> list(char) +379,Take first character and append ' ',"('Melodi',)",M ,list(char) -> list(char) +380,Append 2 strings (IIIII),"('Honda250', '+2')",Honda250+2,list(char) -> list(char) -> list(char) +381,parentheses around word delimited by '-' & ' ',"('-270 Kimberley-20',)",-(270) Kimberley-20,list(char) -> list(char) +382,Extract word delimited by '.' - '(',"('Seamons.Kimberley(Ducati.670',)",Kimberley,list(char) -> list(char) +383,Append 2 strings (III),"('Jeff', '592')",Jeff592,list(char) -> list(char) -> list(char) +384,Append 2 strings (III),"('+198', 'Kimberley')",+198Kimberley,list(char) -> list(char) -> list(char) +385,parentheses around word delimited by '-' & '-',"('5-Teddy-209',)",5-(Teddy)-209,list(char) -> list(char) +386,Abbreviate separate words (II),"('M', '60')",M.6.,list(char) -> list(char) -> list(char) +387,Drop last 2 characters,"('65',)",,list(char) -> list(char) +388,Extract word delimited by '-' - '(',"('94-Cambridge(Cornell-5',)",Cambridge,list(char) -> list(char) +389,Append two words delimited by ' ',"('D', 'Cambridge')",D Cambridge,list(char) -> list(char) -> list(char) +390,Append 2 strings (II),"('J', 'Andrew')",JAndrew,list(char) -> list(char) -> list(char) +391,drop first word delimited by '-',"('151-Bradford-+189',)",Bradford-+189,list(char) -> list(char) +392,Append two words delimited by '.',"('Hornak', '+115')",Hornak.+115,list(char) -> list(char) -> list(char) +393,nth (n=1) word delimited by '-',"('Lara-Lashanda-Kotas',)",Lashanda,list(char) -> list(char) +394,Prepend 'Celsa',"('K',)",CelsaK,list(char) -> list(char) +395,nth (n=0) word delimited by '(',"('+195(+167(C',)",+195,list(char) -> list(char) +396,ensure suffix `Stefany`,"('40 Gertude',)",40 GertudeStefany,list(char) -> list(char) +397,parentheses around word delimited by '-' & ' ',"('+104-Launa Ramthun',)",+104-(Launa) Ramthun,list(char) -> list(char) +398,Extract word delimited by '-' - '(',"('276-Storrs(+2(500',)",Storrs,list(char) -> list(char) +399,ensure suffix `Samuel`,"('75 167 Angeles Maryland',)",75 167 Angeles MarylandSamuel,list(char) -> list(char) +400,Abbreviate words separated by ')',"('061)Mulloy',)",0.M.,list(char) -> list(char) +401,Drop last 4 characters,"('Annalisa',)",Anna,list(char) -> list(char) +402,ensure suffix `Phialdelphia`,"('Santa Kotas Samuel +7Phialdelphia',)",Santa Kotas Samuel +7Phialdelphia,list(char) -> list(char) +403,drop first word delimited by '(',"('Hage(002(Beata(+2',)",002(Beata(+2,list(char) -> list(char) +404,Prepend 'Casler',"('138',)",Casler138,list(char) -> list(char) +405,Replace ' ' w/ ')',"('52 Edison',)",52)Edison,list(char) -> list(char) +406,Append 2 strings (I),"('Columbia', 'Mackenzie')",ColumbiaMackenzie,list(char) -> list(char) -> list(char) +407,Drop last 4 characters,"('Stefany',)",Ste,list(char) -> list(char) +408,Append 2 strings (III),"('Ferrari250', '52')",Ferrari25052,list(char) -> list(char) -> list(char) +409,Abbreviate words separated by '-',"('163-Connecticut',)",1.C.,list(char) -> list(char) +410,"parentheses around word delimited by ' ' & ','","('Jurgens +86,Withers',)","Jurgens (+86),Withers",list(char) -> list(char) +411,ensure suffix `Acura125`,"('+176 185 Casler',)",+176 185 CaslerAcura125,list(char) -> list(char) +412,"drop first word delimited by ','","('+82,46,33,46',)","46,33,46",list(char) -> list(char) +413,"Abbreviate words separated by ','","('457,G',)",4.G.,list(char) -> list(char) +414,Abbreviate separate words (III),"('+138', '065')",+.0.,list(char) -> list(char) -> list(char) +415,Extract word delimited by ')' - ')',"('Acura100)Halpern)V)+198',)",Halpern,list(char) -> list(char) +416,Prepend '183' to first word,"('Beata +5',)",183Beata,list(char) -> list(char) +417,parentheses around a single word (IIII),"('Jacquiline',)",(Jacquiline),list(char) -> list(char) +418,ensure suffix `Stefany`,"('Honda250 970 +158',)",Honda250 970 +158Stefany,list(char) -> list(char) +419,ensure suffix `Acura125`,"('Madelaine +167 PhialdelphiaAcura125',)",Madelaine +167 PhialdelphiaAcura125,list(char) -> list(char) +420,Abbreviate words separated by ' ',"('Constable Jacquiline',)",C.J.,list(char) -> list(char) +421,"Replace ',' w/ '-'","('Acura,IL,977,CT',)",Acura-IL-977-CT,list(char) -> list(char) +422,Prepend 'Beata',"('776',)",Beata776,list(char) -> list(char) +423,nth (n=-1) word delimited by '-',"('438-Lain-23-52',)",52,list(char) -> list(char) +424,Append 2 strings (II),"('43', 'Richert')",43Richert,list(char) -> list(char) -> list(char) +425,"Replace ',' w/ '('","('Park,25',)",Park(25,list(char) -> list(char) +426,Drop last 2 characters,"('+194',)",+1,list(char) -> list(char) +427,nth (n=0) word delimited by '-',"('Jenee-498-H-58',)",Jenee,list(char) -> list(char) +428,Append 2 strings (IIII),"('598', 'Urbana')",598Urbana,list(char) -> list(char) -> list(char) +429,parentheses around word delimited by '-' & '.',"('-43.+2.Cornell',)",-(43).+2.Cornell,list(char) -> list(char) +430,Prepend '+42' to first word,"('Maryann MI',)",+42Maryann,list(char) -> list(char) +431,Prepend '153' to first word,"('Dermody K',)",153Dermody,list(char) -> list(char) +432,Prepend '153' to first word,"('UIUC Ferrari250',)",153UIUC,list(char) -> list(char) +433,Take first character and append '-',"('Ducati100',)",D-,list(char) -> list(char) +434,"Replace ',' w/ '('","('+195,+161,304,H',)",+195(+161(304(H,list(char) -> list(char) +435,"Replace ' ' w/ ','","('52 Hage',)","52,Hage",list(char) -> list(char) +436,Extract word delimited by ' ' - '-',"('Urbana +140-Gregori Santa',)",+140,list(char) -> list(char) +437,Append two words delimited by ')',"('CA', 'Lain')",CA)Lain,list(char) -> list(char) -> list(char) +438,Append 'Acura125',"('Drexel',)",DrexelAcura125,list(char) -> list(char) +439,Prepend 'Beata',"('Arbor',)",BeataArbor,list(char) -> list(char) +440,"Take first character and append ','","('G',)","G,",list(char) -> list(char) +441,nth (n=1) word delimited by '.',"('Pannell.D.Latimore',)",D,list(char) -> list(char) +442,Prepend '329',"('+174',)",329+174,list(char) -> list(char) +443,"nth (n=1) word delimited by ','","('Neil,T,Rudolf',)",T,list(char) -> list(char) +444,Extract word delimited by '.' - '(',"('Coralee.Hopkins(Angeles.734',)",Hopkins,list(char) -> list(char) +445,Prepend '183' to first word,"('62 Harvard',)",18362,list(char) -> list(char) +446,ensure suffix `Phialdelphia`,"('Edison E Miah +46',)",Edison E Miah +46Phialdelphia,list(char) -> list(char) +447,parentheses around first word,"('Beata Maryann Houston +129',)",(Beata),list(char) -> list(char) +448,ensure suffix `Junkin`,"('Celsa Dr Trinidad',)",Celsa Dr TrinidadJunkin,list(char) -> list(char) +449,First letters of words (III),"('028 Bradford',)",0B,list(char) -> list(char) +450,Replace ')' w/ ' ',"('+147)571)950',)",+147 571 950,list(char) -> list(char) +451,ensure suffix `Stefany`,"('376 538Stefany',)",376 538Stefany,list(char) -> list(char) +452,drop first word delimited by '-',"('Edison-Pennsylvania-Carlene-University',)",Pennsylvania-Carlene-University,list(char) -> list(char) +453,Prepend '659',"('Clasen',)",659Clasen,list(char) -> list(char) +454,Abbreviate words separated by '-',"('443-946',)",4.9.,list(char) -> list(char) +455,Take first 4 characters,"('Georgina',)",Geor,list(char) -> list(char) +456,nth (n=-1) word delimited by '.',"('Andria.058.T',)",T,list(char) -> list(char) +457,Append 'Acura125',"('Columbia',)",ColumbiaAcura125,list(char) -> list(char) +458,"Replace '.' w/ ','","('MA.+172.PA',)","MA,+172,PA",list(char) -> list(char) +459,Append '+185',"('Penn',)",Penn+185,list(char) -> list(char) +460,Append 2 strings (IIIII),"('117', 'Georgina')",117Georgina,list(char) -> list(char) -> list(char) +461,nth (n=-1) word delimited by '(',"('83(Acura100',)",Acura100,list(char) -> list(char) +462,Take first character and append ')',"('+172',)",+),list(char) -> list(char) +463,Abbreviate words separated by '.',"('149.716',)",1.7.,list(char) -> list(char) +464,"nth (n=-1) word delimited by ','","('+163,548,722',)",722,list(char) -> list(char) +465,nth (n=-1) word delimited by '(',"('Trinidad(Drexel(+151',)",+151,list(char) -> list(char) +466,First letters of words (IIII),"('Santa Harvard 369 Acura100',)",SH3A,list(char) -> list(char) +467,Take first character and append '-',"('Park',)",P-,list(char) -> list(char) +468,Append two words delimited by ' ',"('Lain', 'Karrie')",Lain Karrie,list(char) -> list(char) -> list(char) +469,Take first 2 characters,"('Melodi',)",Me,list(char) -> list(char) +470,drop first word delimited by ' ',"('Teddy Casler Malissa',)",Casler Malissa,list(char) -> list(char) +471,ensure suffix `+185`,"('Scalia Acura',)",Scalia Acura+185,list(char) -> list(char) +472,Append two words delimited by '-',"('Andrew', 'Mariel')",Andrew-Mariel,list(char) -> list(char) -> list(char) +473,nth (n=0) word delimited by '-',"('Ducati125-Sergienko-Andria',)",Ducati125,list(char) -> list(char) +474,nth (n=0) word delimited by ' ',"('2 +105',)",2,list(char) -> list(char) +475,drop first word delimited by '(',"('Philadelphia(209',)",209,list(char) -> list(char) +476,nth (n=1) word delimited by '.',"('Ithaca.Stefany',)",Stefany,list(char) -> list(char) +477,Extract word delimited by ')' - ')',"('Beata)98)890)Olague',)",98,list(char) -> list(char) +478,"Append two words delimited by '.,'","('Lara', 'Cruz')","Lara.,Cruz",list(char) -> list(char) -> list(char) +479,"Replace ',' w/ '-'","('Temple,Partida',)",Temple-Partida,list(char) -> list(char) +480,Replace ')' w/ '.',"('170)498)087)47',)",170.498.087.47,list(char) -> list(char) +481,Append two words delimited by '..',"('686', 'Eccleston')",686..Eccleston,list(char) -> list(char) -> list(char) +482,nth (n=-1) word delimited by ' ',"('+188 +42 J',)",J,list(char) -> list(char) +483,Replace '.' w/ '-',"('Olague.084',)",Olague-084,list(char) -> list(char) +484,ensure suffix `Madelaine`,"('29 Constable Lakenya Akiyama',)",29 Constable Lakenya AkiyamaMadelaine,list(char) -> list(char) +485,Take first character and append ')',"('036',)",0),list(char) -> list(char) +486,nth (n=0) word delimited by ')',"('Michigan)Clasen',)",Michigan,list(char) -> list(char) +487,Append 2 strings (I),"('636', 'Salley')",636Salley,list(char) -> list(char) -> list(char) +488,ensure suffix `Acura125`,"('College Vena +143 +105Acura125',)",College Vena +143 +105Acura125,list(char) -> list(char) +489,ensure suffix `+185`,"('10 684 Georgina Ferrari250+185',)",10 684 Georgina Ferrari250+185,list(char) -> list(char) +490,nth (n=-1) word delimited by ')',"('890)716',)",716,list(char) -> list(char) +491,nth (n=0) word delimited by '-',"('548-+188',)",548,list(char) -> list(char) +492,Prepend 'Park' to first word,"('P Sergienko',)",ParkP,list(char) -> list(char) +493,Abbreviate separate words (IIIII),"('Bess', '980')",B.9.,list(char) -> list(char) -> list(char) +494,"Extract word delimited by ',' - '('","('Marcus,Casler(Bess,+185',)",Casler,list(char) -> list(char) +495,nth (n=1) word delimited by '.',"('Gertude.R',)",R,list(char) -> list(char) +496,Append 'Richert',"('Alida',)",AlidaRichert,list(char) -> list(char) +497,Append 2 strings (IIII),"('MA', 'Hage')",MAHage,list(char) -> list(char) -> list(char) +498,Extract word delimited by ' ' - '-',"('of Lakenya-Gregori Trinidad',)",Lakenya,list(char) -> list(char) +499,Append 'Reily',"('F',)",FReily,list(char) -> list(char) +500,nth (n=0) word delimited by '.',"('+199.311',)",+199,list(char) -> list(char) +501,"Extract word delimited by ',' - '('","('107,Vena(087(California',)",Vena,list(char) -> list(char) +502,Abbreviate separate words (II),"('M', 'Kathlyn')",M.K.,list(char) -> list(char) -> list(char) +503,Append 2 strings (IIII),"('+198', 'K')",+198K,list(char) -> list(char) -> list(char) +504,Abbreviate words separated by '.',"('95.+104',)",9.+.,list(char) -> list(char) +505,Append two words delimited by '..',"('Urbana', 'Pennsylvania')",Urbana..Pennsylvania,list(char) -> list(char) -> list(char) +506,nth (n=0) word delimited by ' ',"('+138 +161',)",+138,list(char) -> list(char) +507,Abbreviate words separated by '-',"('+144-Eccleston',)",+.E.,list(char) -> list(char) +508,parentheses around second word,"('58 45',)",(45),list(char) -> list(char) +509,Prepend '+42' to first word,"('Spell Phillip',)",+42Spell,list(char) -> list(char) +510,Take first character and append ' ',"('Mcgaughey',)",M ,list(char) -> list(char) +511,"nth (n=0) word delimited by ','","('+183,718,591',)",+183,list(char) -> list(char) +512,parentheses around a single word (III),"('+141',)",(+141),list(char) -> list(char) +513,ensure suffix `Junkin`,"('MA Jeanice +199',)",MA Jeanice +199Junkin,list(char) -> list(char) +514,First letters of words (III),"('P Philadelphia Clasen Hornak',)",PPCH,list(char) -> list(char) +515,Append two words delimited by '.',"('476', 'Chilcott')",476.Chilcott,list(char) -> list(char) -> list(char) +516,Append 2 strings (II),"('Scalia', 'Acura100')",ScaliaAcura100,list(char) -> list(char) -> list(char) +517,"Replace ',' w/ '('","('+144,Kimberley,430',)",+144(Kimberley(430,list(char) -> list(char) +518,nth (n=1) word delimited by '(',"('Rudolf(Celsa',)",Celsa,list(char) -> list(char) +519,Abbreviate separate words (IIII),"('Maryland', 'Halpern')",M.H.,list(char) -> list(char) -> list(char) +520,Abbreviate words separated by ' ',"('771 Alida',)",7.A.,list(char) -> list(char) +521,parentheses around first word,"('Marquess Eccleston +183 675 Arbor',)",(Marquess),list(char) -> list(char) +522,Append two words delimited by ' )',"('807', 'Mariel')",807 )Mariel,list(char) -> list(char) -> list(char) +523,ensure suffix `Samuel`,"('Haven +144 Garrard',)",Haven +144 GarrardSamuel,list(char) -> list(char) +524,First letters of words (II),"('197 575 Lakenya',)",15L,list(char) -> list(char) +525,Append two words delimited by '-)',"('68', '249')",68-)249,list(char) -> list(char) -> list(char) +526,nth (n=0) word delimited by ' ',"('Urbana 2',)",Urbana,list(char) -> list(char) +527,Append 2 strings (IIIIII),"('Harvard', 'Melodi')",HarvardMelodi,list(char) -> list(char) -> list(char) +528,"Take first character and append ','","('Junkin',)","J,",list(char) -> list(char) +529,Replace ')' w/ '-',"('Barbara)Arbor',)",Barbara-Arbor,list(char) -> list(char) +530,Abbreviate words separated by ' ',"('64 Kathlyn',)",6.K.,list(char) -> list(char) +531,Take first character and append '-',"('178',)",1-,list(char) -> list(char) +532,drop first word delimited by ' ',"('5 58',)",58,list(char) -> list(char) +533,drop first word delimited by ' ',"('S 415 Ducati125 Jacquiline',)",415 Ducati125 Jacquiline,list(char) -> list(char) +534,ensure suffix `Phialdelphia`,"('Bradford Ducati100',)",Bradford Ducati100Phialdelphia,list(char) -> list(char) +535,drop first word delimited by '.',"('Gregori.Montiel.Ducati125.426',)",Montiel.Ducati125.426,list(char) -> list(char) +536,Prepend 'Casler',"('Honda250',)",CaslerHonda250,list(char) -> list(char) +537,Prepend '+42' to first word,"('Pennsylvania 29',)",+42Pennsylvania,list(char) -> list(char) +538,nth (n=1) word delimited by '(',"('717(9(FreeHafer',)",9,list(char) -> list(char) +539,parentheses around word delimited by '-' & ' ',"('-Rowden FreeHafer',)",-(Rowden) FreeHafer,list(char) -> list(char) +540,Append two words delimited by '(',"('40', '085')",40(085,list(char) -> list(char) -> list(char) +541,nth (n=1) word delimited by ' ',"('075 Jacqualine',)",Jacqualine,list(char) -> list(char) +542,"nth (n=0) word delimited by ','","('717,FreeHafer,132,2',)",717,list(char) -> list(char) +543,Extract word delimited by '.' - '(',"('Bradford.Beata(Constable(+42',)",Beata,list(char) -> list(char) +544,ensure suffix `+185`,"('56 Chong 491',)",56 Chong 491+185,list(char) -> list(char) +545,nth (n=0) word delimited by ')',"('+151)5)Ferrari)Storrs',)",+151,list(char) -> list(char) +546,Extract word delimited by '.' - '-',"('Malissa.Celsa-483-21',)",Celsa,list(char) -> list(char) +547,"Replace ' ' w/ ','","('V Celsa',)","V,Celsa",list(char) -> list(char) +548,ensure suffix `Phialdelphia`,"('Marquess 35 Penn Seamons',)",Marquess 35 Penn SeamonsPhialdelphia,list(char) -> list(char) +549,First letters of words (IIIIII),"('+161 +5',)",++,list(char) -> list(char) +550,drop first word delimited by ')',"('W)Yale)Ghoston',)",Yale)Ghoston,list(char) -> list(char) +551,Append 'Richert',"('Ferrari',)",FerrariRichert,list(char) -> list(char) +552,"Replace ',' w/ '('","('Lara,330',)",Lara(330,list(char) -> list(char) +553,Prepend '+129' to first word,"('Hornak +199',)",+129Hornak,list(char) -> list(char) +554,Take first character and append '.',"('994',)",9.,list(char) -> list(char) +555,Append 'Cornell',"('+7',)",+7Cornell,list(char) -> list(char) +556,Prepend '659',"('Drexel',)",659Drexel,list(char) -> list(char) +557,Drop last 3 characters,"('355',)",,list(char) -> list(char) +558,Append two words delimited by ')',"('Andria', 'Jenee')",Andria)Jenee,list(char) -> list(char) -> list(char) +559,Append two words delimited by '-)',"('Quashie', '42')",Quashie-)42,list(char) -> list(char) -> list(char) +560,ensure suffix `Junkin`,"('Ferrari CA 598 Haven',)",Ferrari CA 598 HavenJunkin,list(char) -> list(char) +561,Drop last 3 characters,"('Ramthun',)",Ramt,list(char) -> list(char) +562,"Append two words delimited by ',.'","('Soderstrom', 'Honda125')","Soderstrom,.Honda125",list(char) -> list(char) -> list(char) +563,Abbreviate words separated by '(',"('Andrew(+198',)",A.+.,list(char) -> list(char) +564,Abbreviate separate words (IIIII),"('Akiyama', '42')",A.4.,list(char) -> list(char) -> list(char) +565,Take first 2 characters,"('Chong',)",Ch,list(char) -> list(char) +566,parentheses around a single word (IIII),"('513',)",(513),list(char) -> list(char) +567,Prepend '+42' to first word,"('Lara Harvard',)",+42Lara,list(char) -> list(char) +568,Append 2 strings (I),"('Connecticut', 'Cruz')",ConnecticutCruz,list(char) -> list(char) -> list(char) +569,nth (n=-1) word delimited by '(',"('+129(Jani(Bobo',)",Bobo,list(char) -> list(char) +570,First letters of words (I),"('618 Halpern 272',)",6H2,list(char) -> list(char) +571,Take first character and append ' ',"('512',)",5 ,list(char) -> list(char) +572,"nth (n=1) word delimited by ','","('+7,+138,46,Jenee',)",+138,list(char) -> list(char) +573,Append two words delimited by '(',"('843', 'CT')",843(CT,list(char) -> list(char) -> list(char) +574,Prepend 'Casler',"('20',)",Casler20,list(char) -> list(char) +575,Abbreviate separate words (IIIII),"('+43', 'Houston')",+.H.,list(char) -> list(char) -> list(char) +576,Append two words delimited by ')',"('Jeanice', '213')",Jeanice)213,list(char) -> list(char) -> list(char) +577,nth (n=0) word delimited by ')',"('+163)449)Ferrari250',)",+163,list(char) -> list(char) +578,nth (n=-1) word delimited by ' ',"('CA +176 Ferrari250',)",Ferrari250,list(char) -> list(char) +579,Append two words delimited by '-)',"('483', '469')",483-)469,list(char) -> list(char) -> list(char) +580,Abbreviate separate words (I),"('591', '258')",5.2.,list(char) -> list(char) -> list(char) +581,ensure suffix `Samuel`,"('Chong 618 Kimberley Haven',)",Chong 618 Kimberley HavenSamuel,list(char) -> list(char) +582,"Abbreviate words separated by ','","('California,Marquess',)",C.M.,list(char) -> list(char) +583,"Append two words delimited by ',('","('I', 'Dr')","I,(Dr",list(char) -> list(char) -> list(char) +584,drop first word delimited by '.',"('Kotas.Spell.118',)",Spell.118,list(char) -> list(char) +585,"nth (n=0) word delimited by ','","('Richert,CT',)",Richert,list(char) -> list(char) +586,parentheses around a single word (I),"('+9',)",(+9),list(char) -> list(char) +587,Append 2 strings (IIIII),"('Mariel', 'Berkeley')",MarielBerkeley,list(char) -> list(char) -> list(char) +588,Replace ')' w/ '-',"('N)Micha)Montiel',)",N-Micha-Montiel,list(char) -> list(char) +589,"Take first character and append ','","('252',)","2,",list(char) -> list(char) +590,Take first character and append ')',"('Neil',)",N),list(char) -> list(char) +591,"Append two words delimited by ',('","('Park', 'Lara')","Park,(Lara",list(char) -> list(char) -> list(char) +592,parentheses around a single word (I),"('Cambridge',)",(Cambridge),list(char) -> list(char) +593,ensure suffix `Acura125`,"('64 10Acura125',)",64 10Acura125,list(char) -> list(char) +594,Append two words delimited by '..',"('846', 'Olague')",846..Olague,list(char) -> list(char) -> list(char) +595,nth (n=1) word delimited by '.',"('T.Hopkins',)",Hopkins,list(char) -> list(char) +596,Append 2 strings (I),"('Ducati125', 'A')",Ducati125A,list(char) -> list(char) -> list(char) +597,Drop last 1 characters,"('+104',)",+10,list(char) -> list(char) +598,nth (n=1) word delimited by '-',"('+104-+104',)",+104,list(char) -> list(char) +599,Abbreviate words separated by '-',"('40-O',)",4.O.,list(char) -> list(char) +600,First letters of words (IIII),"('700 Junkin',)",7J,list(char) -> list(char) +601,Abbreviate separate words (IIIIII),"('Chilcott', '9')",C.9.,list(char) -> list(char) -> list(char) +602,nth (n=0) word delimited by ' ',"('515 +195 Mariel',)",515,list(char) -> list(char) +603,Drop last 5 characters,"('Richert',)",Ri,list(char) -> list(char) +604,"Replace '.' w/ ','","('Honda250.+2.Malissa.Kotas',)","Honda250,+2,Malissa,Kotas",list(char) -> list(char) +605,"Append two words delimited by '.,'","('+118', 'Jurgens')","+118.,Jurgens",list(char) -> list(char) -> list(char) +606,ensure suffix `Junkin`,"('Cambridge JacquilineJunkin',)",Cambridge JacquilineJunkin,list(char) -> list(char) +607,Append 2 strings (IIIIII),"('654', '566')",654566,list(char) -> list(char) -> list(char) +608,Replace ')' w/ ' ',"('Malissa)21',)",Malissa 21,list(char) -> list(char) +609,"Append two words delimited by ','","('Yale', 'Urbana')","Yale,Urbana",list(char) -> list(char) -> list(char) +610,Append two words delimited by '(',"('+163', 'Covelli')",+163(Covelli,list(char) -> list(char) -> list(char) +611,Take first character and append '(',"('G',)",G(,list(char) -> list(char) +612,Append two words delimited by ' ',"('H', '65')",H 65,list(char) -> list(char) -> list(char) +613,Prepend '+129' to first word,"('68 Covelli',)",+12968,list(char) -> list(char) +614,Prepend 'Jani' to first word,"('83 Lain',)",Jani83,list(char) -> list(char) +615,parentheses around word delimited by '-' & '.',"('822-O.Babiarz',)",822-(O).Babiarz,list(char) -> list(char) +616,parentheses around first word,"('Ghoston W +183 Elias',)",(Ghoston),list(char) -> list(char) +617,parentheses around word delimited by '-' & '.',"('Elias-150.86 Garrard',)",Elias-(150).86 Garrard,list(char) -> list(char) +618,nth (n=-1) word delimited by '-',"('692-Jurgens-T-178',)",178,list(char) -> list(char) +619,Append '+185',"('Temple',)",Temple+185,list(char) -> list(char) +620,Prepend 'Park' to first word,"('Madelaine Launa',)",ParkMadelaine,list(char) -> list(char) +621,parentheses around a single word (IIIII),"('29',)",(29),list(char) -> list(char) +622,drop first word delimited by '-',"('95-623',)",623,list(char) -> list(char) +623,First letters of words (II),"('Alaina Soderstrom',)",AS,list(char) -> list(char) +624,"parentheses around word delimited by '.' & ','","('.P,USA',)",".(P),USA",list(char) -> list(char) +625,nth (n=0) word delimited by '.',"('Salley.+147.+5.62',)",Salley,list(char) -> list(char) +626,parentheses around second word,"('Partida Barbara',)",(Barbara),list(char) -> list(char) +627,Abbreviate separate words (IIII),"('95', 'Storrs')",9.S.,list(char) -> list(char) -> list(char) +628,Take first 4 characters,"('Andria',)",Andr,list(char) -> list(char) +629,Replace '.' w/ '-',"('Spell.+198',)",Spell-+198,list(char) -> list(char) +630,Drop last 1 characters,"('Partida',)",Partid,list(char) -> list(char) +631,Drop last 2 characters,"('Harvard',)",Harva,list(char) -> list(char) +632,Replace ')' w/ '.',"('943)I)172)280',)",943.I.172.280,list(char) -> list(char) +633,Append 'Cornell',"('119',)",119Cornell,list(char) -> list(char) +634,drop first word delimited by ')',"('149)963)68)65',)",963)68)65,list(char) -> list(char) +635,Take first 3 characters,"('+105',)",+10,list(char) -> list(char) +636,Append 'Reily',"('+105',)",+105Reily,list(char) -> list(char) +637,parentheses around a single word (III),"('Phillip',)",(Phillip),list(char) -> list(char) +638,Prepend 'Casler',"('45',)",Casler45,list(char) -> list(char) +639,"Replace ',' w/ '-'","('Madelaine,680,Philadelphia',)",Madelaine-680-Philadelphia,list(char) -> list(char) +640,parentheses around first word,"('Constable Lashanda +130 T',)",(Constable),list(char) -> list(char) +641,Abbreviate separate words (II),"('Honda250', 'CA')",H.C.,list(char) -> list(char) -> list(char) +642,Prepend 'Montiel',"('060',)",Montiel060,list(char) -> list(char) +643,First letters of words (IIIIII),"('Scalia 23',)",S2,list(char) -> list(char) +644,parentheses around a single word (II),"('276',)",(276),list(char) -> list(char) +645,Prepend '329',"('292',)",329292,list(char) -> list(char) +646,Abbreviate words separated by '.',"('Scalia.Berkeley',)",S.B.,list(char) -> list(char) +647,"Append two words delimited by ','","('Honda250', '250')","Honda250,250",list(char) -> list(char) -> list(char) +648,Abbreviate words separated by ')',"('Aylward)Bess',)",A.B.,list(char) -> list(char) +649,Append 'Reily',"('L',)",LReily,list(char) -> list(char) +650,Extract word delimited by ')' - ')',"('Jeff)+147)Spagnoli)320',)",+147,list(char) -> list(char) +651,Take first character and append '.',"('+118',)",+.,list(char) -> list(char) +652,"Append two words delimited by ','","('14', 'Samuel')","14,Samuel",list(char) -> list(char) -> list(char) +653,Extract word delimited by '-' - '(',"('Harvard-916(Marquess-H',)",916,list(char) -> list(char) +654,Replace ')' w/ ' ',"('Launa)Hopkins)35',)",Launa Hopkins 35,list(char) -> list(char) +655,Replace ' ' w/ ')',"('Maryann E',)",Maryann)E,list(char) -> list(char) +656,nth (n=-1) word delimited by ')',"('Stefany)Honda125',)",Honda125,list(char) -> list(char) +657,Append two words delimited by ' ',"('Brendan', 'Pannell')",Brendan Pannell,list(char) -> list(char) -> list(char) +658,Prepend '329',"('+6',)",329+6,list(char) -> list(char) +659,"parentheses around word delimited by ' ' & ','","('Honda Kimberley,Eccleston',)","Honda (Kimberley),Eccleston",list(char) -> list(char) +660,"Append two words delimited by ',.'","('Acura125', '50')","Acura125,.50",list(char) -> list(char) -> list(char) +661,Take first character and append '(',"('10',)",1(,list(char) -> list(char) +662,Extract word delimited by '.' - '-',"('Neil.Phialdelphia-+147-+138',)",Phialdelphia,list(char) -> list(char) +663,nth (n=-1) word delimited by '(',"('S(L',)",L,list(char) -> list(char) +664,First letters of words (I),"('947 Storrs Penn',)",9SP,list(char) -> list(char) +665,Append two words delimited by '-',"('O', 'Halpern')",O-Halpern,list(char) -> list(char) -> list(char) +666,Append 'Kathlyn',"('Honda250',)",Honda250Kathlyn,list(char) -> list(char) +667,"Append two words delimited by '.,'","('Harvard', 'Garrard')","Harvard.,Garrard",list(char) -> list(char) -> list(char) +668,parentheses around a single word (IIII),"('Jeff',)",(Jeff),list(char) -> list(char) +669,Abbreviate words separated by ')',"('213)40',)",2.4.,list(char) -> list(char) +670,Append two words delimited by '-',"('Andria', 'NY')",Andria-NY,list(char) -> list(char) -> list(char) +671,Abbreviate words separated by '(',"('+86(754',)",+.7.,list(char) -> list(char) +672,Append '+185',"('Gertude',)",Gertude+185,list(char) -> list(char) +673,nth (n=-1) word delimited by '.',"('Ducati100.Jani.47',)",47,list(char) -> list(char) +674,"Replace ' ' w/ ','","('Vena 686',)","Vena,686",list(char) -> list(char) +675,Append 2 strings (IIIII),"('University', '+105')",University+105,list(char) -> list(char) -> list(char) +676,Abbreviate separate words (III),"('Latimore', 'Cambridge')",L.C.,list(char) -> list(char) -> list(char) +677,Drop last 4 characters,"('+104',)",,list(char) -> list(char) +678,parentheses around a single word (IIIII),"('Dermody',)",(Dermody),list(char) -> list(char) +679,Abbreviate words separated by ')',"('Harvard)+198',)",H.+.,list(char) -> list(char) +680,Replace '(' w/ ')',"('J(K',)",J)K,list(char) -> list(char) +681,First letters of words (II),"('R +5 180',)",R+1,list(char) -> list(char) +682,Append '+185',"('Garrard',)",Garrard+185,list(char) -> list(char) +683,Take first 2 characters,"('129',)",12,list(char) -> list(char) +684,parentheses around word delimited by '.' & '.',"('Gregori.Latimore.33',)",Gregori.(Latimore).33,list(char) -> list(char) +685,Append 'Reily',"('+161',)",+161Reily,list(char) -> list(char) +686,Append 2 strings (IIII),"('California', 'Desiree')",CaliforniaDesiree,list(char) -> list(char) -> list(char) +687,Append 'Kathlyn',"('Cornell',)",CornellKathlyn,list(char) -> list(char) +688,Replace '(' w/ ')',"('993(Launa',)",993)Launa,list(char) -> list(char) +689,nth (n=1) word delimited by '(',"('Salley(Scalia(117',)",Scalia,list(char) -> list(char) +690,Abbreviate words separated by '(',"('075(Penn',)",0.P.,list(char) -> list(char) +691,First letters of words (IIIIII),"('Hopkins 169 Tobias Yale',)",H1TY,list(char) -> list(char) +692,Take first 5 characters,"('Harvard',)",Harva,list(char) -> list(char) +693,Append two words delimited by ' )',"('461', 'Hopkins')",461 )Hopkins,list(char) -> list(char) -> list(char) +694,Abbreviate separate words (III),"('+188', 'Montiel')",+.M.,list(char) -> list(char) -> list(char) +695,nth (n=0) word delimited by '.',"('436.20',)",436,list(char) -> list(char) +696,"Abbreviate words separated by ','","('Partida,Tobias',)",P.T.,list(char) -> list(char) +697,drop first word delimited by ' ',"('Honda550 +183',)",+183,list(char) -> list(char) +698,ensure suffix `Madelaine`,"('238 082 014Madelaine',)",238 082 014Madelaine,list(char) -> list(char) +699,nth (n=0) word delimited by '(',"('+158(+138(25',)",+158,list(char) -> list(char) +700,Replace ')' w/ '.',"('604)Marquess)947)13',)",604.Marquess.947.13,list(char) -> list(char) +701,"Append two words delimited by ',('","('180', 'V')","180,(V",list(char) -> list(char) -> list(char) +702,drop first word delimited by '(',"('S(43(Joaquin',)",43(Joaquin,list(char) -> list(char) +703,"Replace '.' w/ ','","('+105.587.969',)","+105,587,969",list(char) -> list(char) +704,nth (n=-1) word delimited by '-',"('382-50',)",50,list(char) -> list(char) +705,parentheses around second word,"('Storrs C Honda550 K',)",(C),list(char) -> list(char) +706,Prepend 'Celsa',"('Ramthun',)",CelsaRamthun,list(char) -> list(char) +707,Append two words delimited by '.',"('20', '2')",20.2,list(char) -> list(char) -> list(char) +708,Take first 4 characters,"('Edison',)",Edis,list(char) -> list(char) +709,"drop first word delimited by ','","('MI,68',)",68,list(char) -> list(char) +710,"parentheses around word delimited by '.' & ','","('.33,+198',)",".(33),+198",list(char) -> list(char) +711,"parentheses around word delimited by '.' & ','","('65.Stefany,670 Salley',)","65.(Stefany),670 Salley",list(char) -> list(char) +712,Prepend '+129' to first word,"('Marquess +138',)",+129Marquess,list(char) -> list(char) +713,Prepend '183' to first word,"('Jeff 515',)",183Jeff,list(char) -> list(char) +714,Append 2 strings (IIIIII),"('007', 'Honda250')",007Honda250,list(char) -> list(char) -> list(char) +715,Abbreviate separate words (IIIIII),"('+195', 'F')",+.F.,list(char) -> list(char) -> list(char) +716,Append 'Richert',"('+118',)",+118Richert,list(char) -> list(char) +717,nth (n=1) word delimited by ' ',"('Quashie Kimberley',)",Kimberley,list(char) -> list(char) +718,Replace '.' w/ '-',"('+174.Ithaca.F.+161',)",+174-Ithaca-F-+161,list(char) -> list(char) +719,drop first word delimited by ')',"('+132)+194',)",+194,list(char) -> list(char) +720,nth (n=-1) word delimited by '.',"('83.Ramthun.75.Ferrari250',)",Ferrari250,list(char) -> list(char) +721,parentheses around a single word (I),"('Phialdelphia',)",(Phialdelphia),list(char) -> list(char) +722,"nth (n=-1) word delimited by ','","('216,Lara',)",Lara,list(char) -> list(char) +723,Take first 3 characters,"('Rice',)",Ric,list(char) -> list(char) +724,parentheses around word delimited by '-' & '-',"('Jurgens-Carlene-Maryland-Miah',)",Jurgens-(Carlene)-Maryland-Miah,list(char) -> list(char) +725,"nth (n=1) word delimited by ','","('Jeff,209,199,Celsa',)",209,list(char) -> list(char) +726,nth (n=1) word delimited by '-',"('Malissa-541',)",541,list(char) -> list(char) +727,Prepend 'Beata',"('Lakenya',)",BeataLakenya,list(char) -> list(char) +728,Take first character and append '.',"('Drexel',)",D.,list(char) -> list(char) +729,parentheses around a single word (I),"('+6',)",(+6),list(char) -> list(char) +730,Replace ' ' w/ ')',"('Montiel 47 DPhiladelphia 911',)",Montiel)47)DPhiladelphia)911,list(char) -> list(char) +731,"Replace ',' w/ '-'","('Mackenzie,Miah,Jacquiline',)",Mackenzie-Miah-Jacquiline,list(char) -> list(char) +732,"Extract word delimited by ',' - '('","('Scalia,A(194,25',)",A,list(char) -> list(char) +733,parentheses around word delimited by '-' & '-',"('V-42-290 14',)",V-(42)-290 14,list(char) -> list(char) +734,nth (n=1) word delimited by ')',"('+115)+185)Andria)62',)",+185,list(char) -> list(char) +735,parentheses around a single word (IIII),"('304',)",(304),list(char) -> list(char) +736,nth (n=-1) word delimited by ' ',"('C W',)",W,list(char) -> list(char) +737,nth (n=0) word delimited by ')',"('+158)Q)Joaquin)MI',)",+158,list(char) -> list(char) +738,parentheses around word delimited by '-' & ' ',"('Philadelphia-086 S,Desiree',)","Philadelphia-(086) S,Desiree",list(char) -> list(char) +739,"parentheses around word delimited by '.' & ','","('.Mackenzie,Constable-+167',)",".(Mackenzie),Constable-+167",list(char) -> list(char) +740,"Append two words delimited by ',('","('Drexel', '45')","Drexel,(45",list(char) -> list(char) -> list(char) +741,Drop last 2 characters,"('Urbana',)",Urba,list(char) -> list(char) +742,parentheses around a single word (III),"('CT',)",(CT),list(char) -> list(char) +743,First letters of words (I),"('Brendan 2',)",B2,list(char) -> list(char) +744,"nth (n=-1) word delimited by ','","('Akiyama,Aylward',)",Aylward,list(char) -> list(char) +745,parentheses around second word,"('Hayley 698',)",(698),list(char) -> list(char) +746,Drop last 3 characters,"('Stefany',)",Stef,list(char) -> list(char) +747,"Extract word delimited by ',' - '('","('40,Maryland(M(Pannell',)",Maryland,list(char) -> list(char) +748,Replace '.' w/ '-',"('+155.635',)",+155-635,list(char) -> list(char) +749,Append 'Cornell',"('084',)",084Cornell,list(char) -> list(char) +750,nth (n=1) word delimited by ')',"('Akiyama)Angeles',)",Angeles,list(char) -> list(char) +751,ensure suffix `Samuel`,"('Casler Santa 200Samuel',)",Casler Santa 200Samuel,list(char) -> list(char) +752,nth (n=0) word delimited by '(',"('Park(Rudolf(9(551',)",Park,list(char) -> list(char) +753,nth (n=-1) word delimited by ')',"('+7)+129)115',)",115,list(char) -> list(char) +754,Replace ')' w/ '-',"('Elias)Jenee)Nancy',)",Elias-Jenee-Nancy,list(char) -> list(char) +755,Extract word delimited by ' ' - '-',"('Covelli Yale-+118-+106',)",Yale,list(char) -> list(char) +756,Take first 3 characters,"('Beata',)",Bea,list(char) -> list(char) +757,Abbreviate separate words (I),"('98', 'Karrie')",9.K.,list(char) -> list(char) -> list(char) +758,Extract word delimited by '.' - '-',"('399.60-700.140',)",60,list(char) -> list(char) +759,"Append two words delimited by ','","('905', 'Jenee')","905,Jenee",list(char) -> list(char) -> list(char) +760,Take first character and append ')',"('Annalisa',)",A),list(char) -> list(char) +761,"Take first character and append ','","('Hopkins',)","H,",list(char) -> list(char) +762,Drop last 3 characters,"('Pennsylvania',)",Pennsylva,list(char) -> list(char) +763,Replace ')' w/ '.',"('V)Constable',)",V.Constable,list(char) -> list(char) +764,ensure suffix `Stefany`,"('Q MarielStefany',)",Q MarielStefany,list(char) -> list(char) +765,Append two words delimited by ' )',"('Micha', 'Lakenya')",Micha )Lakenya,list(char) -> list(char) -> list(char) +766,"Replace '.' w/ ','","('+199.+155',)","+199,+155",list(char) -> list(char) +767,parentheses around a single word (III),"('834',)",(834),list(char) -> list(char) +768,nth (n=1) word delimited by ')',"('+115)Latimore)Ducati250)749',)",Latimore,list(char) -> list(char) +769,drop first word delimited by '.',"('Withers.Acura125.180.Bobo',)",Acura125.180.Bobo,list(char) -> list(char) +770,First letters of words (IIIII),"('Ducati 953 329 Angeles',)",D93A,list(char) -> list(char) +771,Append 'Kathlyn',"('J',)",JKathlyn,list(char) -> list(char) +772,Append 2 strings (III),"('Nancy', 'Samuel')",NancySamuel,list(char) -> list(char) -> list(char) +773,Take first character and append '(',"('334',)",3(,list(char) -> list(char) +774,Prepend 'Celsa',"('46',)",Celsa46,list(char) -> list(char) +775,Drop last 1 characters,"('64',)",6,list(char) -> list(char) +776,ensure suffix `+185`,"('126 885 Georgina 894+185',)",126 885 Georgina 894+185,list(char) -> list(char) +777,"Append two words delimited by ',.'","('949', 'Marquess')","949,.Marquess",list(char) -> list(char) -> list(char) +778,"Append two words delimited by ',.'","('+188', 'Bradford')","+188,.Bradford",list(char) -> list(char) -> list(char) +779,parentheses around word delimited by '-' & '.',"('Michigan-I.Brescia',)",Michigan-(I).Brescia,list(char) -> list(char) +780,Append two words delimited by '-)',"('115', 'TX')",115-)TX,list(char) -> list(char) -> list(char) +781,parentheses around word delimited by '.' & '.',"('Houston.Dr.Partida,Melodi',)","Houston.(Dr).Partida,Melodi",list(char) -> list(char) +782,Take first character and append '.',"('776',)",7.,list(char) -> list(char) +783,Drop last 4 characters,"('Philadelphia',)",Philadel,list(char) -> list(char) +784,Drop last 5 characters,"('Reily',)",,list(char) -> list(char) +785,drop first word delimited by '.',"('655.Withers.94.83',)",Withers.94.83,list(char) -> list(char) +786,Abbreviate separate words (IIII),"('Honda250', '5')",H.5.,list(char) -> list(char) -> list(char) +787,Append two words delimited by '..',"('Madelaine', '+155')",Madelaine..+155,list(char) -> list(char) -> list(char) +788,parentheses around a single word (IIIII),"('23',)",(23),list(char) -> list(char) +789,Append 'Richert',"('TX',)",TXRichert,list(char) -> list(char) +790,Replace ')' w/ '-',"('J)Cencici)Akiyama)Carlene',)",J-Cencici-Akiyama-Carlene,list(char) -> list(char) +791,Drop last 5 characters,"('Gertude',)",Ge,list(char) -> list(char) +792,Abbreviate separate words (I),"('Kathlyn', 'College')",K.C.,list(char) -> list(char) -> list(char) +793,Abbreviate separate words (I),"('Richert', 'Junkin')",R.J.,list(char) -> list(char) -> list(char) +794,Extract word delimited by ' ' - '-',"('Haven 43-2-+172',)",43,list(char) -> list(char) +795,"Replace ' ' w/ ','","('Yale 918 Chism Alaina',)","Yale,918,Chism,Alaina",list(char) -> list(char) +796,First letters of words (III),"('J CA Pennsylvania',)",JCP,list(char) -> list(char) +797,Prepend '659',"('405',)",659405,list(char) -> list(char) +798,Append 'Acura125',"('+195',)",+195Acura125,list(char) -> list(char) +799,Extract word delimited by '-' - '(',"('D-Mariya(Garrard(882',)",Mariya,list(char) -> list(char) +800,Abbreviate words separated by '.',"('Acura125.Trinidad',)",A.T.,list(char) -> list(char) +801,ensure suffix `Madelaine`,"('Santa 322 R',)",Santa 322 RMadelaine,list(char) -> list(char) +802,nth (n=-1) word delimited by '.',"('Joaquin.S',)",S,list(char) -> list(char) +803,Abbreviate words separated by '(',"('292(F',)",2.F.,list(char) -> list(char) +804,Prepend 'Beata',"('858',)",Beata858,list(char) -> list(char) +805,drop first word delimited by ')',"('35)K)F)734',)",K)F)734,list(char) -> list(char) +806,First letters of words (I),"('+143 Hopkins Akiyama +176',)",+HA+,list(char) -> list(char) +807,"nth (n=1) word delimited by ','","('Bogle,6',)",6,list(char) -> list(char) +808,Prepend '659',"('Spell',)",659Spell,list(char) -> list(char) +809,"parentheses around word delimited by ' ' & ','","('438 886,7,F',)","438 (886),7,F",list(char) -> list(char) +810,Prepend 'Montiel',"('862',)",Montiel862,list(char) -> list(char) +811,Take first 5 characters,"('Acura100',)",Acura,list(char) -> list(char) +812,nth (n=1) word delimited by ')',"('+9)Bogle)MI',)",Bogle,list(char) -> list(char) +813,"drop first word delimited by ','","('Sergienko,81,191,Alaina',)","81,191,Alaina",list(char) -> list(char) +814,Extract word delimited by ')' - ')',"('Trinidad)671)J)Marcus',)",671,list(char) -> list(char) +815,Prepend 'Park' to first word,"('58 643',)",Park58,list(char) -> list(char) +816,Append two words delimited by ' )',"('Babiarz', 'Mackenzie')",Babiarz )Mackenzie,list(char) -> list(char) -> list(char) +817,Extract word delimited by '.' - '-',"('Jeff.Mackenzie-56.14',)",Mackenzie,list(char) -> list(char) +818,First letters of words (IIIII),"('TX Rudolf H +5',)",TRH+,list(char) -> list(char) +819,Prepend 'Jani' to first word,"('258 977',)",Jani258,list(char) -> list(char) +820,"nth (n=-1) word delimited by ','","('98,Alaina,UCLA',)",UCLA,list(char) -> list(char) +821,Append two words delimited by '(',"('+189', 'Lakenya')",+189(Lakenya,list(char) -> list(char) -> list(char) +822,ensure suffix `Madelaine`,"('Ducati250 Akiyama 376 UniversityMadelaine',)",Ducati250 Akiyama 376 UniversityMadelaine,list(char) -> list(char) +823,Drop last 5 characters,"('Lango',)",,list(char) -> list(char) +824,parentheses around a single word (IIIII),"('Pennsylvania',)",(Pennsylvania),list(char) -> list(char) +825,Append two words delimited by '-',"('+188', 'Rice')",+188-Rice,list(char) -> list(char) -> list(char) +826,Abbreviate separate words (IIIIII),"('Karrie', '254')",K.2.,list(char) -> list(char) -> list(char) +827,nth (n=0) word delimited by '.',"('106.+161',)",106,list(char) -> list(char) +828,"Abbreviate words separated by ','","('Jenee,Park',)",J.P.,list(char) -> list(char) +829,parentheses around word delimited by '.' & '.',"('Withers.UCLA.963-779',)",Withers.(UCLA).963-779,list(char) -> list(char) +830,nth (n=1) word delimited by '-',"('Park-+151',)",+151,list(char) -> list(char) +831,First letters of words (IIIII),"('Cornell Lain',)",CL,list(char) -> list(char) +832,"Append two words delimited by '.,'","('Michigan', 'Sergienko')","Michigan.,Sergienko",list(char) -> list(char) -> list(char) +833,Abbreviate separate words (IIIIII),"('Stefany', 'Jurgens')",S.J.,list(char) -> list(char) -> list(char) +834,drop first word delimited by '(',"('Bogle(Babiarz(+9(46',)",Babiarz(+9(46,list(char) -> list(char) +835,nth (n=1) word delimited by ' ',"('+141 029',)",029,list(char) -> list(char) +836,drop first word delimited by '-',"('Haven-Reily-2',)",Reily-2,list(char) -> list(char) +837,Prepend 'Jani' to first word,"('675 008',)",Jani675,list(char) -> list(char) +838,nth (n=0) word delimited by '-',"('Gertude-MD',)",Gertude,list(char) -> list(char) +839,First letters of words (IIII),"('Honda550 Jenee',)",HJ,list(char) -> list(char) +840,Replace ' ' w/ ')',"('York Scalia +104',)",York)Scalia)+104,list(char) -> list(char) +841,Take first character and append ' ',"('83',)",8 ,list(char) -> list(char) +842,"drop first word delimited by ','","('Covelli,W,J',)","W,J",list(char) -> list(char) +843,Append 'Cornell',"('2',)",2Cornell,list(char) -> list(char) +844,First letters of words (IIIIII),"('Georgina Beata Jacqualine I',)",GBJI,list(char) -> list(char) +845,First letters of words (II),"('166 323 L Celsa',)",13LC,list(char) -> list(char) +846,Replace '(' w/ ')',"('K(University(Connecticut(705',)",K)University)Connecticut)705,list(char) -> list(char) +847,nth (n=0) word delimited by '(',"('Cruz(+195(PA(D',)",Cruz,list(char) -> list(char) +848,Prepend 'Park' to first word,"('686 134',)",Park686,list(char) -> list(char) +849,Prepend '329',"('Honda125',)",329Honda125,list(char) -> list(char) +850,nth (n=-1) word delimited by ')',"('42)Arbor)368)47',)",47,list(char) -> list(char) +851,"nth (n=0) word delimited by ','","('Hage,IL,Barbara,+105',)",Hage,list(char) -> list(char) +852,Abbreviate separate words (IIIII),"('UCLA', '18')",U.1.,list(char) -> list(char) -> list(char) +853,Append 2 strings (II),"('+195', '537')",+195537,list(char) -> list(char) -> list(char) +854,nth (n=1) word delimited by ' ',"('707 Spagnoli Akiyama',)",Spagnoli,list(char) -> list(char) +855,Prepend 'Montiel',"('Hornak',)",MontielHornak,list(char) -> list(char) +856,parentheses around a single word (II),"('York',)",(York),list(char) -> list(char) +857,Replace '(' w/ ')',"('+169(493(7(582',)",+169)493)7)582,list(char) -> list(char) +858,"parentheses around word delimited by ' ' & ','","('+7 Hornak,Desiree.2',)","+7 (Hornak),Desiree.2",list(char) -> list(char) +859,Take first 2 characters,"('Annalisa',)",An,list(char) -> list(char) +860,Abbreviate separate words (III),"('50', '33')",5.3.,list(char) -> list(char) -> list(char) +861,Take first character and append '(',"('Lain',)",L(,list(char) -> list(char) +862,Prepend 'Montiel',"('Penn',)",MontielPenn,list(char) -> list(char) +863,Append 2 strings (IIIIII),"('860', 'Marquess')",860Marquess,list(char) -> list(char) -> list(char) +864,Replace ')' w/ ' ',"('Honda250)NY)Cortes)E',)",Honda250 NY Cortes E,list(char) -> list(char) +865,Append 'Kathlyn',"('Kimberley',)",KimberleyKathlyn,list(char) -> list(char) +866,Prepend 'Jani' to first word,"('Withers Heintz',)",JaniWithers,list(char) -> list(char) +867,Take first 5 characters,"('Kimberley',)",Kimbe,list(char) -> list(char) +868,Append 'Acura125',"('347',)",347Acura125,list(char) -> list(char) +869,Drop last 1 characters,"('C',)",,list(char) -> list(char) +870,First letters of words (IIIII),"('Rice D',)",RD,list(char) -> list(char) +871,parentheses around word delimited by '-' & '-',"('-883-14',)",-(883)-14,list(char) -> list(char) +872,nth (n=-1) word delimited by '-',"('Pannell-H-25',)",25,list(char) -> list(char) +873,Take first character and append '-',"('Lain',)",L-,list(char) -> list(char) +874,Append two words delimited by '.',"('Neil', '23')",Neil.23,list(char) -> list(char) -> list(char) +875,Prepend 'Celsa',"('Andria',)",CelsaAndria,list(char) -> list(char) +876,nth (n=-1) word delimited by ' ',"('40 Honda',)",Honda,list(char) -> list(char) +877,nth (n=1) word delimited by '(',"('Rudolf(Kimberley(405',)",Kimberley,list(char) -> list(char) +878,Take first 4 characters,"('Ducati125',)",Duca,list(char) -> list(char) +879,parentheses around a single word (II),"('W',)",(W),list(char) -> list(char) +880,Abbreviate words separated by ' ',"('Honda Constable',)",H.C.,list(char) -> list(char) +881,Prepend '+129' to first word,"('UC +5',)",+129UC,list(char) -> list(char) +882,parentheses around a single word (II),"('UIUC',)",(UIUC),list(char) -> list(char) +883,parentheses around word delimited by '.' & '.',"('+104.C.Stefany +65',)",+104.(C).Stefany +65,list(char) -> list(char) +884,Append two words delimited by ')',"('Phialdelphia', 'Akiyama')",Phialdelphia)Akiyama,list(char) -> list(char) -> list(char) +885,First letters of words (III),"('UCLA Stefany 746',)",US7,list(char) -> list(char) +886,Prepend '153' to first word,"('+189 +118',)",153+189,list(char) -> list(char) +887,Abbreviate separate words (IIII),"('Karrie', 'Soderstrom')",K.S.,list(char) -> list(char) -> list(char) +888,First letters of words (IIII),"('Aylward Phialdelphia Reily',)",APR,list(char) -> list(char) +889,Extract word delimited by '.' - '(',"('Nancy.Jeanice(+167(Mariel',)",Jeanice,list(char) -> list(char) +890,Abbreviate separate words (II),"('588', '629')",5.6.,list(char) -> list(char) -> list(char) +891,Take first 3 characters,"('674',)",674,list(char) -> list(char) +892,Prepend '183' to first word,"('York 29',)",183York,list(char) -> list(char) +893,Take first 5 characters,"('Montiel',)",Monti,list(char) -> list(char) +894,Prepend '153' to first word,"('734 Irwin',)",153734,list(char) -> list(char) +895,Take first character and append ' ',"('Melodi',)",M ,list(char) -> list(char) +896,Append 2 strings (IIIII),"('Honda250', '+2')",Honda250+2,list(char) -> list(char) -> list(char) +897,parentheses around word delimited by '-' & ' ',"('-270 Kimberley-20',)",-(270) Kimberley-20,list(char) -> list(char) +898,Extract word delimited by '.' - '(',"('Seamons.Kimberley(Ducati.670',)",Kimberley,list(char) -> list(char) +899,Append 2 strings (III),"('Jeff', '592')",Jeff592,list(char) -> list(char) -> list(char) +900,Append 2 strings (III),"('+198', 'Kimberley')",+198Kimberley,list(char) -> list(char) -> list(char) +901,parentheses around word delimited by '-' & '-',"('5-Teddy-209',)",5-(Teddy)-209,list(char) -> list(char) +902,Abbreviate separate words (II),"('M', '60')",M.6.,list(char) -> list(char) -> list(char) +903,Drop last 2 characters,"('65',)",,list(char) -> list(char) +904,Extract word delimited by '-' - '(',"('94-Cambridge(Cornell-5',)",Cambridge,list(char) -> list(char) +905,Append two words delimited by ' ',"('D', 'Cambridge')",D Cambridge,list(char) -> list(char) -> list(char) +906,Append 2 strings (II),"('J', 'Andrew')",JAndrew,list(char) -> list(char) -> list(char) +907,drop first word delimited by '-',"('151-Bradford-+189',)",Bradford-+189,list(char) -> list(char) +908,Append two words delimited by '.',"('Hornak', '+115')",Hornak.+115,list(char) -> list(char) -> list(char) +909,nth (n=1) word delimited by '-',"('Lara-Lashanda-Kotas',)",Lashanda,list(char) -> list(char) +910,Prepend 'Celsa',"('K',)",CelsaK,list(char) -> list(char) +911,nth (n=0) word delimited by '(',"('+195(+167(C',)",+195,list(char) -> list(char) +912,ensure suffix `Stefany`,"('40 Gertude',)",40 GertudeStefany,list(char) -> list(char) +913,parentheses around word delimited by '-' & ' ',"('+104-Launa Ramthun',)",+104-(Launa) Ramthun,list(char) -> list(char) +914,Extract word delimited by '-' - '(',"('276-Storrs(+2(500',)",Storrs,list(char) -> list(char) +915,ensure suffix `Samuel`,"('75 167 Angeles Maryland',)",75 167 Angeles MarylandSamuel,list(char) -> list(char) +916,Abbreviate words separated by ')',"('061)Mulloy',)",0.M.,list(char) -> list(char) +917,Drop last 4 characters,"('Annalisa',)",Anna,list(char) -> list(char) +918,ensure suffix `Phialdelphia`,"('Santa Kotas Samuel +7Phialdelphia',)",Santa Kotas Samuel +7Phialdelphia,list(char) -> list(char) +919,drop first word delimited by '(',"('Hage(002(Beata(+2',)",002(Beata(+2,list(char) -> list(char) +920,Prepend 'Casler',"('138',)",Casler138,list(char) -> list(char) +921,Replace ' ' w/ ')',"('52 Edison',)",52)Edison,list(char) -> list(char) +922,Append 2 strings (I),"('Columbia', 'Mackenzie')",ColumbiaMackenzie,list(char) -> list(char) -> list(char) +923,Drop last 4 characters,"('Stefany',)",Ste,list(char) -> list(char) +924,Append 2 strings (III),"('Ferrari250', '52')",Ferrari25052,list(char) -> list(char) -> list(char) +925,Abbreviate words separated by '-',"('163-Connecticut',)",1.C.,list(char) -> list(char) +926,"parentheses around word delimited by ' ' & ','","('Jurgens +86,Withers',)","Jurgens (+86),Withers",list(char) -> list(char) +927,ensure suffix `Acura125`,"('+176 185 Casler',)",+176 185 CaslerAcura125,list(char) -> list(char) +928,"drop first word delimited by ','","('+82,46,33,46',)","46,33,46",list(char) -> list(char) +929,"Abbreviate words separated by ','","('457,G',)",4.G.,list(char) -> list(char) +930,Abbreviate separate words (III),"('+138', '065')",+.0.,list(char) -> list(char) -> list(char) +931,Extract word delimited by ')' - ')',"('Acura100)Halpern)V)+198',)",Halpern,list(char) -> list(char) +932,Prepend '183' to first word,"('Beata +5',)",183Beata,list(char) -> list(char) +933,parentheses around a single word (IIII),"('Jacquiline',)",(Jacquiline),list(char) -> list(char) +934,ensure suffix `Stefany`,"('Honda250 970 +158',)",Honda250 970 +158Stefany,list(char) -> list(char) +935,ensure suffix `Acura125`,"('Madelaine +167 PhialdelphiaAcura125',)",Madelaine +167 PhialdelphiaAcura125,list(char) -> list(char) +936,Abbreviate words separated by ' ',"('Constable Jacquiline',)",C.J.,list(char) -> list(char) +937,"Replace ',' w/ '-'","('Acura,IL,977,CT',)",Acura-IL-977-CT,list(char) -> list(char) +938,Prepend 'Beata',"('776',)",Beata776,list(char) -> list(char) +939,nth (n=-1) word delimited by '-',"('438-Lain-23-52',)",52,list(char) -> list(char) +940,Append 2 strings (II),"('43', 'Richert')",43Richert,list(char) -> list(char) -> list(char) +941,"Replace ',' w/ '('","('Park,25',)",Park(25,list(char) -> list(char) +942,Drop last 2 characters,"('+194',)",+1,list(char) -> list(char) +943,nth (n=0) word delimited by '-',"('Jenee-498-H-58',)",Jenee,list(char) -> list(char) +944,Append 2 strings (IIII),"('598', 'Urbana')",598Urbana,list(char) -> list(char) -> list(char) +945,parentheses around word delimited by '-' & '.',"('-43.+2.Cornell',)",-(43).+2.Cornell,list(char) -> list(char) +946,Prepend '+42' to first word,"('Maryann MI',)",+42Maryann,list(char) -> list(char) +947,Prepend '153' to first word,"('Dermody K',)",153Dermody,list(char) -> list(char) +948,Prepend '153' to first word,"('UIUC Ferrari250',)",153UIUC,list(char) -> list(char) +949,Take first character and append '-',"('Ducati100',)",D-,list(char) -> list(char) +950,"Replace ',' w/ '('","('+195,+161,304,H',)",+195(+161(304(H,list(char) -> list(char) +951,"Replace ' ' w/ ','","('52 Hage',)","52,Hage",list(char) -> list(char) +952,Extract word delimited by ' ' - '-',"('Urbana +140-Gregori Santa',)",+140,list(char) -> list(char) +953,Append two words delimited by ')',"('CA', 'Lain')",CA)Lain,list(char) -> list(char) -> list(char) +954,Append 'Acura125',"('Drexel',)",DrexelAcura125,list(char) -> list(char) +955,Prepend 'Beata',"('Arbor',)",BeataArbor,list(char) -> list(char) +956,"Take first character and append ','","('G',)","G,",list(char) -> list(char) +957,nth (n=1) word delimited by '.',"('Pannell.D.Latimore',)",D,list(char) -> list(char) +958,Prepend '329',"('+174',)",329+174,list(char) -> list(char) +959,"nth (n=1) word delimited by ','","('Neil,T,Rudolf',)",T,list(char) -> list(char) +960,Extract word delimited by '.' - '(',"('Coralee.Hopkins(Angeles.734',)",Hopkins,list(char) -> list(char) +961,Prepend '183' to first word,"('62 Harvard',)",18362,list(char) -> list(char) +962,ensure suffix `Phialdelphia`,"('Edison E Miah +46',)",Edison E Miah +46Phialdelphia,list(char) -> list(char) +963,parentheses around first word,"('Beata Maryann Houston +129',)",(Beata),list(char) -> list(char) +964,ensure suffix `Junkin`,"('Celsa Dr Trinidad',)",Celsa Dr TrinidadJunkin,list(char) -> list(char) +965,First letters of words (III),"('028 Bradford',)",0B,list(char) -> list(char) +966,Replace ')' w/ ' ',"('+147)571)950',)",+147 571 950,list(char) -> list(char) +967,ensure suffix `Stefany`,"('376 538Stefany',)",376 538Stefany,list(char) -> list(char) +968,drop first word delimited by '-',"('Edison-Pennsylvania-Carlene-University',)",Pennsylvania-Carlene-University,list(char) -> list(char) +969,Prepend '659',"('Clasen',)",659Clasen,list(char) -> list(char) +970,Abbreviate words separated by '-',"('443-946',)",4.9.,list(char) -> list(char) +971,Take first 4 characters,"('Georgina',)",Geor,list(char) -> list(char) +972,nth (n=-1) word delimited by '.',"('Andria.058.T',)",T,list(char) -> list(char) +973,Append 'Acura125',"('Columbia',)",ColumbiaAcura125,list(char) -> list(char) +974,"Replace '.' w/ ','","('MA.+172.PA',)","MA,+172,PA",list(char) -> list(char) +975,Append '+185',"('Penn',)",Penn+185,list(char) -> list(char) +976,Append 2 strings (IIIII),"('117', 'Georgina')",117Georgina,list(char) -> list(char) -> list(char) +977,nth (n=-1) word delimited by '(',"('83(Acura100',)",Acura100,list(char) -> list(char) +978,Take first character and append ')',"('+172',)",+),list(char) -> list(char) +979,Abbreviate words separated by '.',"('149.716',)",1.7.,list(char) -> list(char) +980,"nth (n=-1) word delimited by ','","('+163,548,722',)",722,list(char) -> list(char) +981,nth (n=-1) word delimited by '(',"('Trinidad(Drexel(+151',)",+151,list(char) -> list(char) +982,First letters of words (IIII),"('Santa Harvard 369 Acura100',)",SH3A,list(char) -> list(char) +983,Take first character and append '-',"('Park',)",P-,list(char) -> list(char) +984,Append two words delimited by ' ',"('Lain', 'Karrie')",Lain Karrie,list(char) -> list(char) -> list(char) +985,Take first 2 characters,"('Melodi',)",Me,list(char) -> list(char) +986,drop first word delimited by ' ',"('Teddy Casler Malissa',)",Casler Malissa,list(char) -> list(char) +987,ensure suffix `+185`,"('Scalia Acura',)",Scalia Acura+185,list(char) -> list(char) +988,Append two words delimited by '-',"('Andrew', 'Mariel')",Andrew-Mariel,list(char) -> list(char) -> list(char) +989,nth (n=0) word delimited by '-',"('Ducati125-Sergienko-Andria',)",Ducati125,list(char) -> list(char) +990,nth (n=0) word delimited by ' ',"('2 +105',)",2,list(char) -> list(char) +991,drop first word delimited by '(',"('Philadelphia(209',)",209,list(char) -> list(char) +992,nth (n=1) word delimited by '.',"('Ithaca.Stefany',)",Stefany,list(char) -> list(char) +993,Extract word delimited by ')' - ')',"('Beata)98)890)Olague',)",98,list(char) -> list(char) +994,"Append two words delimited by '.,'","('Lara', 'Cruz')","Lara.,Cruz",list(char) -> list(char) -> list(char) +995,"Replace ',' w/ '-'","('Temple,Partida',)",Temple-Partida,list(char) -> list(char) +996,Replace ')' w/ '.',"('170)498)087)47',)",170.498.087.47,list(char) -> list(char) +997,Append two words delimited by '..',"('686', 'Eccleston')",686..Eccleston,list(char) -> list(char) -> list(char) +998,nth (n=-1) word delimited by ' ',"('+188 +42 J',)",J,list(char) -> list(char) +999,Replace '.' w/ '-',"('Olague.084',)",Olague-084,list(char) -> list(char) +1000,ensure suffix `Madelaine`,"('29 Constable Lakenya Akiyama',)",29 Constable Lakenya AkiyamaMadelaine,list(char) -> list(char) +1001,Take first character and append ')',"('036',)",0),list(char) -> list(char) +1002,nth (n=0) word delimited by ')',"('Michigan)Clasen',)",Michigan,list(char) -> list(char) +1003,Append 2 strings (I),"('636', 'Salley')",636Salley,list(char) -> list(char) -> list(char) +1004,ensure suffix `Acura125`,"('College Vena +143 +105Acura125',)",College Vena +143 +105Acura125,list(char) -> list(char) +1005,ensure suffix `+185`,"('10 684 Georgina Ferrari250+185',)",10 684 Georgina Ferrari250+185,list(char) -> list(char) +1006,nth (n=-1) word delimited by ')',"('890)716',)",716,list(char) -> list(char) +1007,nth (n=0) word delimited by '-',"('548-+188',)",548,list(char) -> list(char) +1008,Prepend 'Park' to first word,"('P Sergienko',)",ParkP,list(char) -> list(char) +1009,Abbreviate separate words (IIIII),"('Bess', '980')",B.9.,list(char) -> list(char) -> list(char) +1010,"Extract word delimited by ',' - '('","('Marcus,Casler(Bess,+185',)",Casler,list(char) -> list(char) +1011,nth (n=1) word delimited by '.',"('Gertude.R',)",R,list(char) -> list(char) +1012,Append 'Richert',"('Alida',)",AlidaRichert,list(char) -> list(char) +1013,Append 2 strings (IIII),"('MA', 'Hage')",MAHage,list(char) -> list(char) -> list(char) +1014,Extract word delimited by ' ' - '-',"('of Lakenya-Gregori Trinidad',)",Lakenya,list(char) -> list(char) +1015,Append 'Reily',"('F',)",FReily,list(char) -> list(char) +1016,nth (n=0) word delimited by '.',"('+199.311',)",+199,list(char) -> list(char) +1017,"Extract word delimited by ',' - '('","('107,Vena(087(California',)",Vena,list(char) -> list(char) +1018,Abbreviate separate words (II),"('M', 'Kathlyn')",M.K.,list(char) -> list(char) -> list(char) +1019,Append 2 strings (IIII),"('+198', 'K')",+198K,list(char) -> list(char) -> list(char) +1020,Abbreviate words separated by '.',"('95.+104',)",9.+.,list(char) -> list(char) +1021,Append two words delimited by '..',"('Urbana', 'Pennsylvania')",Urbana..Pennsylvania,list(char) -> list(char) -> list(char) +1022,nth (n=0) word delimited by ' ',"('+138 +161',)",+138,list(char) -> list(char) +1023,Abbreviate words separated by '-',"('+144-Eccleston',)",+.E.,list(char) -> list(char) +1024,parentheses around second word,"('58 45',)",(45),list(char) -> list(char) +1025,Prepend '+42' to first word,"('Spell Phillip',)",+42Spell,list(char) -> list(char) +1026,Take first character and append ' ',"('Mcgaughey',)",M ,list(char) -> list(char) +1027,"nth (n=0) word delimited by ','","('+183,718,591',)",+183,list(char) -> list(char) +1028,parentheses around a single word (III),"('+141',)",(+141),list(char) -> list(char) +1029,ensure suffix `Junkin`,"('MA Jeanice +199',)",MA Jeanice +199Junkin,list(char) -> list(char) +1030,First letters of words (III),"('P Philadelphia Clasen Hornak',)",PPCH,list(char) -> list(char) +1031,Append two words delimited by '.',"('476', 'Chilcott')",476.Chilcott,list(char) -> list(char) -> list(char) +1032,Append 2 strings (II),"('Scalia', 'Acura100')",ScaliaAcura100,list(char) -> list(char) -> list(char) +1033,"Replace ',' w/ '('","('+144,Kimberley,430',)",+144(Kimberley(430,list(char) -> list(char) +1034,nth (n=1) word delimited by '(',"('Rudolf(Celsa',)",Celsa,list(char) -> list(char) +1035,Abbreviate separate words (IIII),"('Maryland', 'Halpern')",M.H.,list(char) -> list(char) -> list(char) +1036,Abbreviate words separated by ' ',"('771 Alida',)",7.A.,list(char) -> list(char) +1037,parentheses around first word,"('Marquess Eccleston +183 675 Arbor',)",(Marquess),list(char) -> list(char) +1038,Append two words delimited by ' )',"('807', 'Mariel')",807 )Mariel,list(char) -> list(char) -> list(char) +1039,ensure suffix `Samuel`,"('Haven +144 Garrard',)",Haven +144 GarrardSamuel,list(char) -> list(char) +1040,First letters of words (II),"('197 575 Lakenya',)",15L,list(char) -> list(char) +1041,Append two words delimited by '-)',"('68', '249')",68-)249,list(char) -> list(char) -> list(char) +1042,nth (n=0) word delimited by ' ',"('Urbana 2',)",Urbana,list(char) -> list(char) +1043,Append 2 strings (IIIIII),"('Harvard', 'Melodi')",HarvardMelodi,list(char) -> list(char) -> list(char) +1044,"Take first character and append ','","('Junkin',)","J,",list(char) -> list(char) +1045,Replace ')' w/ '-',"('Barbara)Arbor',)",Barbara-Arbor,list(char) -> list(char) +1046,Abbreviate words separated by ' ',"('64 Kathlyn',)",6.K.,list(char) -> list(char) +1047,Take first character and append '-',"('178',)",1-,list(char) -> list(char) +1048,drop first word delimited by ' ',"('5 58',)",58,list(char) -> list(char) +1049,drop first word delimited by ' ',"('S 415 Ducati125 Jacquiline',)",415 Ducati125 Jacquiline,list(char) -> list(char) +1050,ensure suffix `Phialdelphia`,"('Bradford Ducati100',)",Bradford Ducati100Phialdelphia,list(char) -> list(char) +1051,drop first word delimited by '.',"('Gregori.Montiel.Ducati125.426',)",Montiel.Ducati125.426,list(char) -> list(char) +1052,Prepend 'Casler',"('Honda250',)",CaslerHonda250,list(char) -> list(char) +1053,Prepend '+42' to first word,"('Pennsylvania 29',)",+42Pennsylvania,list(char) -> list(char) +1054,nth (n=1) word delimited by '(',"('717(9(FreeHafer',)",9,list(char) -> list(char) +1055,parentheses around word delimited by '-' & ' ',"('-Rowden FreeHafer',)",-(Rowden) FreeHafer,list(char) -> list(char) +1056,Append two words delimited by '(',"('40', '085')",40(085,list(char) -> list(char) -> list(char) +1057,nth (n=1) word delimited by ' ',"('075 Jacqualine',)",Jacqualine,list(char) -> list(char) +1058,"nth (n=0) word delimited by ','","('717,FreeHafer,132,2',)",717,list(char) -> list(char) +1059,Extract word delimited by '.' - '(',"('Bradford.Beata(Constable(+42',)",Beata,list(char) -> list(char) +1060,ensure suffix `+185`,"('56 Chong 491',)",56 Chong 491+185,list(char) -> list(char) +1061,nth (n=0) word delimited by ')',"('+151)5)Ferrari)Storrs',)",+151,list(char) -> list(char) +1062,Extract word delimited by '.' - '-',"('Malissa.Celsa-483-21',)",Celsa,list(char) -> list(char) +1063,"Replace ' ' w/ ','","('V Celsa',)","V,Celsa",list(char) -> list(char) +1064,ensure suffix `Phialdelphia`,"('Marquess 35 Penn Seamons',)",Marquess 35 Penn SeamonsPhialdelphia,list(char) -> list(char) +1065,First letters of words (IIIIII),"('+161 +5',)",++,list(char) -> list(char) +1066,drop first word delimited by ')',"('W)Yale)Ghoston',)",Yale)Ghoston,list(char) -> list(char) +1067,Append 'Richert',"('Ferrari',)",FerrariRichert,list(char) -> list(char) +1068,"Replace ',' w/ '('","('Lara,330',)",Lara(330,list(char) -> list(char) +1069,Prepend '+129' to first word,"('Hornak +199',)",+129Hornak,list(char) -> list(char) +1070,Take first character and append '.',"('994',)",9.,list(char) -> list(char) +1071,Append 'Cornell',"('+7',)",+7Cornell,list(char) -> list(char) +1072,Prepend '659',"('Drexel',)",659Drexel,list(char) -> list(char) +1073,Drop last 3 characters,"('355',)",,list(char) -> list(char) +1074,Append two words delimited by ')',"('Andria', 'Jenee')",Andria)Jenee,list(char) -> list(char) -> list(char) +1075,Append two words delimited by '-)',"('Quashie', '42')",Quashie-)42,list(char) -> list(char) -> list(char) +1076,ensure suffix `Junkin`,"('Ferrari CA 598 Haven',)",Ferrari CA 598 HavenJunkin,list(char) -> list(char) +1077,Drop last 3 characters,"('Ramthun',)",Ramt,list(char) -> list(char) +1078,"Append two words delimited by ',.'","('Soderstrom', 'Honda125')","Soderstrom,.Honda125",list(char) -> list(char) -> list(char) +1079,Abbreviate words separated by '(',"('Andrew(+198',)",A.+.,list(char) -> list(char) +1080,Abbreviate separate words (IIIII),"('Akiyama', '42')",A.4.,list(char) -> list(char) -> list(char) +1081,Take first 2 characters,"('Chong',)",Ch,list(char) -> list(char) +1082,parentheses around a single word (IIII),"('513',)",(513),list(char) -> list(char) +1083,Prepend '+42' to first word,"('Lara Harvard',)",+42Lara,list(char) -> list(char) +1084,Append 2 strings (I),"('Connecticut', 'Cruz')",ConnecticutCruz,list(char) -> list(char) -> list(char) +1085,nth (n=-1) word delimited by '(',"('+129(Jani(Bobo',)",Bobo,list(char) -> list(char) +1086,First letters of words (I),"('618 Halpern 272',)",6H2,list(char) -> list(char) +1087,Take first character and append ' ',"('512',)",5 ,list(char) -> list(char) +1088,"nth (n=1) word delimited by ','","('+7,+138,46,Jenee',)",+138,list(char) -> list(char) +1089,Append two words delimited by '(',"('843', 'CT')",843(CT,list(char) -> list(char) -> list(char) +1090,Prepend 'Casler',"('20',)",Casler20,list(char) -> list(char) +1091,Abbreviate separate words (IIIII),"('+43', 'Houston')",+.H.,list(char) -> list(char) -> list(char) +1092,Append two words delimited by ')',"('Jeanice', '213')",Jeanice)213,list(char) -> list(char) -> list(char) +1093,nth (n=0) word delimited by ')',"('+163)449)Ferrari250',)",+163,list(char) -> list(char) +1094,nth (n=-1) word delimited by ' ',"('CA +176 Ferrari250',)",Ferrari250,list(char) -> list(char) +1095,Append two words delimited by '-)',"('483', '469')",483-)469,list(char) -> list(char) -> list(char) +1096,Abbreviate separate words (I),"('591', '258')",5.2.,list(char) -> list(char) -> list(char) +1097,ensure suffix `Samuel`,"('Chong 618 Kimberley Haven',)",Chong 618 Kimberley HavenSamuel,list(char) -> list(char) +1098,"Abbreviate words separated by ','","('California,Marquess',)",C.M.,list(char) -> list(char) +1099,"Append two words delimited by ',('","('I', 'Dr')","I,(Dr",list(char) -> list(char) -> list(char) +1100,drop first word delimited by '.',"('Kotas.Spell.118',)",Spell.118,list(char) -> list(char) +1101,"nth (n=0) word delimited by ','","('Richert,CT',)",Richert,list(char) -> list(char) +1102,parentheses around a single word (I),"('+9',)",(+9),list(char) -> list(char) +1103,Append 2 strings (IIIII),"('Mariel', 'Berkeley')",MarielBerkeley,list(char) -> list(char) -> list(char) +1104,Replace ')' w/ '-',"('N)Micha)Montiel',)",N-Micha-Montiel,list(char) -> list(char) +1105,"Take first character and append ','","('252',)","2,",list(char) -> list(char) +1106,Take first character and append ')',"('Neil',)",N),list(char) -> list(char) +1107,"Append two words delimited by ',('","('Park', 'Lara')","Park,(Lara",list(char) -> list(char) -> list(char) +1108,parentheses around a single word (I),"('Cambridge',)",(Cambridge),list(char) -> list(char) +1109,ensure suffix `Acura125`,"('64 10Acura125',)",64 10Acura125,list(char) -> list(char) +1110,Append two words delimited by '..',"('846', 'Olague')",846..Olague,list(char) -> list(char) -> list(char) +1111,nth (n=1) word delimited by '.',"('T.Hopkins',)",Hopkins,list(char) -> list(char) +1112,Append 2 strings (I),"('Ducati125', 'A')",Ducati125A,list(char) -> list(char) -> list(char) +1113,Drop last 1 characters,"('+104',)",+10,list(char) -> list(char) +1114,nth (n=1) word delimited by '-',"('+104-+104',)",+104,list(char) -> list(char) +1115,Abbreviate words separated by '-',"('40-O',)",4.O.,list(char) -> list(char) +1116,First letters of words (IIII),"('700 Junkin',)",7J,list(char) -> list(char) +1117,Abbreviate separate words (IIIIII),"('Chilcott', '9')",C.9.,list(char) -> list(char) -> list(char) +1118,nth (n=0) word delimited by ' ',"('515 +195 Mariel',)",515,list(char) -> list(char) +1119,Drop last 5 characters,"('Richert',)",Ri,list(char) -> list(char) +1120,"Replace '.' w/ ','","('Honda250.+2.Malissa.Kotas',)","Honda250,+2,Malissa,Kotas",list(char) -> list(char) +1121,"Append two words delimited by '.,'","('+118', 'Jurgens')","+118.,Jurgens",list(char) -> list(char) -> list(char) +1122,ensure suffix `Junkin`,"('Cambridge JacquilineJunkin',)",Cambridge JacquilineJunkin,list(char) -> list(char) +1123,Append 2 strings (IIIIII),"('654', '566')",654566,list(char) -> list(char) -> list(char) +1124,Replace ')' w/ ' ',"('Malissa)21',)",Malissa 21,list(char) -> list(char) +1125,"Append two words delimited by ','","('Yale', 'Urbana')","Yale,Urbana",list(char) -> list(char) -> list(char) +1126,Append two words delimited by '(',"('+163', 'Covelli')",+163(Covelli,list(char) -> list(char) -> list(char) +1127,Take first character and append '(',"('G',)",G(,list(char) -> list(char) +1128,Append two words delimited by ' ',"('H', '65')",H 65,list(char) -> list(char) -> list(char) +1129,Prepend '+129' to first word,"('68 Covelli',)",+12968,list(char) -> list(char) +1130,Prepend 'Jani' to first word,"('83 Lain',)",Jani83,list(char) -> list(char) +1131,parentheses around word delimited by '-' & '.',"('822-O.Babiarz',)",822-(O).Babiarz,list(char) -> list(char) +1132,parentheses around first word,"('Ghoston W +183 Elias',)",(Ghoston),list(char) -> list(char) +1133,parentheses around word delimited by '-' & '.',"('Elias-150.86 Garrard',)",Elias-(150).86 Garrard,list(char) -> list(char) +1134,nth (n=-1) word delimited by '-',"('692-Jurgens-T-178',)",178,list(char) -> list(char) +1135,Append '+185',"('Temple',)",Temple+185,list(char) -> list(char) +1136,Prepend 'Park' to first word,"('Madelaine Launa',)",ParkMadelaine,list(char) -> list(char) +1137,parentheses around a single word (IIIII),"('29',)",(29),list(char) -> list(char) +1138,drop first word delimited by '-',"('95-623',)",623,list(char) -> list(char) +1139,First letters of words (II),"('Alaina Soderstrom',)",AS,list(char) -> list(char) +1140,"parentheses around word delimited by '.' & ','","('.P,USA',)",".(P),USA",list(char) -> list(char) +1141,nth (n=0) word delimited by '.',"('Salley.+147.+5.62',)",Salley,list(char) -> list(char) +1142,parentheses around second word,"('Partida Barbara',)",(Barbara),list(char) -> list(char) +1143,Abbreviate separate words (IIII),"('95', 'Storrs')",9.S.,list(char) -> list(char) -> list(char) +1144,Take first 4 characters,"('Andria',)",Andr,list(char) -> list(char) +1145,Replace '.' w/ '-',"('Spell.+198',)",Spell-+198,list(char) -> list(char) +1146,Drop last 1 characters,"('Partida',)",Partid,list(char) -> list(char) +1147,Drop last 2 characters,"('Harvard',)",Harva,list(char) -> list(char) +1148,Replace ')' w/ '.',"('943)I)172)280',)",943.I.172.280,list(char) -> list(char) +1149,Append 'Cornell',"('119',)",119Cornell,list(char) -> list(char) +1150,drop first word delimited by ')',"('149)963)68)65',)",963)68)65,list(char) -> list(char) +1151,Take first 3 characters,"('+105',)",+10,list(char) -> list(char) +1152,Append 'Reily',"('+105',)",+105Reily,list(char) -> list(char) +1153,parentheses around a single word (III),"('Phillip',)",(Phillip),list(char) -> list(char) +1154,Prepend 'Casler',"('45',)",Casler45,list(char) -> list(char) +1155,"Replace ',' w/ '-'","('Madelaine,680,Philadelphia',)",Madelaine-680-Philadelphia,list(char) -> list(char) +1156,parentheses around first word,"('Constable Lashanda +130 T',)",(Constable),list(char) -> list(char) +1157,Abbreviate separate words (II),"('Honda250', 'CA')",H.C.,list(char) -> list(char) -> list(char) +1158,Prepend 'Montiel',"('060',)",Montiel060,list(char) -> list(char) +1159,First letters of words (IIIIII),"('Scalia 23',)",S2,list(char) -> list(char) +1160,parentheses around a single word (II),"('276',)",(276),list(char) -> list(char) +1161,Prepend '329',"('292',)",329292,list(char) -> list(char) +1162,Abbreviate words separated by '.',"('Scalia.Berkeley',)",S.B.,list(char) -> list(char) +1163,"Append two words delimited by ','","('Honda250', '250')","Honda250,250",list(char) -> list(char) -> list(char) +1164,Abbreviate words separated by ')',"('Aylward)Bess',)",A.B.,list(char) -> list(char) +1165,Append 'Reily',"('L',)",LReily,list(char) -> list(char) +1166,Extract word delimited by ')' - ')',"('Jeff)+147)Spagnoli)320',)",+147,list(char) -> list(char) +1167,Take first character and append '.',"('+118',)",+.,list(char) -> list(char) +1168,"Append two words delimited by ','","('14', 'Samuel')","14,Samuel",list(char) -> list(char) -> list(char) +1169,Extract word delimited by '-' - '(',"('Harvard-916(Marquess-H',)",916,list(char) -> list(char) +1170,Replace ')' w/ ' ',"('Launa)Hopkins)35',)",Launa Hopkins 35,list(char) -> list(char) +1171,Replace ' ' w/ ')',"('Maryann E',)",Maryann)E,list(char) -> list(char) +1172,nth (n=-1) word delimited by ')',"('Stefany)Honda125',)",Honda125,list(char) -> list(char) +1173,Append two words delimited by ' ',"('Brendan', 'Pannell')",Brendan Pannell,list(char) -> list(char) -> list(char) +1174,Prepend '329',"('+6',)",329+6,list(char) -> list(char) +1175,"parentheses around word delimited by ' ' & ','","('Honda Kimberley,Eccleston',)","Honda (Kimberley),Eccleston",list(char) -> list(char) +1176,"Append two words delimited by ',.'","('Acura125', '50')","Acura125,.50",list(char) -> list(char) -> list(char) +1177,Take first character and append '(',"('10',)",1(,list(char) -> list(char) +1178,Extract word delimited by '.' - '-',"('Neil.Phialdelphia-+147-+138',)",Phialdelphia,list(char) -> list(char) +1179,nth (n=-1) word delimited by '(',"('S(L',)",L,list(char) -> list(char) +1180,First letters of words (I),"('947 Storrs Penn',)",9SP,list(char) -> list(char) +1181,Append two words delimited by '-',"('O', 'Halpern')",O-Halpern,list(char) -> list(char) -> list(char) +1182,Append 'Kathlyn',"('Honda250',)",Honda250Kathlyn,list(char) -> list(char) +1183,"Append two words delimited by '.,'","('Harvard', 'Garrard')","Harvard.,Garrard",list(char) -> list(char) -> list(char) +1184,parentheses around a single word (IIII),"('Jeff',)",(Jeff),list(char) -> list(char) +1185,Abbreviate words separated by ')',"('213)40',)",2.4.,list(char) -> list(char) +1186,Append two words delimited by '-',"('Andria', 'NY')",Andria-NY,list(char) -> list(char) -> list(char) +1187,Abbreviate words separated by '(',"('+86(754',)",+.7.,list(char) -> list(char) +1188,Append '+185',"('Gertude',)",Gertude+185,list(char) -> list(char) +1189,nth (n=-1) word delimited by '.',"('Ducati100.Jani.47',)",47,list(char) -> list(char) +1190,"Replace ' ' w/ ','","('Vena 686',)","Vena,686",list(char) -> list(char) +1191,Append 2 strings (IIIII),"('University', '+105')",University+105,list(char) -> list(char) -> list(char) +1192,Abbreviate separate words (III),"('Latimore', 'Cambridge')",L.C.,list(char) -> list(char) -> list(char) +1193,Drop last 4 characters,"('+104',)",,list(char) -> list(char) +1194,parentheses around a single word (IIIII),"('Dermody',)",(Dermody),list(char) -> list(char) +1195,Abbreviate words separated by ')',"('Harvard)+198',)",H.+.,list(char) -> list(char) +1196,Replace '(' w/ ')',"('J(K',)",J)K,list(char) -> list(char) +1197,First letters of words (II),"('R +5 180',)",R+1,list(char) -> list(char) +1198,Append '+185',"('Garrard',)",Garrard+185,list(char) -> list(char) +1199,Take first 2 characters,"('129',)",12,list(char) -> list(char) +1200,parentheses around word delimited by '.' & '.',"('Gregori.Latimore.33',)",Gregori.(Latimore).33,list(char) -> list(char) +1201,Append 'Reily',"('+161',)",+161Reily,list(char) -> list(char) +1202,Append 2 strings (IIII),"('California', 'Desiree')",CaliforniaDesiree,list(char) -> list(char) -> list(char) +1203,Append 'Kathlyn',"('Cornell',)",CornellKathlyn,list(char) -> list(char) +1204,Replace '(' w/ ')',"('993(Launa',)",993)Launa,list(char) -> list(char) +1205,nth (n=1) word delimited by '(',"('Salley(Scalia(117',)",Scalia,list(char) -> list(char) +1206,Abbreviate words separated by '(',"('075(Penn',)",0.P.,list(char) -> list(char) +1207,First letters of words (IIIIII),"('Hopkins 169 Tobias Yale',)",H1TY,list(char) -> list(char) +1208,Take first 5 characters,"('Harvard',)",Harva,list(char) -> list(char) +1209,Append two words delimited by ' )',"('461', 'Hopkins')",461 )Hopkins,list(char) -> list(char) -> list(char) +1210,Abbreviate separate words (III),"('+188', 'Montiel')",+.M.,list(char) -> list(char) -> list(char) +1211,nth (n=0) word delimited by '.',"('436.20',)",436,list(char) -> list(char) +1212,"Abbreviate words separated by ','","('Partida,Tobias',)",P.T.,list(char) -> list(char) +1213,drop first word delimited by ' ',"('Honda550 +183',)",+183,list(char) -> list(char) +1214,ensure suffix `Madelaine`,"('238 082 014Madelaine',)",238 082 014Madelaine,list(char) -> list(char) +1215,nth (n=0) word delimited by '(',"('+158(+138(25',)",+158,list(char) -> list(char) +1216,Replace ')' w/ '.',"('604)Marquess)947)13',)",604.Marquess.947.13,list(char) -> list(char) +1217,"Append two words delimited by ',('","('180', 'V')","180,(V",list(char) -> list(char) -> list(char) +1218,drop first word delimited by '(',"('S(43(Joaquin',)",43(Joaquin,list(char) -> list(char) +1219,"Replace '.' w/ ','","('+105.587.969',)","+105,587,969",list(char) -> list(char) +1220,nth (n=-1) word delimited by '-',"('382-50',)",50,list(char) -> list(char) +1221,parentheses around second word,"('Storrs C Honda550 K',)",(C),list(char) -> list(char) +1222,Prepend 'Celsa',"('Ramthun',)",CelsaRamthun,list(char) -> list(char) +1223,Append two words delimited by '.',"('20', '2')",20.2,list(char) -> list(char) -> list(char) +1224,Take first 4 characters,"('Edison',)",Edis,list(char) -> list(char) +1225,"drop first word delimited by ','","('MI,68',)",68,list(char) -> list(char) +1226,"parentheses around word delimited by '.' & ','","('.33,+198',)",".(33),+198",list(char) -> list(char) +1227,"parentheses around word delimited by '.' & ','","('65.Stefany,670 Salley',)","65.(Stefany),670 Salley",list(char) -> list(char) +1228,Prepend '+129' to first word,"('Marquess +138',)",+129Marquess,list(char) -> list(char) +1229,Prepend '183' to first word,"('Jeff 515',)",183Jeff,list(char) -> list(char) +1230,Append 2 strings (IIIIII),"('007', 'Honda250')",007Honda250,list(char) -> list(char) -> list(char) +1231,Abbreviate separate words (IIIIII),"('+195', 'F')",+.F.,list(char) -> list(char) -> list(char) +1232,Append 'Richert',"('+118',)",+118Richert,list(char) -> list(char) +1233,nth (n=1) word delimited by ' ',"('Quashie Kimberley',)",Kimberley,list(char) -> list(char) +1234,Replace '.' w/ '-',"('+174.Ithaca.F.+161',)",+174-Ithaca-F-+161,list(char) -> list(char) +1235,drop first word delimited by ')',"('+132)+194',)",+194,list(char) -> list(char) +1236,nth (n=-1) word delimited by '.',"('83.Ramthun.75.Ferrari250',)",Ferrari250,list(char) -> list(char) +1237,parentheses around a single word (I),"('Phialdelphia',)",(Phialdelphia),list(char) -> list(char) +1238,"nth (n=-1) word delimited by ','","('216,Lara',)",Lara,list(char) -> list(char) +1239,Take first 3 characters,"('Rice',)",Ric,list(char) -> list(char) +1240,parentheses around word delimited by '-' & '-',"('Jurgens-Carlene-Maryland-Miah',)",Jurgens-(Carlene)-Maryland-Miah,list(char) -> list(char) +1241,"nth (n=1) word delimited by ','","('Jeff,209,199,Celsa',)",209,list(char) -> list(char) +1242,nth (n=1) word delimited by '-',"('Malissa-541',)",541,list(char) -> list(char) +1243,Prepend 'Beata',"('Lakenya',)",BeataLakenya,list(char) -> list(char) +1244,Take first character and append '.',"('Drexel',)",D.,list(char) -> list(char) +1245,parentheses around a single word (I),"('+6',)",(+6),list(char) -> list(char) +1246,Replace ' ' w/ ')',"('Montiel 47 DPhiladelphia 911',)",Montiel)47)DPhiladelphia)911,list(char) -> list(char) +1247,"Replace ',' w/ '-'","('Mackenzie,Miah,Jacquiline',)",Mackenzie-Miah-Jacquiline,list(char) -> list(char) +1248,"Extract word delimited by ',' - '('","('Scalia,A(194,25',)",A,list(char) -> list(char) +1249,parentheses around word delimited by '-' & '-',"('V-42-290 14',)",V-(42)-290 14,list(char) -> list(char) +1250,nth (n=1) word delimited by ')',"('+115)+185)Andria)62',)",+185,list(char) -> list(char) +1251,parentheses around a single word (IIII),"('304',)",(304),list(char) -> list(char) +1252,nth (n=-1) word delimited by ' ',"('C W',)",W,list(char) -> list(char) +1253,nth (n=0) word delimited by ')',"('+158)Q)Joaquin)MI',)",+158,list(char) -> list(char) +1254,parentheses around word delimited by '-' & ' ',"('Philadelphia-086 S,Desiree',)","Philadelphia-(086) S,Desiree",list(char) -> list(char) +1255,"parentheses around word delimited by '.' & ','","('.Mackenzie,Constable-+167',)",".(Mackenzie),Constable-+167",list(char) -> list(char) +1256,"Append two words delimited by ',('","('Drexel', '45')","Drexel,(45",list(char) -> list(char) -> list(char) +1257,Drop last 2 characters,"('Urbana',)",Urba,list(char) -> list(char) +1258,parentheses around a single word (III),"('CT',)",(CT),list(char) -> list(char) +1259,First letters of words (I),"('Brendan 2',)",B2,list(char) -> list(char) +1260,"nth (n=-1) word delimited by ','","('Akiyama,Aylward',)",Aylward,list(char) -> list(char) +1261,parentheses around second word,"('Hayley 698',)",(698),list(char) -> list(char) +1262,Drop last 3 characters,"('Stefany',)",Stef,list(char) -> list(char) +1263,"Extract word delimited by ',' - '('","('40,Maryland(M(Pannell',)",Maryland,list(char) -> list(char) +1264,Replace '.' w/ '-',"('+155.635',)",+155-635,list(char) -> list(char) +1265,Append 'Cornell',"('084',)",084Cornell,list(char) -> list(char) +1266,nth (n=1) word delimited by ')',"('Akiyama)Angeles',)",Angeles,list(char) -> list(char) +1267,ensure suffix `Samuel`,"('Casler Santa 200Samuel',)",Casler Santa 200Samuel,list(char) -> list(char) +1268,nth (n=0) word delimited by '(',"('Park(Rudolf(9(551',)",Park,list(char) -> list(char) +1269,nth (n=-1) word delimited by ')',"('+7)+129)115',)",115,list(char) -> list(char) +1270,Replace ')' w/ '-',"('Elias)Jenee)Nancy',)",Elias-Jenee-Nancy,list(char) -> list(char) +1271,Extract word delimited by ' ' - '-',"('Covelli Yale-+118-+106',)",Yale,list(char) -> list(char) +1272,Take first 3 characters,"('Beata',)",Bea,list(char) -> list(char) +1273,Abbreviate separate words (I),"('98', 'Karrie')",9.K.,list(char) -> list(char) -> list(char) +1274,Extract word delimited by '.' - '-',"('399.60-700.140',)",60,list(char) -> list(char) +1275,"Append two words delimited by ','","('905', 'Jenee')","905,Jenee",list(char) -> list(char) -> list(char) +1276,Take first character and append ')',"('Annalisa',)",A),list(char) -> list(char) +1277,"Take first character and append ','","('Hopkins',)","H,",list(char) -> list(char) +1278,Drop last 3 characters,"('Pennsylvania',)",Pennsylva,list(char) -> list(char) +1279,Replace ')' w/ '.',"('V)Constable',)",V.Constable,list(char) -> list(char) +1280,ensure suffix `Stefany`,"('Q MarielStefany',)",Q MarielStefany,list(char) -> list(char) +1281,Append two words delimited by ' )',"('Micha', 'Lakenya')",Micha )Lakenya,list(char) -> list(char) -> list(char) +1282,"Replace '.' w/ ','","('+199.+155',)","+199,+155",list(char) -> list(char) +1283,parentheses around a single word (III),"('834',)",(834),list(char) -> list(char) +1284,nth (n=1) word delimited by ')',"('+115)Latimore)Ducati250)749',)",Latimore,list(char) -> list(char) +1285,drop first word delimited by '.',"('Withers.Acura125.180.Bobo',)",Acura125.180.Bobo,list(char) -> list(char) +1286,First letters of words (IIIII),"('Ducati 953 329 Angeles',)",D93A,list(char) -> list(char) +1287,Append 'Kathlyn',"('J',)",JKathlyn,list(char) -> list(char) +1288,Append 2 strings (III),"('Nancy', 'Samuel')",NancySamuel,list(char) -> list(char) -> list(char) +1289,Take first character and append '(',"('334',)",3(,list(char) -> list(char) +1290,Prepend 'Celsa',"('46',)",Celsa46,list(char) -> list(char) +1291,Drop last 1 characters,"('64',)",6,list(char) -> list(char) +1292,ensure suffix `+185`,"('126 885 Georgina 894+185',)",126 885 Georgina 894+185,list(char) -> list(char) +1293,"Append two words delimited by ',.'","('949', 'Marquess')","949,.Marquess",list(char) -> list(char) -> list(char) +1294,"Append two words delimited by ',.'","('+188', 'Bradford')","+188,.Bradford",list(char) -> list(char) -> list(char) +1295,parentheses around word delimited by '-' & '.',"('Michigan-I.Brescia',)",Michigan-(I).Brescia,list(char) -> list(char) +1296,Append two words delimited by '-)',"('115', 'TX')",115-)TX,list(char) -> list(char) -> list(char) +1297,parentheses around word delimited by '.' & '.',"('Houston.Dr.Partida,Melodi',)","Houston.(Dr).Partida,Melodi",list(char) -> list(char) +1298,Take first character and append '.',"('776',)",7.,list(char) -> list(char) +1299,Drop last 4 characters,"('Philadelphia',)",Philadel,list(char) -> list(char) +1300,Drop last 5 characters,"('Reily',)",,list(char) -> list(char) +1301,drop first word delimited by '.',"('655.Withers.94.83',)",Withers.94.83,list(char) -> list(char) +1302,Abbreviate separate words (IIII),"('Honda250', '5')",H.5.,list(char) -> list(char) -> list(char) +1303,Append two words delimited by '..',"('Madelaine', '+155')",Madelaine..+155,list(char) -> list(char) -> list(char) +1304,parentheses around a single word (IIIII),"('23',)",(23),list(char) -> list(char) +1305,Append 'Richert',"('TX',)",TXRichert,list(char) -> list(char) +1306,Replace ')' w/ '-',"('J)Cencici)Akiyama)Carlene',)",J-Cencici-Akiyama-Carlene,list(char) -> list(char) +1307,Drop last 5 characters,"('Gertude',)",Ge,list(char) -> list(char) +1308,Abbreviate separate words (I),"('Kathlyn', 'College')",K.C.,list(char) -> list(char) -> list(char) +1309,Abbreviate separate words (I),"('Richert', 'Junkin')",R.J.,list(char) -> list(char) -> list(char) +1310,Extract word delimited by ' ' - '-',"('Haven 43-2-+172',)",43,list(char) -> list(char) +1311,"Replace ' ' w/ ','","('Yale 918 Chism Alaina',)","Yale,918,Chism,Alaina",list(char) -> list(char) +1312,First letters of words (III),"('J CA Pennsylvania',)",JCP,list(char) -> list(char) +1313,Prepend '659',"('405',)",659405,list(char) -> list(char) +1314,Append 'Acura125',"('+195',)",+195Acura125,list(char) -> list(char) +1315,Extract word delimited by '-' - '(',"('D-Mariya(Garrard(882',)",Mariya,list(char) -> list(char) +1316,Abbreviate words separated by '.',"('Acura125.Trinidad',)",A.T.,list(char) -> list(char) +1317,ensure suffix `Madelaine`,"('Santa 322 R',)",Santa 322 RMadelaine,list(char) -> list(char) +1318,nth (n=-1) word delimited by '.',"('Joaquin.S',)",S,list(char) -> list(char) +1319,Abbreviate words separated by '(',"('292(F',)",2.F.,list(char) -> list(char) +1320,Prepend 'Beata',"('858',)",Beata858,list(char) -> list(char) +1321,drop first word delimited by ')',"('35)K)F)734',)",K)F)734,list(char) -> list(char) +1322,First letters of words (I),"('+143 Hopkins Akiyama +176',)",+HA+,list(char) -> list(char) +1323,"nth (n=1) word delimited by ','","('Bogle,6',)",6,list(char) -> list(char) +1324,Prepend '659',"('Spell',)",659Spell,list(char) -> list(char) +1325,"parentheses around word delimited by ' ' & ','","('438 886,7,F',)","438 (886),7,F",list(char) -> list(char) +1326,Prepend 'Montiel',"('862',)",Montiel862,list(char) -> list(char) +1327,Take first 5 characters,"('Acura100',)",Acura,list(char) -> list(char) +1328,nth (n=1) word delimited by ')',"('+9)Bogle)MI',)",Bogle,list(char) -> list(char) +1329,"drop first word delimited by ','","('Sergienko,81,191,Alaina',)","81,191,Alaina",list(char) -> list(char) +1330,Extract word delimited by ')' - ')',"('Trinidad)671)J)Marcus',)",671,list(char) -> list(char) +1331,Prepend 'Park' to first word,"('58 643',)",Park58,list(char) -> list(char) +1332,Append two words delimited by ' )',"('Babiarz', 'Mackenzie')",Babiarz )Mackenzie,list(char) -> list(char) -> list(char) +1333,Extract word delimited by '.' - '-',"('Jeff.Mackenzie-56.14',)",Mackenzie,list(char) -> list(char) +1334,First letters of words (IIIII),"('TX Rudolf H +5',)",TRH+,list(char) -> list(char) +1335,Prepend 'Jani' to first word,"('258 977',)",Jani258,list(char) -> list(char) +1336,"nth (n=-1) word delimited by ','","('98,Alaina,UCLA',)",UCLA,list(char) -> list(char) +1337,Append two words delimited by '(',"('+189', 'Lakenya')",+189(Lakenya,list(char) -> list(char) -> list(char) +1338,ensure suffix `Madelaine`,"('Ducati250 Akiyama 376 UniversityMadelaine',)",Ducati250 Akiyama 376 UniversityMadelaine,list(char) -> list(char) +1339,Drop last 5 characters,"('Lango',)",,list(char) -> list(char) +1340,parentheses around a single word (IIIII),"('Pennsylvania',)",(Pennsylvania),list(char) -> list(char) +1341,Append two words delimited by '-',"('+188', 'Rice')",+188-Rice,list(char) -> list(char) -> list(char) +1342,Abbreviate separate words (IIIIII),"('Karrie', '254')",K.2.,list(char) -> list(char) -> list(char) +1343,nth (n=0) word delimited by '.',"('106.+161',)",106,list(char) -> list(char) +1344,"Abbreviate words separated by ','","('Jenee,Park',)",J.P.,list(char) -> list(char) +1345,parentheses around word delimited by '.' & '.',"('Withers.UCLA.963-779',)",Withers.(UCLA).963-779,list(char) -> list(char) +1346,nth (n=1) word delimited by '-',"('Park-+151',)",+151,list(char) -> list(char) +1347,First letters of words (IIIII),"('Cornell Lain',)",CL,list(char) -> list(char) +1348,"Append two words delimited by '.,'","('Michigan', 'Sergienko')","Michigan.,Sergienko",list(char) -> list(char) -> list(char) +1349,Abbreviate separate words (IIIIII),"('Stefany', 'Jurgens')",S.J.,list(char) -> list(char) -> list(char) +1350,drop first word delimited by '(',"('Bogle(Babiarz(+9(46',)",Babiarz(+9(46,list(char) -> list(char) +1351,nth (n=1) word delimited by ' ',"('+141 029',)",029,list(char) -> list(char) +1352,drop first word delimited by '-',"('Haven-Reily-2',)",Reily-2,list(char) -> list(char) +1353,Prepend 'Jani' to first word,"('675 008',)",Jani675,list(char) -> list(char) +1354,nth (n=0) word delimited by '-',"('Gertude-MD',)",Gertude,list(char) -> list(char) +1355,First letters of words (IIII),"('Honda550 Jenee',)",HJ,list(char) -> list(char) +1356,Replace ' ' w/ ')',"('York Scalia +104',)",York)Scalia)+104,list(char) -> list(char) +1357,Take first character and append ' ',"('83',)",8 ,list(char) -> list(char) +1358,"drop first word delimited by ','","('Covelli,W,J',)","W,J",list(char) -> list(char) +1359,Append 'Cornell',"('2',)",2Cornell,list(char) -> list(char) +1360,First letters of words (IIIIII),"('Georgina Beata Jacqualine I',)",GBJI,list(char) -> list(char) +1361,First letters of words (II),"('166 323 L Celsa',)",13LC,list(char) -> list(char) +1362,Replace '(' w/ ')',"('K(University(Connecticut(705',)",K)University)Connecticut)705,list(char) -> list(char) +1363,nth (n=0) word delimited by '(',"('Cruz(+195(PA(D',)",Cruz,list(char) -> list(char) +1364,Prepend 'Park' to first word,"('686 134',)",Park686,list(char) -> list(char) +1365,Prepend '329',"('Honda125',)",329Honda125,list(char) -> list(char) +1366,nth (n=-1) word delimited by ')',"('42)Arbor)368)47',)",47,list(char) -> list(char) +1367,"nth (n=0) word delimited by ','","('Hage,IL,Barbara,+105',)",Hage,list(char) -> list(char) +1368,Abbreviate separate words (IIIII),"('UCLA', '18')",U.1.,list(char) -> list(char) -> list(char) +1369,Append 2 strings (II),"('+195', '537')",+195537,list(char) -> list(char) -> list(char) +1370,nth (n=1) word delimited by ' ',"('707 Spagnoli Akiyama',)",Spagnoli,list(char) -> list(char) +1371,Prepend 'Montiel',"('Hornak',)",MontielHornak,list(char) -> list(char) +1372,parentheses around a single word (II),"('York',)",(York),list(char) -> list(char) +1373,Replace '(' w/ ')',"('+169(493(7(582',)",+169)493)7)582,list(char) -> list(char) +1374,"parentheses around word delimited by ' ' & ','","('+7 Hornak,Desiree.2',)","+7 (Hornak),Desiree.2",list(char) -> list(char) +1375,Take first 2 characters,"('Annalisa',)",An,list(char) -> list(char) +1376,Abbreviate separate words (III),"('50', '33')",5.3.,list(char) -> list(char) -> list(char) +1377,Take first character and append '(',"('Lain',)",L(,list(char) -> list(char) +1378,Prepend 'Montiel',"('Penn',)",MontielPenn,list(char) -> list(char) +1379,Append 2 strings (IIIIII),"('860', 'Marquess')",860Marquess,list(char) -> list(char) -> list(char) +1380,Replace ')' w/ ' ',"('Honda250)NY)Cortes)E',)",Honda250 NY Cortes E,list(char) -> list(char) +1381,Append 'Kathlyn',"('Kimberley',)",KimberleyKathlyn,list(char) -> list(char) +1382,Prepend 'Jani' to first word,"('Withers Heintz',)",JaniWithers,list(char) -> list(char) +1383,Take first 5 characters,"('Kimberley',)",Kimbe,list(char) -> list(char) +1384,Append 'Acura125',"('347',)",347Acura125,list(char) -> list(char) +1385,Drop last 1 characters,"('C',)",,list(char) -> list(char) +1386,First letters of words (IIIII),"('Rice D',)",RD,list(char) -> list(char) +1387,parentheses around word delimited by '-' & '-',"('-883-14',)",-(883)-14,list(char) -> list(char) +1388,nth (n=-1) word delimited by '-',"('Pannell-H-25',)",25,list(char) -> list(char) +1389,Take first character and append '-',"('Lain',)",L-,list(char) -> list(char) +1390,Append two words delimited by '.',"('Neil', '23')",Neil.23,list(char) -> list(char) -> list(char) +1391,Prepend 'Celsa',"('Andria',)",CelsaAndria,list(char) -> list(char) +1392,nth (n=-1) word delimited by ' ',"('40 Honda',)",Honda,list(char) -> list(char) +1393,nth (n=1) word delimited by '(',"('Rudolf(Kimberley(405',)",Kimberley,list(char) -> list(char) +1394,Take first 4 characters,"('Ducati125',)",Duca,list(char) -> list(char) +1395,parentheses around a single word (II),"('W',)",(W),list(char) -> list(char) +1396,Abbreviate words separated by ' ',"('Honda Constable',)",H.C.,list(char) -> list(char) +1397,Prepend '+129' to first word,"('UC +5',)",+129UC,list(char) -> list(char) +1398,parentheses around a single word (II),"('UIUC',)",(UIUC),list(char) -> list(char) +1399,parentheses around word delimited by '.' & '.',"('+104.C.Stefany +65',)",+104.(C).Stefany +65,list(char) -> list(char) +1400,Append two words delimited by ')',"('Phialdelphia', 'Akiyama')",Phialdelphia)Akiyama,list(char) -> list(char) -> list(char) +1401,First letters of words (III),"('UCLA Stefany 746',)",US7,list(char) -> list(char) +1402,Prepend '153' to first word,"('+189 +118',)",153+189,list(char) -> list(char) +1403,Abbreviate separate words (IIII),"('Karrie', 'Soderstrom')",K.S.,list(char) -> list(char) -> list(char) +1404,First letters of words (IIII),"('Aylward Phialdelphia Reily',)",APR,list(char) -> list(char) +1405,Extract word delimited by '.' - '(',"('Nancy.Jeanice(+167(Mariel',)",Jeanice,list(char) -> list(char) +1406,Abbreviate separate words (II),"('588', '629')",5.6.,list(char) -> list(char) -> list(char) +1407,Take first 3 characters,"('674',)",674,list(char) -> list(char) +1408,Prepend '183' to first word,"('York 29',)",183York,list(char) -> list(char) +1409,Take first 5 characters,"('Montiel',)",Monti,list(char) -> list(char) +1410,Prepend '153' to first word,"('734 Irwin',)",153734,list(char) -> list(char) +1411,Take first character and append ' ',"('Melodi',)",M ,list(char) -> list(char) +1412,Append 2 strings (IIIII),"('Honda250', '+2')",Honda250+2,list(char) -> list(char) -> list(char) +1413,parentheses around word delimited by '-' & ' ',"('-270 Kimberley-20',)",-(270) Kimberley-20,list(char) -> list(char) +1414,Extract word delimited by '.' - '(',"('Seamons.Kimberley(Ducati.670',)",Kimberley,list(char) -> list(char) +1415,Append 2 strings (III),"('Jeff', '592')",Jeff592,list(char) -> list(char) -> list(char) +1416,Append 2 strings (III),"('+198', 'Kimberley')",+198Kimberley,list(char) -> list(char) -> list(char) +1417,parentheses around word delimited by '-' & '-',"('5-Teddy-209',)",5-(Teddy)-209,list(char) -> list(char) +1418,Abbreviate separate words (II),"('M', '60')",M.6.,list(char) -> list(char) -> list(char) +1419,Drop last 2 characters,"('65',)",,list(char) -> list(char) +1420,Extract word delimited by '-' - '(',"('94-Cambridge(Cornell-5',)",Cambridge,list(char) -> list(char) +1421,Append two words delimited by ' ',"('D', 'Cambridge')",D Cambridge,list(char) -> list(char) -> list(char) +1422,Append 2 strings (II),"('J', 'Andrew')",JAndrew,list(char) -> list(char) -> list(char) +1423,drop first word delimited by '-',"('151-Bradford-+189',)",Bradford-+189,list(char) -> list(char) +1424,Append two words delimited by '.',"('Hornak', '+115')",Hornak.+115,list(char) -> list(char) -> list(char) +1425,nth (n=1) word delimited by '-',"('Lara-Lashanda-Kotas',)",Lashanda,list(char) -> list(char) +1426,Prepend 'Celsa',"('K',)",CelsaK,list(char) -> list(char) +1427,nth (n=0) word delimited by '(',"('+195(+167(C',)",+195,list(char) -> list(char) +1428,ensure suffix `Stefany`,"('40 Gertude',)",40 GertudeStefany,list(char) -> list(char) +1429,parentheses around word delimited by '-' & ' ',"('+104-Launa Ramthun',)",+104-(Launa) Ramthun,list(char) -> list(char) +1430,Extract word delimited by '-' - '(',"('276-Storrs(+2(500',)",Storrs,list(char) -> list(char) +1431,ensure suffix `Samuel`,"('75 167 Angeles Maryland',)",75 167 Angeles MarylandSamuel,list(char) -> list(char) +1432,Abbreviate words separated by ')',"('061)Mulloy',)",0.M.,list(char) -> list(char) +1433,Drop last 4 characters,"('Annalisa',)",Anna,list(char) -> list(char) +1434,ensure suffix `Phialdelphia`,"('Santa Kotas Samuel +7Phialdelphia',)",Santa Kotas Samuel +7Phialdelphia,list(char) -> list(char) +1435,drop first word delimited by '(',"('Hage(002(Beata(+2',)",002(Beata(+2,list(char) -> list(char) +1436,Prepend 'Casler',"('138',)",Casler138,list(char) -> list(char) +1437,Replace ' ' w/ ')',"('52 Edison',)",52)Edison,list(char) -> list(char) +1438,Append 2 strings (I),"('Columbia', 'Mackenzie')",ColumbiaMackenzie,list(char) -> list(char) -> list(char) +1439,Drop last 4 characters,"('Stefany',)",Ste,list(char) -> list(char) +1440,Append 2 strings (III),"('Ferrari250', '52')",Ferrari25052,list(char) -> list(char) -> list(char) +1441,Abbreviate words separated by '-',"('163-Connecticut',)",1.C.,list(char) -> list(char) +1442,"parentheses around word delimited by ' ' & ','","('Jurgens +86,Withers',)","Jurgens (+86),Withers",list(char) -> list(char) +1443,ensure suffix `Acura125`,"('+176 185 Casler',)",+176 185 CaslerAcura125,list(char) -> list(char) +1444,"drop first word delimited by ','","('+82,46,33,46',)","46,33,46",list(char) -> list(char) +1445,"Abbreviate words separated by ','","('457,G',)",4.G.,list(char) -> list(char) +1446,Abbreviate separate words (III),"('+138', '065')",+.0.,list(char) -> list(char) -> list(char) +1447,Extract word delimited by ')' - ')',"('Acura100)Halpern)V)+198',)",Halpern,list(char) -> list(char) +1448,Prepend '183' to first word,"('Beata +5',)",183Beata,list(char) -> list(char) +1449,parentheses around a single word (IIII),"('Jacquiline',)",(Jacquiline),list(char) -> list(char) +1450,ensure suffix `Stefany`,"('Honda250 970 +158',)",Honda250 970 +158Stefany,list(char) -> list(char) +1451,ensure suffix `Acura125`,"('Madelaine +167 PhialdelphiaAcura125',)",Madelaine +167 PhialdelphiaAcura125,list(char) -> list(char) +1452,Abbreviate words separated by ' ',"('Constable Jacquiline',)",C.J.,list(char) -> list(char) +1453,"Replace ',' w/ '-'","('Acura,IL,977,CT',)",Acura-IL-977-CT,list(char) -> list(char) +1454,Prepend 'Beata',"('776',)",Beata776,list(char) -> list(char) +1455,nth (n=-1) word delimited by '-',"('438-Lain-23-52',)",52,list(char) -> list(char) +1456,Append 2 strings (II),"('43', 'Richert')",43Richert,list(char) -> list(char) -> list(char) +1457,"Replace ',' w/ '('","('Park,25',)",Park(25,list(char) -> list(char) +1458,Drop last 2 characters,"('+194',)",+1,list(char) -> list(char) +1459,nth (n=0) word delimited by '-',"('Jenee-498-H-58',)",Jenee,list(char) -> list(char) +1460,Append 2 strings (IIII),"('598', 'Urbana')",598Urbana,list(char) -> list(char) -> list(char) +1461,parentheses around word delimited by '-' & '.',"('-43.+2.Cornell',)",-(43).+2.Cornell,list(char) -> list(char) +1462,Prepend '+42' to first word,"('Maryann MI',)",+42Maryann,list(char) -> list(char) +1463,Prepend '153' to first word,"('Dermody K',)",153Dermody,list(char) -> list(char) +1464,Prepend '153' to first word,"('UIUC Ferrari250',)",153UIUC,list(char) -> list(char) +1465,Take first character and append '-',"('Ducati100',)",D-,list(char) -> list(char) +1466,"Replace ',' w/ '('","('+195,+161,304,H',)",+195(+161(304(H,list(char) -> list(char) +1467,"Replace ' ' w/ ','","('52 Hage',)","52,Hage",list(char) -> list(char) +1468,Extract word delimited by ' ' - '-',"('Urbana +140-Gregori Santa',)",+140,list(char) -> list(char) +1469,Append two words delimited by ')',"('CA', 'Lain')",CA)Lain,list(char) -> list(char) -> list(char) +1470,Append 'Acura125',"('Drexel',)",DrexelAcura125,list(char) -> list(char) +1471,Prepend 'Beata',"('Arbor',)",BeataArbor,list(char) -> list(char) +1472,"Take first character and append ','","('G',)","G,",list(char) -> list(char) +1473,nth (n=1) word delimited by '.',"('Pannell.D.Latimore',)",D,list(char) -> list(char) +1474,Prepend '329',"('+174',)",329+174,list(char) -> list(char) +1475,"nth (n=1) word delimited by ','","('Neil,T,Rudolf',)",T,list(char) -> list(char) +1476,Extract word delimited by '.' - '(',"('Coralee.Hopkins(Angeles.734',)",Hopkins,list(char) -> list(char) +1477,Prepend '183' to first word,"('62 Harvard',)",18362,list(char) -> list(char) +1478,ensure suffix `Phialdelphia`,"('Edison E Miah +46',)",Edison E Miah +46Phialdelphia,list(char) -> list(char) +1479,parentheses around first word,"('Beata Maryann Houston +129',)",(Beata),list(char) -> list(char) +1480,ensure suffix `Junkin`,"('Celsa Dr Trinidad',)",Celsa Dr TrinidadJunkin,list(char) -> list(char) +1481,First letters of words (III),"('028 Bradford',)",0B,list(char) -> list(char) +1482,Replace ')' w/ ' ',"('+147)571)950',)",+147 571 950,list(char) -> list(char) +1483,ensure suffix `Stefany`,"('376 538Stefany',)",376 538Stefany,list(char) -> list(char) +1484,drop first word delimited by '-',"('Edison-Pennsylvania-Carlene-University',)",Pennsylvania-Carlene-University,list(char) -> list(char) +1485,Prepend '659',"('Clasen',)",659Clasen,list(char) -> list(char) +1486,Abbreviate words separated by '-',"('443-946',)",4.9.,list(char) -> list(char) +1487,Take first 4 characters,"('Georgina',)",Geor,list(char) -> list(char) +1488,nth (n=-1) word delimited by '.',"('Andria.058.T',)",T,list(char) -> list(char) +1489,Append 'Acura125',"('Columbia',)",ColumbiaAcura125,list(char) -> list(char) +1490,"Replace '.' w/ ','","('MA.+172.PA',)","MA,+172,PA",list(char) -> list(char) +1491,Append '+185',"('Penn',)",Penn+185,list(char) -> list(char) +1492,Append 2 strings (IIIII),"('117', 'Georgina')",117Georgina,list(char) -> list(char) -> list(char) +1493,nth (n=-1) word delimited by '(',"('83(Acura100',)",Acura100,list(char) -> list(char) +1494,Take first character and append ')',"('+172',)",+),list(char) -> list(char) +1495,Abbreviate words separated by '.',"('149.716',)",1.7.,list(char) -> list(char) +1496,"nth (n=-1) word delimited by ','","('+163,548,722',)",722,list(char) -> list(char) +1497,nth (n=-1) word delimited by '(',"('Trinidad(Drexel(+151',)",+151,list(char) -> list(char) +1498,First letters of words (IIII),"('Santa Harvard 369 Acura100',)",SH3A,list(char) -> list(char) +1499,Take first character and append '-',"('Park',)",P-,list(char) -> list(char) +1500,Append two words delimited by ' ',"('Lain', 'Karrie')",Lain Karrie,list(char) -> list(char) -> list(char) +1501,Take first 2 characters,"('Melodi',)",Me,list(char) -> list(char) +1502,drop first word delimited by ' ',"('Teddy Casler Malissa',)",Casler Malissa,list(char) -> list(char) +1503,ensure suffix `+185`,"('Scalia Acura',)",Scalia Acura+185,list(char) -> list(char) +1504,Append two words delimited by '-',"('Andrew', 'Mariel')",Andrew-Mariel,list(char) -> list(char) -> list(char) +1505,nth (n=0) word delimited by '-',"('Ducati125-Sergienko-Andria',)",Ducati125,list(char) -> list(char) +1506,nth (n=0) word delimited by ' ',"('2 +105',)",2,list(char) -> list(char) +1507,drop first word delimited by '(',"('Philadelphia(209',)",209,list(char) -> list(char) +1508,nth (n=1) word delimited by '.',"('Ithaca.Stefany',)",Stefany,list(char) -> list(char) +1509,Extract word delimited by ')' - ')',"('Beata)98)890)Olague',)",98,list(char) -> list(char) +1510,"Append two words delimited by '.,'","('Lara', 'Cruz')","Lara.,Cruz",list(char) -> list(char) -> list(char) +1511,"Replace ',' w/ '-'","('Temple,Partida',)",Temple-Partida,list(char) -> list(char) +1512,Replace ')' w/ '.',"('170)498)087)47',)",170.498.087.47,list(char) -> list(char) +1513,Append two words delimited by '..',"('686', 'Eccleston')",686..Eccleston,list(char) -> list(char) -> list(char) +1514,nth (n=-1) word delimited by ' ',"('+188 +42 J',)",J,list(char) -> list(char) +1515,Replace '.' w/ '-',"('Olague.084',)",Olague-084,list(char) -> list(char) +1516,ensure suffix `Madelaine`,"('29 Constable Lakenya Akiyama',)",29 Constable Lakenya AkiyamaMadelaine,list(char) -> list(char) +1517,Take first character and append ')',"('036',)",0),list(char) -> list(char) +1518,nth (n=0) word delimited by ')',"('Michigan)Clasen',)",Michigan,list(char) -> list(char) +1519,Append 2 strings (I),"('636', 'Salley')",636Salley,list(char) -> list(char) -> list(char) +1520,ensure suffix `Acura125`,"('College Vena +143 +105Acura125',)",College Vena +143 +105Acura125,list(char) -> list(char) +1521,ensure suffix `+185`,"('10 684 Georgina Ferrari250+185',)",10 684 Georgina Ferrari250+185,list(char) -> list(char) +1522,nth (n=-1) word delimited by ')',"('890)716',)",716,list(char) -> list(char) +1523,nth (n=0) word delimited by '-',"('548-+188',)",548,list(char) -> list(char) +1524,Prepend 'Park' to first word,"('P Sergienko',)",ParkP,list(char) -> list(char) +1525,Abbreviate separate words (IIIII),"('Bess', '980')",B.9.,list(char) -> list(char) -> list(char) +1526,"Extract word delimited by ',' - '('","('Marcus,Casler(Bess,+185',)",Casler,list(char) -> list(char) +1527,nth (n=1) word delimited by '.',"('Gertude.R',)",R,list(char) -> list(char) +1528,Append 'Richert',"('Alida',)",AlidaRichert,list(char) -> list(char) +1529,Append 2 strings (IIII),"('MA', 'Hage')",MAHage,list(char) -> list(char) -> list(char) +1530,Extract word delimited by ' ' - '-',"('of Lakenya-Gregori Trinidad',)",Lakenya,list(char) -> list(char) +1531,Append 'Reily',"('F',)",FReily,list(char) -> list(char) +1532,nth (n=0) word delimited by '.',"('+199.311',)",+199,list(char) -> list(char) +1533,"Extract word delimited by ',' - '('","('107,Vena(087(California',)",Vena,list(char) -> list(char) +1534,Abbreviate separate words (II),"('M', 'Kathlyn')",M.K.,list(char) -> list(char) -> list(char) +1535,Append 2 strings (IIII),"('+198', 'K')",+198K,list(char) -> list(char) -> list(char) +1536,Abbreviate words separated by '.',"('95.+104',)",9.+.,list(char) -> list(char) +1537,Append two words delimited by '..',"('Urbana', 'Pennsylvania')",Urbana..Pennsylvania,list(char) -> list(char) -> list(char) +1538,nth (n=0) word delimited by ' ',"('+138 +161',)",+138,list(char) -> list(char) +1539,Abbreviate words separated by '-',"('+144-Eccleston',)",+.E.,list(char) -> list(char) +1540,parentheses around second word,"('58 45',)",(45),list(char) -> list(char) +1541,Prepend '+42' to first word,"('Spell Phillip',)",+42Spell,list(char) -> list(char) +1542,Take first character and append ' ',"('Mcgaughey',)",M ,list(char) -> list(char) +1543,"nth (n=0) word delimited by ','","('+183,718,591',)",+183,list(char) -> list(char) +1544,parentheses around a single word (III),"('+141',)",(+141),list(char) -> list(char) +1545,ensure suffix `Junkin`,"('MA Jeanice +199',)",MA Jeanice +199Junkin,list(char) -> list(char) +1546,First letters of words (III),"('P Philadelphia Clasen Hornak',)",PPCH,list(char) -> list(char) +1547,Append two words delimited by '.',"('476', 'Chilcott')",476.Chilcott,list(char) -> list(char) -> list(char) +1548,Append 2 strings (II),"('Scalia', 'Acura100')",ScaliaAcura100,list(char) -> list(char) -> list(char) +1549,"Replace ',' w/ '('","('+144,Kimberley,430',)",+144(Kimberley(430,list(char) -> list(char) +1550,nth (n=1) word delimited by '(',"('Rudolf(Celsa',)",Celsa,list(char) -> list(char) +1551,Abbreviate separate words (IIII),"('Maryland', 'Halpern')",M.H.,list(char) -> list(char) -> list(char) +1552,Abbreviate words separated by ' ',"('771 Alida',)",7.A.,list(char) -> list(char) +1553,parentheses around first word,"('Marquess Eccleston +183 675 Arbor',)",(Marquess),list(char) -> list(char) +1554,Append two words delimited by ' )',"('807', 'Mariel')",807 )Mariel,list(char) -> list(char) -> list(char) +1555,ensure suffix `Samuel`,"('Haven +144 Garrard',)",Haven +144 GarrardSamuel,list(char) -> list(char) +1556,First letters of words (II),"('197 575 Lakenya',)",15L,list(char) -> list(char) +1557,Append two words delimited by '-)',"('68', '249')",68-)249,list(char) -> list(char) -> list(char) +1558,nth (n=0) word delimited by ' ',"('Urbana 2',)",Urbana,list(char) -> list(char) +1559,Append 2 strings (IIIIII),"('Harvard', 'Melodi')",HarvardMelodi,list(char) -> list(char) -> list(char) +1560,"Take first character and append ','","('Junkin',)","J,",list(char) -> list(char) +1561,Replace ')' w/ '-',"('Barbara)Arbor',)",Barbara-Arbor,list(char) -> list(char) +1562,Abbreviate words separated by ' ',"('64 Kathlyn',)",6.K.,list(char) -> list(char) +1563,Take first character and append '-',"('178',)",1-,list(char) -> list(char) +1564,drop first word delimited by ' ',"('5 58',)",58,list(char) -> list(char) +1565,drop first word delimited by ' ',"('S 415 Ducati125 Jacquiline',)",415 Ducati125 Jacquiline,list(char) -> list(char) +1566,ensure suffix `Phialdelphia`,"('Bradford Ducati100',)",Bradford Ducati100Phialdelphia,list(char) -> list(char) +1567,drop first word delimited by '.',"('Gregori.Montiel.Ducati125.426',)",Montiel.Ducati125.426,list(char) -> list(char) +1568,Prepend 'Casler',"('Honda250',)",CaslerHonda250,list(char) -> list(char) +1569,Prepend '+42' to first word,"('Pennsylvania 29',)",+42Pennsylvania,list(char) -> list(char) +1570,nth (n=1) word delimited by '(',"('717(9(FreeHafer',)",9,list(char) -> list(char) +1571,parentheses around word delimited by '-' & ' ',"('-Rowden FreeHafer',)",-(Rowden) FreeHafer,list(char) -> list(char) +1572,Append two words delimited by '(',"('40', '085')",40(085,list(char) -> list(char) -> list(char) +1573,nth (n=1) word delimited by ' ',"('075 Jacqualine',)",Jacqualine,list(char) -> list(char) +1574,"nth (n=0) word delimited by ','","('717,FreeHafer,132,2',)",717,list(char) -> list(char) +1575,Extract word delimited by '.' - '(',"('Bradford.Beata(Constable(+42',)",Beata,list(char) -> list(char) +1576,ensure suffix `+185`,"('56 Chong 491',)",56 Chong 491+185,list(char) -> list(char) +1577,nth (n=0) word delimited by ')',"('+151)5)Ferrari)Storrs',)",+151,list(char) -> list(char) +1578,Extract word delimited by '.' - '-',"('Malissa.Celsa-483-21',)",Celsa,list(char) -> list(char) +1579,"Replace ' ' w/ ','","('V Celsa',)","V,Celsa",list(char) -> list(char) +1580,ensure suffix `Phialdelphia`,"('Marquess 35 Penn Seamons',)",Marquess 35 Penn SeamonsPhialdelphia,list(char) -> list(char) +1581,First letters of words (IIIIII),"('+161 +5',)",++,list(char) -> list(char) +1582,drop first word delimited by ')',"('W)Yale)Ghoston',)",Yale)Ghoston,list(char) -> list(char) +1583,Append 'Richert',"('Ferrari',)",FerrariRichert,list(char) -> list(char) +1584,"Replace ',' w/ '('","('Lara,330',)",Lara(330,list(char) -> list(char) +1585,Prepend '+129' to first word,"('Hornak +199',)",+129Hornak,list(char) -> list(char) +1586,Take first character and append '.',"('994',)",9.,list(char) -> list(char) +1587,Append 'Cornell',"('+7',)",+7Cornell,list(char) -> list(char) +1588,Prepend '659',"('Drexel',)",659Drexel,list(char) -> list(char) +1589,Drop last 3 characters,"('355',)",,list(char) -> list(char) +1590,Append two words delimited by ')',"('Andria', 'Jenee')",Andria)Jenee,list(char) -> list(char) -> list(char) +1591,Append two words delimited by '-)',"('Quashie', '42')",Quashie-)42,list(char) -> list(char) -> list(char) +1592,ensure suffix `Junkin`,"('Ferrari CA 598 Haven',)",Ferrari CA 598 HavenJunkin,list(char) -> list(char) +1593,Drop last 3 characters,"('Ramthun',)",Ramt,list(char) -> list(char) +1594,"Append two words delimited by ',.'","('Soderstrom', 'Honda125')","Soderstrom,.Honda125",list(char) -> list(char) -> list(char) +1595,Abbreviate words separated by '(',"('Andrew(+198',)",A.+.,list(char) -> list(char) +1596,Abbreviate separate words (IIIII),"('Akiyama', '42')",A.4.,list(char) -> list(char) -> list(char) +1597,Take first 2 characters,"('Chong',)",Ch,list(char) -> list(char) +1598,parentheses around a single word (IIII),"('513',)",(513),list(char) -> list(char) +1599,Prepend '+42' to first word,"('Lara Harvard',)",+42Lara,list(char) -> list(char) +1600,Append 2 strings (I),"('Connecticut', 'Cruz')",ConnecticutCruz,list(char) -> list(char) -> list(char) +1601,nth (n=-1) word delimited by '(',"('+129(Jani(Bobo',)",Bobo,list(char) -> list(char) +1602,First letters of words (I),"('618 Halpern 272',)",6H2,list(char) -> list(char) +1603,Take first character and append ' ',"('512',)",5 ,list(char) -> list(char) +1604,"nth (n=1) word delimited by ','","('+7,+138,46,Jenee',)",+138,list(char) -> list(char) +1605,Append two words delimited by '(',"('843', 'CT')",843(CT,list(char) -> list(char) -> list(char) +1606,Prepend 'Casler',"('20',)",Casler20,list(char) -> list(char) +1607,Abbreviate separate words (IIIII),"('+43', 'Houston')",+.H.,list(char) -> list(char) -> list(char) +1608,Append two words delimited by ')',"('Jeanice', '213')",Jeanice)213,list(char) -> list(char) -> list(char) +1609,nth (n=0) word delimited by ')',"('+163)449)Ferrari250',)",+163,list(char) -> list(char) +1610,nth (n=-1) word delimited by ' ',"('CA +176 Ferrari250',)",Ferrari250,list(char) -> list(char) +1611,Append two words delimited by '-)',"('483', '469')",483-)469,list(char) -> list(char) -> list(char) +1612,Abbreviate separate words (I),"('591', '258')",5.2.,list(char) -> list(char) -> list(char) +1613,ensure suffix `Samuel`,"('Chong 618 Kimberley Haven',)",Chong 618 Kimberley HavenSamuel,list(char) -> list(char) +1614,"Abbreviate words separated by ','","('California,Marquess',)",C.M.,list(char) -> list(char) +1615,"Append two words delimited by ',('","('I', 'Dr')","I,(Dr",list(char) -> list(char) -> list(char) +1616,drop first word delimited by '.',"('Kotas.Spell.118',)",Spell.118,list(char) -> list(char) +1617,"nth (n=0) word delimited by ','","('Richert,CT',)",Richert,list(char) -> list(char) +1618,parentheses around a single word (I),"('+9',)",(+9),list(char) -> list(char) +1619,Append 2 strings (IIIII),"('Mariel', 'Berkeley')",MarielBerkeley,list(char) -> list(char) -> list(char) +1620,Replace ')' w/ '-',"('N)Micha)Montiel',)",N-Micha-Montiel,list(char) -> list(char) +1621,"Take first character and append ','","('252',)","2,",list(char) -> list(char) +1622,Take first character and append ')',"('Neil',)",N),list(char) -> list(char) +1623,"Append two words delimited by ',('","('Park', 'Lara')","Park,(Lara",list(char) -> list(char) -> list(char) +1624,parentheses around a single word (I),"('Cambridge',)",(Cambridge),list(char) -> list(char) +1625,ensure suffix `Acura125`,"('64 10Acura125',)",64 10Acura125,list(char) -> list(char) +1626,Append two words delimited by '..',"('846', 'Olague')",846..Olague,list(char) -> list(char) -> list(char) +1627,nth (n=1) word delimited by '.',"('T.Hopkins',)",Hopkins,list(char) -> list(char) +1628,Append 2 strings (I),"('Ducati125', 'A')",Ducati125A,list(char) -> list(char) -> list(char) +1629,Drop last 1 characters,"('+104',)",+10,list(char) -> list(char) +1630,nth (n=1) word delimited by '-',"('+104-+104',)",+104,list(char) -> list(char) +1631,Abbreviate words separated by '-',"('40-O',)",4.O.,list(char) -> list(char) +1632,First letters of words (IIII),"('700 Junkin',)",7J,list(char) -> list(char) +1633,Abbreviate separate words (IIIIII),"('Chilcott', '9')",C.9.,list(char) -> list(char) -> list(char) +1634,nth (n=0) word delimited by ' ',"('515 +195 Mariel',)",515,list(char) -> list(char) +1635,Drop last 5 characters,"('Richert',)",Ri,list(char) -> list(char) +1636,"Replace '.' w/ ','","('Honda250.+2.Malissa.Kotas',)","Honda250,+2,Malissa,Kotas",list(char) -> list(char) +1637,"Append two words delimited by '.,'","('+118', 'Jurgens')","+118.,Jurgens",list(char) -> list(char) -> list(char) +1638,ensure suffix `Junkin`,"('Cambridge JacquilineJunkin',)",Cambridge JacquilineJunkin,list(char) -> list(char) +1639,Append 2 strings (IIIIII),"('654', '566')",654566,list(char) -> list(char) -> list(char) +1640,Replace ')' w/ ' ',"('Malissa)21',)",Malissa 21,list(char) -> list(char) +1641,"Append two words delimited by ','","('Yale', 'Urbana')","Yale,Urbana",list(char) -> list(char) -> list(char) +1642,Append two words delimited by '(',"('+163', 'Covelli')",+163(Covelli,list(char) -> list(char) -> list(char) +1643,Take first character and append '(',"('G',)",G(,list(char) -> list(char) +1644,Append two words delimited by ' ',"('H', '65')",H 65,list(char) -> list(char) -> list(char) +1645,Prepend '+129' to first word,"('68 Covelli',)",+12968,list(char) -> list(char) +1646,Prepend 'Jani' to first word,"('83 Lain',)",Jani83,list(char) -> list(char) +1647,parentheses around word delimited by '-' & '.',"('822-O.Babiarz',)",822-(O).Babiarz,list(char) -> list(char) +1648,parentheses around first word,"('Ghoston W +183 Elias',)",(Ghoston),list(char) -> list(char) +1649,parentheses around word delimited by '-' & '.',"('Elias-150.86 Garrard',)",Elias-(150).86 Garrard,list(char) -> list(char) +1650,nth (n=-1) word delimited by '-',"('692-Jurgens-T-178',)",178,list(char) -> list(char) +1651,Append '+185',"('Temple',)",Temple+185,list(char) -> list(char) +1652,Prepend 'Park' to first word,"('Madelaine Launa',)",ParkMadelaine,list(char) -> list(char) +1653,parentheses around a single word (IIIII),"('29',)",(29),list(char) -> list(char) +1654,drop first word delimited by '-',"('95-623',)",623,list(char) -> list(char) +1655,First letters of words (II),"('Alaina Soderstrom',)",AS,list(char) -> list(char) +1656,"parentheses around word delimited by '.' & ','","('.P,USA',)",".(P),USA",list(char) -> list(char) +1657,nth (n=0) word delimited by '.',"('Salley.+147.+5.62',)",Salley,list(char) -> list(char) +1658,parentheses around second word,"('Partida Barbara',)",(Barbara),list(char) -> list(char) +1659,Abbreviate separate words (IIII),"('95', 'Storrs')",9.S.,list(char) -> list(char) -> list(char) +1660,Take first 4 characters,"('Andria',)",Andr,list(char) -> list(char) +1661,Replace '.' w/ '-',"('Spell.+198',)",Spell-+198,list(char) -> list(char) +1662,Drop last 1 characters,"('Partida',)",Partid,list(char) -> list(char) +1663,Drop last 2 characters,"('Harvard',)",Harva,list(char) -> list(char) +1664,Replace ')' w/ '.',"('943)I)172)280',)",943.I.172.280,list(char) -> list(char) +1665,Append 'Cornell',"('119',)",119Cornell,list(char) -> list(char) +1666,drop first word delimited by ')',"('149)963)68)65',)",963)68)65,list(char) -> list(char) +1667,Take first 3 characters,"('+105',)",+10,list(char) -> list(char) +1668,Append 'Reily',"('+105',)",+105Reily,list(char) -> list(char) +1669,parentheses around a single word (III),"('Phillip',)",(Phillip),list(char) -> list(char) +1670,Prepend 'Casler',"('45',)",Casler45,list(char) -> list(char) +1671,"Replace ',' w/ '-'","('Madelaine,680,Philadelphia',)",Madelaine-680-Philadelphia,list(char) -> list(char) +1672,parentheses around first word,"('Constable Lashanda +130 T',)",(Constable),list(char) -> list(char) +1673,Abbreviate separate words (II),"('Honda250', 'CA')",H.C.,list(char) -> list(char) -> list(char) +1674,Prepend 'Montiel',"('060',)",Montiel060,list(char) -> list(char) +1675,First letters of words (IIIIII),"('Scalia 23',)",S2,list(char) -> list(char) +1676,parentheses around a single word (II),"('276',)",(276),list(char) -> list(char) +1677,Prepend '329',"('292',)",329292,list(char) -> list(char) +1678,Abbreviate words separated by '.',"('Scalia.Berkeley',)",S.B.,list(char) -> list(char) +1679,"Append two words delimited by ','","('Honda250', '250')","Honda250,250",list(char) -> list(char) -> list(char) +1680,Abbreviate words separated by ')',"('Aylward)Bess',)",A.B.,list(char) -> list(char) +1681,Append 'Reily',"('L',)",LReily,list(char) -> list(char) +1682,Extract word delimited by ')' - ')',"('Jeff)+147)Spagnoli)320',)",+147,list(char) -> list(char) +1683,Take first character and append '.',"('+118',)",+.,list(char) -> list(char) +1684,"Append two words delimited by ','","('14', 'Samuel')","14,Samuel",list(char) -> list(char) -> list(char) +1685,Extract word delimited by '-' - '(',"('Harvard-916(Marquess-H',)",916,list(char) -> list(char) +1686,Replace ')' w/ ' ',"('Launa)Hopkins)35',)",Launa Hopkins 35,list(char) -> list(char) +1687,Replace ' ' w/ ')',"('Maryann E',)",Maryann)E,list(char) -> list(char) +1688,nth (n=-1) word delimited by ')',"('Stefany)Honda125',)",Honda125,list(char) -> list(char) +1689,Append two words delimited by ' ',"('Brendan', 'Pannell')",Brendan Pannell,list(char) -> list(char) -> list(char) +1690,Prepend '329',"('+6',)",329+6,list(char) -> list(char) +1691,"parentheses around word delimited by ' ' & ','","('Honda Kimberley,Eccleston',)","Honda (Kimberley),Eccleston",list(char) -> list(char) +1692,"Append two words delimited by ',.'","('Acura125', '50')","Acura125,.50",list(char) -> list(char) -> list(char) +1693,Take first character and append '(',"('10',)",1(,list(char) -> list(char) +1694,Extract word delimited by '.' - '-',"('Neil.Phialdelphia-+147-+138',)",Phialdelphia,list(char) -> list(char) +1695,nth (n=-1) word delimited by '(',"('S(L',)",L,list(char) -> list(char) +1696,First letters of words (I),"('947 Storrs Penn',)",9SP,list(char) -> list(char) +1697,Append two words delimited by '-',"('O', 'Halpern')",O-Halpern,list(char) -> list(char) -> list(char) +1698,Append 'Kathlyn',"('Honda250',)",Honda250Kathlyn,list(char) -> list(char) +1699,"Append two words delimited by '.,'","('Harvard', 'Garrard')","Harvard.,Garrard",list(char) -> list(char) -> list(char) +1700,parentheses around a single word (IIII),"('Jeff',)",(Jeff),list(char) -> list(char) +1701,Abbreviate words separated by ')',"('213)40',)",2.4.,list(char) -> list(char) +1702,Append two words delimited by '-',"('Andria', 'NY')",Andria-NY,list(char) -> list(char) -> list(char) +1703,Abbreviate words separated by '(',"('+86(754',)",+.7.,list(char) -> list(char) +1704,Append '+185',"('Gertude',)",Gertude+185,list(char) -> list(char) +1705,nth (n=-1) word delimited by '.',"('Ducati100.Jani.47',)",47,list(char) -> list(char) +1706,"Replace ' ' w/ ','","('Vena 686',)","Vena,686",list(char) -> list(char) +1707,Append 2 strings (IIIII),"('University', '+105')",University+105,list(char) -> list(char) -> list(char) +1708,Abbreviate separate words (III),"('Latimore', 'Cambridge')",L.C.,list(char) -> list(char) -> list(char) +1709,Drop last 4 characters,"('+104',)",,list(char) -> list(char) +1710,parentheses around a single word (IIIII),"('Dermody',)",(Dermody),list(char) -> list(char) +1711,Abbreviate words separated by ')',"('Harvard)+198',)",H.+.,list(char) -> list(char) +1712,Replace '(' w/ ')',"('J(K',)",J)K,list(char) -> list(char) +1713,First letters of words (II),"('R +5 180',)",R+1,list(char) -> list(char) +1714,Append '+185',"('Garrard',)",Garrard+185,list(char) -> list(char) +1715,Take first 2 characters,"('129',)",12,list(char) -> list(char) +1716,parentheses around word delimited by '.' & '.',"('Gregori.Latimore.33',)",Gregori.(Latimore).33,list(char) -> list(char) +1717,Append 'Reily',"('+161',)",+161Reily,list(char) -> list(char) +1718,Append 2 strings (IIII),"('California', 'Desiree')",CaliforniaDesiree,list(char) -> list(char) -> list(char) +1719,Append 'Kathlyn',"('Cornell',)",CornellKathlyn,list(char) -> list(char) +1720,Replace '(' w/ ')',"('993(Launa',)",993)Launa,list(char) -> list(char) +1721,nth (n=1) word delimited by '(',"('Salley(Scalia(117',)",Scalia,list(char) -> list(char) +1722,Abbreviate words separated by '(',"('075(Penn',)",0.P.,list(char) -> list(char) +1723,First letters of words (IIIIII),"('Hopkins 169 Tobias Yale',)",H1TY,list(char) -> list(char) +1724,Take first 5 characters,"('Harvard',)",Harva,list(char) -> list(char) +1725,Append two words delimited by ' )',"('461', 'Hopkins')",461 )Hopkins,list(char) -> list(char) -> list(char) +1726,Abbreviate separate words (III),"('+188', 'Montiel')",+.M.,list(char) -> list(char) -> list(char) +1727,nth (n=0) word delimited by '.',"('436.20',)",436,list(char) -> list(char) +1728,"Abbreviate words separated by ','","('Partida,Tobias',)",P.T.,list(char) -> list(char) +1729,drop first word delimited by ' ',"('Honda550 +183',)",+183,list(char) -> list(char) +1730,ensure suffix `Madelaine`,"('238 082 014Madelaine',)",238 082 014Madelaine,list(char) -> list(char) +1731,nth (n=0) word delimited by '(',"('+158(+138(25',)",+158,list(char) -> list(char) +1732,Replace ')' w/ '.',"('604)Marquess)947)13',)",604.Marquess.947.13,list(char) -> list(char) +1733,"Append two words delimited by ',('","('180', 'V')","180,(V",list(char) -> list(char) -> list(char) +1734,drop first word delimited by '(',"('S(43(Joaquin',)",43(Joaquin,list(char) -> list(char) +1735,"Replace '.' w/ ','","('+105.587.969',)","+105,587,969",list(char) -> list(char) +1736,nth (n=-1) word delimited by '-',"('382-50',)",50,list(char) -> list(char) +1737,parentheses around second word,"('Storrs C Honda550 K',)",(C),list(char) -> list(char) +1738,Prepend 'Celsa',"('Ramthun',)",CelsaRamthun,list(char) -> list(char) +1739,Append two words delimited by '.',"('20', '2')",20.2,list(char) -> list(char) -> list(char) +1740,Take first 4 characters,"('Edison',)",Edis,list(char) -> list(char) +1741,"drop first word delimited by ','","('MI,68',)",68,list(char) -> list(char) +1742,"parentheses around word delimited by '.' & ','","('.33,+198',)",".(33),+198",list(char) -> list(char) +1743,"parentheses around word delimited by '.' & ','","('65.Stefany,670 Salley',)","65.(Stefany),670 Salley",list(char) -> list(char) +1744,Prepend '+129' to first word,"('Marquess +138',)",+129Marquess,list(char) -> list(char) +1745,Prepend '183' to first word,"('Jeff 515',)",183Jeff,list(char) -> list(char) +1746,Append 2 strings (IIIIII),"('007', 'Honda250')",007Honda250,list(char) -> list(char) -> list(char) +1747,Abbreviate separate words (IIIIII),"('+195', 'F')",+.F.,list(char) -> list(char) -> list(char) +1748,Append 'Richert',"('+118',)",+118Richert,list(char) -> list(char) +1749,nth (n=1) word delimited by ' ',"('Quashie Kimberley',)",Kimberley,list(char) -> list(char) +1750,Replace '.' w/ '-',"('+174.Ithaca.F.+161',)",+174-Ithaca-F-+161,list(char) -> list(char) +1751,drop first word delimited by ')',"('+132)+194',)",+194,list(char) -> list(char) +1752,nth (n=-1) word delimited by '.',"('83.Ramthun.75.Ferrari250',)",Ferrari250,list(char) -> list(char) +1753,parentheses around a single word (I),"('Phialdelphia',)",(Phialdelphia),list(char) -> list(char) +1754,"nth (n=-1) word delimited by ','","('216,Lara',)",Lara,list(char) -> list(char) +1755,Take first 3 characters,"('Rice',)",Ric,list(char) -> list(char) +1756,parentheses around word delimited by '-' & '-',"('Jurgens-Carlene-Maryland-Miah',)",Jurgens-(Carlene)-Maryland-Miah,list(char) -> list(char) +1757,"nth (n=1) word delimited by ','","('Jeff,209,199,Celsa',)",209,list(char) -> list(char) +1758,nth (n=1) word delimited by '-',"('Malissa-541',)",541,list(char) -> list(char) +1759,Prepend 'Beata',"('Lakenya',)",BeataLakenya,list(char) -> list(char) +1760,Take first character and append '.',"('Drexel',)",D.,list(char) -> list(char) +1761,parentheses around a single word (I),"('+6',)",(+6),list(char) -> list(char) +1762,Replace ' ' w/ ')',"('Montiel 47 DPhiladelphia 911',)",Montiel)47)DPhiladelphia)911,list(char) -> list(char) +1763,"Replace ',' w/ '-'","('Mackenzie,Miah,Jacquiline',)",Mackenzie-Miah-Jacquiline,list(char) -> list(char) +1764,"Extract word delimited by ',' - '('","('Scalia,A(194,25',)",A,list(char) -> list(char) +1765,parentheses around word delimited by '-' & '-',"('V-42-290 14',)",V-(42)-290 14,list(char) -> list(char) +1766,nth (n=1) word delimited by ')',"('+115)+185)Andria)62',)",+185,list(char) -> list(char) +1767,parentheses around a single word (IIII),"('304',)",(304),list(char) -> list(char) +1768,nth (n=-1) word delimited by ' ',"('C W',)",W,list(char) -> list(char) +1769,nth (n=0) word delimited by ')',"('+158)Q)Joaquin)MI',)",+158,list(char) -> list(char) +1770,parentheses around word delimited by '-' & ' ',"('Philadelphia-086 S,Desiree',)","Philadelphia-(086) S,Desiree",list(char) -> list(char) +1771,"parentheses around word delimited by '.' & ','","('.Mackenzie,Constable-+167',)",".(Mackenzie),Constable-+167",list(char) -> list(char) +1772,"Append two words delimited by ',('","('Drexel', '45')","Drexel,(45",list(char) -> list(char) -> list(char) +1773,Drop last 2 characters,"('Urbana',)",Urba,list(char) -> list(char) +1774,parentheses around a single word (III),"('CT',)",(CT),list(char) -> list(char) +1775,First letters of words (I),"('Brendan 2',)",B2,list(char) -> list(char) +1776,"nth (n=-1) word delimited by ','","('Akiyama,Aylward',)",Aylward,list(char) -> list(char) +1777,parentheses around second word,"('Hayley 698',)",(698),list(char) -> list(char) +1778,Drop last 3 characters,"('Stefany',)",Stef,list(char) -> list(char) +1779,"Extract word delimited by ',' - '('","('40,Maryland(M(Pannell',)",Maryland,list(char) -> list(char) +1780,Replace '.' w/ '-',"('+155.635',)",+155-635,list(char) -> list(char) +1781,Append 'Cornell',"('084',)",084Cornell,list(char) -> list(char) +1782,nth (n=1) word delimited by ')',"('Akiyama)Angeles',)",Angeles,list(char) -> list(char) +1783,ensure suffix `Samuel`,"('Casler Santa 200Samuel',)",Casler Santa 200Samuel,list(char) -> list(char) +1784,nth (n=0) word delimited by '(',"('Park(Rudolf(9(551',)",Park,list(char) -> list(char) +1785,nth (n=-1) word delimited by ')',"('+7)+129)115',)",115,list(char) -> list(char) +1786,Replace ')' w/ '-',"('Elias)Jenee)Nancy',)",Elias-Jenee-Nancy,list(char) -> list(char) +1787,Extract word delimited by ' ' - '-',"('Covelli Yale-+118-+106',)",Yale,list(char) -> list(char) +1788,Take first 3 characters,"('Beata',)",Bea,list(char) -> list(char) +1789,Abbreviate separate words (I),"('98', 'Karrie')",9.K.,list(char) -> list(char) -> list(char) +1790,Extract word delimited by '.' - '-',"('399.60-700.140',)",60,list(char) -> list(char) +1791,"Append two words delimited by ','","('905', 'Jenee')","905,Jenee",list(char) -> list(char) -> list(char) +1792,Take first character and append ')',"('Annalisa',)",A),list(char) -> list(char) +1793,"Take first character and append ','","('Hopkins',)","H,",list(char) -> list(char) +1794,Drop last 3 characters,"('Pennsylvania',)",Pennsylva,list(char) -> list(char) +1795,Replace ')' w/ '.',"('V)Constable',)",V.Constable,list(char) -> list(char) +1796,ensure suffix `Stefany`,"('Q MarielStefany',)",Q MarielStefany,list(char) -> list(char) +1797,Append two words delimited by ' )',"('Micha', 'Lakenya')",Micha )Lakenya,list(char) -> list(char) -> list(char) +1798,"Replace '.' w/ ','","('+199.+155',)","+199,+155",list(char) -> list(char) +1799,parentheses around a single word (III),"('834',)",(834),list(char) -> list(char) +1800,nth (n=1) word delimited by ')',"('+115)Latimore)Ducati250)749',)",Latimore,list(char) -> list(char) +1801,drop first word delimited by '.',"('Withers.Acura125.180.Bobo',)",Acura125.180.Bobo,list(char) -> list(char) +1802,First letters of words (IIIII),"('Ducati 953 329 Angeles',)",D93A,list(char) -> list(char) +1803,Append 'Kathlyn',"('J',)",JKathlyn,list(char) -> list(char) +1804,Append 2 strings (III),"('Nancy', 'Samuel')",NancySamuel,list(char) -> list(char) -> list(char) +1805,Take first character and append '(',"('334',)",3(,list(char) -> list(char) +1806,Prepend 'Celsa',"('46',)",Celsa46,list(char) -> list(char) +1807,Drop last 1 characters,"('64',)",6,list(char) -> list(char) +1808,ensure suffix `+185`,"('126 885 Georgina 894+185',)",126 885 Georgina 894+185,list(char) -> list(char) +1809,"Append two words delimited by ',.'","('949', 'Marquess')","949,.Marquess",list(char) -> list(char) -> list(char) +1810,"Append two words delimited by ',.'","('+188', 'Bradford')","+188,.Bradford",list(char) -> list(char) -> list(char) +1811,parentheses around word delimited by '-' & '.',"('Michigan-I.Brescia',)",Michigan-(I).Brescia,list(char) -> list(char) +1812,Append two words delimited by '-)',"('115', 'TX')",115-)TX,list(char) -> list(char) -> list(char) +1813,parentheses around word delimited by '.' & '.',"('Houston.Dr.Partida,Melodi',)","Houston.(Dr).Partida,Melodi",list(char) -> list(char) +1814,Take first character and append '.',"('776',)",7.,list(char) -> list(char) +1815,Drop last 4 characters,"('Philadelphia',)",Philadel,list(char) -> list(char) +1816,Drop last 5 characters,"('Reily',)",,list(char) -> list(char) +1817,drop first word delimited by '.',"('655.Withers.94.83',)",Withers.94.83,list(char) -> list(char) +1818,Abbreviate separate words (IIII),"('Honda250', '5')",H.5.,list(char) -> list(char) -> list(char) +1819,Append two words delimited by '..',"('Madelaine', '+155')",Madelaine..+155,list(char) -> list(char) -> list(char) +1820,parentheses around a single word (IIIII),"('23',)",(23),list(char) -> list(char) +1821,Append 'Richert',"('TX',)",TXRichert,list(char) -> list(char) +1822,Replace ')' w/ '-',"('J)Cencici)Akiyama)Carlene',)",J-Cencici-Akiyama-Carlene,list(char) -> list(char) +1823,Drop last 5 characters,"('Gertude',)",Ge,list(char) -> list(char) +1824,Abbreviate separate words (I),"('Kathlyn', 'College')",K.C.,list(char) -> list(char) -> list(char) +1825,Abbreviate separate words (I),"('Richert', 'Junkin')",R.J.,list(char) -> list(char) -> list(char) +1826,Extract word delimited by ' ' - '-',"('Haven 43-2-+172',)",43,list(char) -> list(char) +1827,"Replace ' ' w/ ','","('Yale 918 Chism Alaina',)","Yale,918,Chism,Alaina",list(char) -> list(char) +1828,First letters of words (III),"('J CA Pennsylvania',)",JCP,list(char) -> list(char) +1829,Prepend '659',"('405',)",659405,list(char) -> list(char) +1830,Append 'Acura125',"('+195',)",+195Acura125,list(char) -> list(char) +1831,Extract word delimited by '-' - '(',"('D-Mariya(Garrard(882',)",Mariya,list(char) -> list(char) +1832,Abbreviate words separated by '.',"('Acura125.Trinidad',)",A.T.,list(char) -> list(char) +1833,ensure suffix `Madelaine`,"('Santa 322 R',)",Santa 322 RMadelaine,list(char) -> list(char) +1834,nth (n=-1) word delimited by '.',"('Joaquin.S',)",S,list(char) -> list(char) +1835,Abbreviate words separated by '(',"('292(F',)",2.F.,list(char) -> list(char) +1836,Prepend 'Beata',"('858',)",Beata858,list(char) -> list(char) +1837,drop first word delimited by ')',"('35)K)F)734',)",K)F)734,list(char) -> list(char) +1838,First letters of words (I),"('+143 Hopkins Akiyama +176',)",+HA+,list(char) -> list(char) +1839,"nth (n=1) word delimited by ','","('Bogle,6',)",6,list(char) -> list(char) +1840,Prepend '659',"('Spell',)",659Spell,list(char) -> list(char) +1841,"parentheses around word delimited by ' ' & ','","('438 886,7,F',)","438 (886),7,F",list(char) -> list(char) +1842,Prepend 'Montiel',"('862',)",Montiel862,list(char) -> list(char) +1843,Take first 5 characters,"('Acura100',)",Acura,list(char) -> list(char) +1844,nth (n=1) word delimited by ')',"('+9)Bogle)MI',)",Bogle,list(char) -> list(char) +1845,"drop first word delimited by ','","('Sergienko,81,191,Alaina',)","81,191,Alaina",list(char) -> list(char) +1846,Extract word delimited by ')' - ')',"('Trinidad)671)J)Marcus',)",671,list(char) -> list(char) +1847,Prepend 'Park' to first word,"('58 643',)",Park58,list(char) -> list(char) +1848,Append two words delimited by ' )',"('Babiarz', 'Mackenzie')",Babiarz )Mackenzie,list(char) -> list(char) -> list(char) +1849,Extract word delimited by '.' - '-',"('Jeff.Mackenzie-56.14',)",Mackenzie,list(char) -> list(char) +1850,First letters of words (IIIII),"('TX Rudolf H +5',)",TRH+,list(char) -> list(char) +1851,Prepend 'Jani' to first word,"('258 977',)",Jani258,list(char) -> list(char) +1852,"nth (n=-1) word delimited by ','","('98,Alaina,UCLA',)",UCLA,list(char) -> list(char) +1853,Append two words delimited by '(',"('+189', 'Lakenya')",+189(Lakenya,list(char) -> list(char) -> list(char) +1854,ensure suffix `Madelaine`,"('Ducati250 Akiyama 376 UniversityMadelaine',)",Ducati250 Akiyama 376 UniversityMadelaine,list(char) -> list(char) +1855,Drop last 5 characters,"('Lango',)",,list(char) -> list(char) +1856,parentheses around a single word (IIIII),"('Pennsylvania',)",(Pennsylvania),list(char) -> list(char) +1857,Append two words delimited by '-',"('+188', 'Rice')",+188-Rice,list(char) -> list(char) -> list(char) +1858,Abbreviate separate words (IIIIII),"('Karrie', '254')",K.2.,list(char) -> list(char) -> list(char) +1859,nth (n=0) word delimited by '.',"('106.+161',)",106,list(char) -> list(char) +1860,"Abbreviate words separated by ','","('Jenee,Park',)",J.P.,list(char) -> list(char) +1861,parentheses around word delimited by '.' & '.',"('Withers.UCLA.963-779',)",Withers.(UCLA).963-779,list(char) -> list(char) +1862,nth (n=1) word delimited by '-',"('Park-+151',)",+151,list(char) -> list(char) +1863,First letters of words (IIIII),"('Cornell Lain',)",CL,list(char) -> list(char) +1864,"Append two words delimited by '.,'","('Michigan', 'Sergienko')","Michigan.,Sergienko",list(char) -> list(char) -> list(char) +1865,Abbreviate separate words (IIIIII),"('Stefany', 'Jurgens')",S.J.,list(char) -> list(char) -> list(char) +1866,drop first word delimited by '(',"('Bogle(Babiarz(+9(46',)",Babiarz(+9(46,list(char) -> list(char) +1867,nth (n=1) word delimited by ' ',"('+141 029',)",029,list(char) -> list(char) +1868,drop first word delimited by '-',"('Haven-Reily-2',)",Reily-2,list(char) -> list(char) +1869,Prepend 'Jani' to first word,"('675 008',)",Jani675,list(char) -> list(char) +1870,nth (n=0) word delimited by '-',"('Gertude-MD',)",Gertude,list(char) -> list(char) +1871,First letters of words (IIII),"('Honda550 Jenee',)",HJ,list(char) -> list(char) +1872,Replace ' ' w/ ')',"('York Scalia +104',)",York)Scalia)+104,list(char) -> list(char) +1873,Take first character and append ' ',"('83',)",8 ,list(char) -> list(char) +1874,"drop first word delimited by ','","('Covelli,W,J',)","W,J",list(char) -> list(char) +1875,Append 'Cornell',"('2',)",2Cornell,list(char) -> list(char) +1876,First letters of words (IIIIII),"('Georgina Beata Jacqualine I',)",GBJI,list(char) -> list(char) +1877,First letters of words (II),"('166 323 L Celsa',)",13LC,list(char) -> list(char) +1878,Replace '(' w/ ')',"('K(University(Connecticut(705',)",K)University)Connecticut)705,list(char) -> list(char) +1879,nth (n=0) word delimited by '(',"('Cruz(+195(PA(D',)",Cruz,list(char) -> list(char) +1880,Prepend 'Park' to first word,"('686 134',)",Park686,list(char) -> list(char) +1881,Prepend '329',"('Honda125',)",329Honda125,list(char) -> list(char) +1882,nth (n=-1) word delimited by ')',"('42)Arbor)368)47',)",47,list(char) -> list(char) +1883,"nth (n=0) word delimited by ','","('Hage,IL,Barbara,+105',)",Hage,list(char) -> list(char) +1884,Abbreviate separate words (IIIII),"('UCLA', '18')",U.1.,list(char) -> list(char) -> list(char) +1885,Append 2 strings (II),"('+195', '537')",+195537,list(char) -> list(char) -> list(char) +1886,nth (n=1) word delimited by ' ',"('707 Spagnoli Akiyama',)",Spagnoli,list(char) -> list(char) +1887,Prepend 'Montiel',"('Hornak',)",MontielHornak,list(char) -> list(char) +1888,parentheses around a single word (II),"('York',)",(York),list(char) -> list(char) +1889,Replace '(' w/ ')',"('+169(493(7(582',)",+169)493)7)582,list(char) -> list(char) +1890,"parentheses around word delimited by ' ' & ','","('+7 Hornak,Desiree.2',)","+7 (Hornak),Desiree.2",list(char) -> list(char) +1891,Take first 2 characters,"('Annalisa',)",An,list(char) -> list(char) +1892,Abbreviate separate words (III),"('50', '33')",5.3.,list(char) -> list(char) -> list(char) +1893,Take first character and append '(',"('Lain',)",L(,list(char) -> list(char) +1894,Prepend 'Montiel',"('Penn',)",MontielPenn,list(char) -> list(char) +1895,Append 2 strings (IIIIII),"('860', 'Marquess')",860Marquess,list(char) -> list(char) -> list(char) +1896,Replace ')' w/ ' ',"('Honda250)NY)Cortes)E',)",Honda250 NY Cortes E,list(char) -> list(char) +1897,Append 'Kathlyn',"('Kimberley',)",KimberleyKathlyn,list(char) -> list(char) +1898,Prepend 'Jani' to first word,"('Withers Heintz',)",JaniWithers,list(char) -> list(char) +1899,Take first 5 characters,"('Kimberley',)",Kimbe,list(char) -> list(char) +1900,Append 'Acura125',"('347',)",347Acura125,list(char) -> list(char) +1901,Drop last 1 characters,"('C',)",,list(char) -> list(char) +1902,First letters of words (IIIII),"('Rice D',)",RD,list(char) -> list(char) +1903,parentheses around word delimited by '-' & '-',"('-883-14',)",-(883)-14,list(char) -> list(char) +1904,nth (n=-1) word delimited by '-',"('Pannell-H-25',)",25,list(char) -> list(char) +1905,Take first character and append '-',"('Lain',)",L-,list(char) -> list(char) +1906,Append two words delimited by '.',"('Neil', '23')",Neil.23,list(char) -> list(char) -> list(char) +1907,Prepend 'Celsa',"('Andria',)",CelsaAndria,list(char) -> list(char) +1908,nth (n=-1) word delimited by ' ',"('40 Honda',)",Honda,list(char) -> list(char) +1909,nth (n=1) word delimited by '(',"('Rudolf(Kimberley(405',)",Kimberley,list(char) -> list(char) +1910,Take first 4 characters,"('Ducati125',)",Duca,list(char) -> list(char) +1911,parentheses around a single word (II),"('W',)",(W),list(char) -> list(char) +1912,Abbreviate words separated by ' ',"('Honda Constable',)",H.C.,list(char) -> list(char) +1913,Prepend '+129' to first word,"('UC +5',)",+129UC,list(char) -> list(char) +1914,parentheses around a single word (II),"('UIUC',)",(UIUC),list(char) -> list(char) +1915,parentheses around word delimited by '.' & '.',"('+104.C.Stefany +65',)",+104.(C).Stefany +65,list(char) -> list(char) +1916,Append two words delimited by ')',"('Phialdelphia', 'Akiyama')",Phialdelphia)Akiyama,list(char) -> list(char) -> list(char) +1917,First letters of words (III),"('UCLA Stefany 746',)",US7,list(char) -> list(char) +1918,Prepend '153' to first word,"('+189 +118',)",153+189,list(char) -> list(char) +1919,Abbreviate separate words (IIII),"('Karrie', 'Soderstrom')",K.S.,list(char) -> list(char) -> list(char) +1920,First letters of words (IIII),"('Aylward Phialdelphia Reily',)",APR,list(char) -> list(char) +1921,Extract word delimited by '.' - '(',"('Nancy.Jeanice(+167(Mariel',)",Jeanice,list(char) -> list(char) +1922,Abbreviate separate words (II),"('588', '629')",5.6.,list(char) -> list(char) -> list(char) +1923,Take first 3 characters,"('674',)",674,list(char) -> list(char) +1924,Prepend '183' to first word,"('York 29',)",183York,list(char) -> list(char) +1925,Take first 5 characters,"('Montiel',)",Monti,list(char) -> list(char) +1926,Prepend '153' to first word,"('734 Irwin',)",153734,list(char) -> list(char) +1927,Take first character and append ' ',"('Melodi',)",M ,list(char) -> list(char) +1928,Append 2 strings (IIIII),"('Honda250', '+2')",Honda250+2,list(char) -> list(char) -> list(char) +1929,parentheses around word delimited by '-' & ' ',"('-270 Kimberley-20',)",-(270) Kimberley-20,list(char) -> list(char) +1930,Extract word delimited by '.' - '(',"('Seamons.Kimberley(Ducati.670',)",Kimberley,list(char) -> list(char) +1931,Append 2 strings (III),"('Jeff', '592')",Jeff592,list(char) -> list(char) -> list(char) +1932,Append 2 strings (III),"('+198', 'Kimberley')",+198Kimberley,list(char) -> list(char) -> list(char) +1933,parentheses around word delimited by '-' & '-',"('5-Teddy-209',)",5-(Teddy)-209,list(char) -> list(char) +1934,Abbreviate separate words (II),"('M', '60')",M.6.,list(char) -> list(char) -> list(char) +1935,Drop last 2 characters,"('65',)",,list(char) -> list(char) +1936,Extract word delimited by '-' - '(',"('94-Cambridge(Cornell-5',)",Cambridge,list(char) -> list(char) +1937,Append two words delimited by ' ',"('D', 'Cambridge')",D Cambridge,list(char) -> list(char) -> list(char) +1938,Append 2 strings (II),"('J', 'Andrew')",JAndrew,list(char) -> list(char) -> list(char) +1939,drop first word delimited by '-',"('151-Bradford-+189',)",Bradford-+189,list(char) -> list(char) +1940,Append two words delimited by '.',"('Hornak', '+115')",Hornak.+115,list(char) -> list(char) -> list(char) +1941,nth (n=1) word delimited by '-',"('Lara-Lashanda-Kotas',)",Lashanda,list(char) -> list(char) +1942,Prepend 'Celsa',"('K',)",CelsaK,list(char) -> list(char) +1943,nth (n=0) word delimited by '(',"('+195(+167(C',)",+195,list(char) -> list(char) +1944,ensure suffix `Stefany`,"('40 Gertude',)",40 GertudeStefany,list(char) -> list(char) +1945,parentheses around word delimited by '-' & ' ',"('+104-Launa Ramthun',)",+104-(Launa) Ramthun,list(char) -> list(char) +1946,Extract word delimited by '-' - '(',"('276-Storrs(+2(500',)",Storrs,list(char) -> list(char) +1947,ensure suffix `Samuel`,"('75 167 Angeles Maryland',)",75 167 Angeles MarylandSamuel,list(char) -> list(char) +1948,Abbreviate words separated by ')',"('061)Mulloy',)",0.M.,list(char) -> list(char) +1949,Drop last 4 characters,"('Annalisa',)",Anna,list(char) -> list(char) +1950,ensure suffix `Phialdelphia`,"('Santa Kotas Samuel +7Phialdelphia',)",Santa Kotas Samuel +7Phialdelphia,list(char) -> list(char) +1951,drop first word delimited by '(',"('Hage(002(Beata(+2',)",002(Beata(+2,list(char) -> list(char) +1952,Prepend 'Casler',"('138',)",Casler138,list(char) -> list(char) +1953,Replace ' ' w/ ')',"('52 Edison',)",52)Edison,list(char) -> list(char) +1954,Append 2 strings (I),"('Columbia', 'Mackenzie')",ColumbiaMackenzie,list(char) -> list(char) -> list(char) +1955,Drop last 4 characters,"('Stefany',)",Ste,list(char) -> list(char) +1956,Append 2 strings (III),"('Ferrari250', '52')",Ferrari25052,list(char) -> list(char) -> list(char) +1957,Abbreviate words separated by '-',"('163-Connecticut',)",1.C.,list(char) -> list(char) +1958,"parentheses around word delimited by ' ' & ','","('Jurgens +86,Withers',)","Jurgens (+86),Withers",list(char) -> list(char) +1959,ensure suffix `Acura125`,"('+176 185 Casler',)",+176 185 CaslerAcura125,list(char) -> list(char) +1960,"drop first word delimited by ','","('+82,46,33,46',)","46,33,46",list(char) -> list(char) +1961,"Abbreviate words separated by ','","('457,G',)",4.G.,list(char) -> list(char) +1962,Abbreviate separate words (III),"('+138', '065')",+.0.,list(char) -> list(char) -> list(char) +1963,Extract word delimited by ')' - ')',"('Acura100)Halpern)V)+198',)",Halpern,list(char) -> list(char) +1964,Prepend '183' to first word,"('Beata +5',)",183Beata,list(char) -> list(char) +1965,parentheses around a single word (IIII),"('Jacquiline',)",(Jacquiline),list(char) -> list(char) +1966,ensure suffix `Stefany`,"('Honda250 970 +158',)",Honda250 970 +158Stefany,list(char) -> list(char) +1967,ensure suffix `Acura125`,"('Madelaine +167 PhialdelphiaAcura125',)",Madelaine +167 PhialdelphiaAcura125,list(char) -> list(char) +1968,Abbreviate words separated by ' ',"('Constable Jacquiline',)",C.J.,list(char) -> list(char) +1969,"Replace ',' w/ '-'","('Acura,IL,977,CT',)",Acura-IL-977-CT,list(char) -> list(char) +1970,Prepend 'Beata',"('776',)",Beata776,list(char) -> list(char) +1971,nth (n=-1) word delimited by '-',"('438-Lain-23-52',)",52,list(char) -> list(char) +1972,Append 2 strings (II),"('43', 'Richert')",43Richert,list(char) -> list(char) -> list(char) +1973,"Replace ',' w/ '('","('Park,25',)",Park(25,list(char) -> list(char) +1974,Drop last 2 characters,"('+194',)",+1,list(char) -> list(char) +1975,nth (n=0) word delimited by '-',"('Jenee-498-H-58',)",Jenee,list(char) -> list(char) +1976,Append 2 strings (IIII),"('598', 'Urbana')",598Urbana,list(char) -> list(char) -> list(char) +1977,parentheses around word delimited by '-' & '.',"('-43.+2.Cornell',)",-(43).+2.Cornell,list(char) -> list(char) +1978,Prepend '+42' to first word,"('Maryann MI',)",+42Maryann,list(char) -> list(char) +1979,Prepend '153' to first word,"('Dermody K',)",153Dermody,list(char) -> list(char) +1980,Prepend '153' to first word,"('UIUC Ferrari250',)",153UIUC,list(char) -> list(char) +1981,Take first character and append '-',"('Ducati100',)",D-,list(char) -> list(char) +1982,"Replace ',' w/ '('","('+195,+161,304,H',)",+195(+161(304(H,list(char) -> list(char) +1983,"Replace ' ' w/ ','","('52 Hage',)","52,Hage",list(char) -> list(char) +1984,Extract word delimited by ' ' - '-',"('Urbana +140-Gregori Santa',)",+140,list(char) -> list(char) +1985,Append two words delimited by ')',"('CA', 'Lain')",CA)Lain,list(char) -> list(char) -> list(char) +1986,Append 'Acura125',"('Drexel',)",DrexelAcura125,list(char) -> list(char) +1987,Prepend 'Beata',"('Arbor',)",BeataArbor,list(char) -> list(char) +1988,"Take first character and append ','","('G',)","G,",list(char) -> list(char) +1989,nth (n=1) word delimited by '.',"('Pannell.D.Latimore',)",D,list(char) -> list(char) +1990,Prepend '329',"('+174',)",329+174,list(char) -> list(char) +1991,"nth (n=1) word delimited by ','","('Neil,T,Rudolf',)",T,list(char) -> list(char) +1992,Extract word delimited by '.' - '(',"('Coralee.Hopkins(Angeles.734',)",Hopkins,list(char) -> list(char) +1993,Prepend '183' to first word,"('62 Harvard',)",18362,list(char) -> list(char) +1994,ensure suffix `Phialdelphia`,"('Edison E Miah +46',)",Edison E Miah +46Phialdelphia,list(char) -> list(char) +1995,parentheses around first word,"('Beata Maryann Houston +129',)",(Beata),list(char) -> list(char) +1996,ensure suffix `Junkin`,"('Celsa Dr Trinidad',)",Celsa Dr TrinidadJunkin,list(char) -> list(char) +1997,First letters of words (III),"('028 Bradford',)",0B,list(char) -> list(char) +1998,Replace ')' w/ ' ',"('+147)571)950',)",+147 571 950,list(char) -> list(char) +1999,ensure suffix `Stefany`,"('376 538Stefany',)",376 538Stefany,list(char) -> list(char) +2000,drop first word delimited by '-',"('Edison-Pennsylvania-Carlene-University',)",Pennsylvania-Carlene-University,list(char) -> list(char) +2001,Prepend '659',"('Clasen',)",659Clasen,list(char) -> list(char) +2002,Abbreviate words separated by '-',"('443-946',)",4.9.,list(char) -> list(char) +2003,Take first 4 characters,"('Georgina',)",Geor,list(char) -> list(char) +2004,nth (n=-1) word delimited by '.',"('Andria.058.T',)",T,list(char) -> list(char) +2005,Append 'Acura125',"('Columbia',)",ColumbiaAcura125,list(char) -> list(char) +2006,"Replace '.' w/ ','","('MA.+172.PA',)","MA,+172,PA",list(char) -> list(char) +2007,Append '+185',"('Penn',)",Penn+185,list(char) -> list(char) +2008,Append 2 strings (IIIII),"('117', 'Georgina')",117Georgina,list(char) -> list(char) -> list(char) +2009,nth (n=-1) word delimited by '(',"('83(Acura100',)",Acura100,list(char) -> list(char) +2010,Take first character and append ')',"('+172',)",+),list(char) -> list(char) +2011,Abbreviate words separated by '.',"('149.716',)",1.7.,list(char) -> list(char) +2012,"nth (n=-1) word delimited by ','","('+163,548,722',)",722,list(char) -> list(char) +2013,nth (n=-1) word delimited by '(',"('Trinidad(Drexel(+151',)",+151,list(char) -> list(char) +2014,First letters of words (IIII),"('Santa Harvard 369 Acura100',)",SH3A,list(char) -> list(char) +2015,Take first character and append '-',"('Park',)",P-,list(char) -> list(char) +2016,Append two words delimited by ' ',"('Lain', 'Karrie')",Lain Karrie,list(char) -> list(char) -> list(char) +2017,Take first 2 characters,"('Melodi',)",Me,list(char) -> list(char) +2018,drop first word delimited by ' ',"('Teddy Casler Malissa',)",Casler Malissa,list(char) -> list(char) +2019,ensure suffix `+185`,"('Scalia Acura',)",Scalia Acura+185,list(char) -> list(char) +2020,Append two words delimited by '-',"('Andrew', 'Mariel')",Andrew-Mariel,list(char) -> list(char) -> list(char) +2021,nth (n=0) word delimited by '-',"('Ducati125-Sergienko-Andria',)",Ducati125,list(char) -> list(char) +2022,nth (n=0) word delimited by ' ',"('2 +105',)",2,list(char) -> list(char) +2023,drop first word delimited by '(',"('Philadelphia(209',)",209,list(char) -> list(char) +2024,nth (n=1) word delimited by '.',"('Ithaca.Stefany',)",Stefany,list(char) -> list(char) +2025,Extract word delimited by ')' - ')',"('Beata)98)890)Olague',)",98,list(char) -> list(char) +2026,"Append two words delimited by '.,'","('Lara', 'Cruz')","Lara.,Cruz",list(char) -> list(char) -> list(char) +2027,"Replace ',' w/ '-'","('Temple,Partida',)",Temple-Partida,list(char) -> list(char) +2028,Replace ')' w/ '.',"('170)498)087)47',)",170.498.087.47,list(char) -> list(char) +2029,Append two words delimited by '..',"('686', 'Eccleston')",686..Eccleston,list(char) -> list(char) -> list(char) +2030,nth (n=-1) word delimited by ' ',"('+188 +42 J',)",J,list(char) -> list(char) +2031,Replace '.' w/ '-',"('Olague.084',)",Olague-084,list(char) -> list(char) +2032,ensure suffix `Madelaine`,"('29 Constable Lakenya Akiyama',)",29 Constable Lakenya AkiyamaMadelaine,list(char) -> list(char) +2033,Take first character and append ')',"('036',)",0),list(char) -> list(char) +2034,nth (n=0) word delimited by ')',"('Michigan)Clasen',)",Michigan,list(char) -> list(char) +2035,Append 2 strings (I),"('636', 'Salley')",636Salley,list(char) -> list(char) -> list(char) +2036,ensure suffix `Acura125`,"('College Vena +143 +105Acura125',)",College Vena +143 +105Acura125,list(char) -> list(char) +2037,ensure suffix `+185`,"('10 684 Georgina Ferrari250+185',)",10 684 Georgina Ferrari250+185,list(char) -> list(char) +2038,nth (n=-1) word delimited by ')',"('890)716',)",716,list(char) -> list(char) +2039,nth (n=0) word delimited by '-',"('548-+188',)",548,list(char) -> list(char) +2040,Prepend 'Park' to first word,"('P Sergienko',)",ParkP,list(char) -> list(char) +2041,Abbreviate separate words (IIIII),"('Bess', '980')",B.9.,list(char) -> list(char) -> list(char) +2042,"Extract word delimited by ',' - '('","('Marcus,Casler(Bess,+185',)",Casler,list(char) -> list(char) +2043,nth (n=1) word delimited by '.',"('Gertude.R',)",R,list(char) -> list(char) +2044,Append 'Richert',"('Alida',)",AlidaRichert,list(char) -> list(char) +2045,Append 2 strings (IIII),"('MA', 'Hage')",MAHage,list(char) -> list(char) -> list(char) +2046,Extract word delimited by ' ' - '-',"('of Lakenya-Gregori Trinidad',)",Lakenya,list(char) -> list(char) +2047,Append 'Reily',"('F',)",FReily,list(char) -> list(char) +2048,nth (n=0) word delimited by '.',"('+199.311',)",+199,list(char) -> list(char) +2049,"Extract word delimited by ',' - '('","('107,Vena(087(California',)",Vena,list(char) -> list(char) +2050,Abbreviate separate words (II),"('M', 'Kathlyn')",M.K.,list(char) -> list(char) -> list(char) +2051,Append 2 strings (IIII),"('+198', 'K')",+198K,list(char) -> list(char) -> list(char) +2052,Abbreviate words separated by '.',"('95.+104',)",9.+.,list(char) -> list(char) +2053,Append two words delimited by '..',"('Urbana', 'Pennsylvania')",Urbana..Pennsylvania,list(char) -> list(char) -> list(char) +2054,nth (n=0) word delimited by ' ',"('+138 +161',)",+138,list(char) -> list(char) +2055,Abbreviate words separated by '-',"('+144-Eccleston',)",+.E.,list(char) -> list(char) +2056,parentheses around second word,"('58 45',)",(45),list(char) -> list(char) +2057,Prepend '+42' to first word,"('Spell Phillip',)",+42Spell,list(char) -> list(char) +2058,Take first character and append ' ',"('Mcgaughey',)",M ,list(char) -> list(char) +2059,"nth (n=0) word delimited by ','","('+183,718,591',)",+183,list(char) -> list(char) +2060,parentheses around a single word (III),"('+141',)",(+141),list(char) -> list(char) +2061,ensure suffix `Junkin`,"('MA Jeanice +199',)",MA Jeanice +199Junkin,list(char) -> list(char) +2062,First letters of words (III),"('P Philadelphia Clasen Hornak',)",PPCH,list(char) -> list(char) +2063,Append two words delimited by '.',"('476', 'Chilcott')",476.Chilcott,list(char) -> list(char) -> list(char) +2064,Append 2 strings (II),"('Scalia', 'Acura100')",ScaliaAcura100,list(char) -> list(char) -> list(char) +2065,"Replace ',' w/ '('","('+144,Kimberley,430',)",+144(Kimberley(430,list(char) -> list(char) +2066,nth (n=1) word delimited by '(',"('Rudolf(Celsa',)",Celsa,list(char) -> list(char) +2067,Abbreviate separate words (IIII),"('Maryland', 'Halpern')",M.H.,list(char) -> list(char) -> list(char) +2068,Abbreviate words separated by ' ',"('771 Alida',)",7.A.,list(char) -> list(char) +2069,parentheses around first word,"('Marquess Eccleston +183 675 Arbor',)",(Marquess),list(char) -> list(char) +2070,Append two words delimited by ' )',"('807', 'Mariel')",807 )Mariel,list(char) -> list(char) -> list(char) +2071,ensure suffix `Samuel`,"('Haven +144 Garrard',)",Haven +144 GarrardSamuel,list(char) -> list(char) +2072,First letters of words (II),"('197 575 Lakenya',)",15L,list(char) -> list(char) +2073,Append two words delimited by '-)',"('68', '249')",68-)249,list(char) -> list(char) -> list(char) +2074,nth (n=0) word delimited by ' ',"('Urbana 2',)",Urbana,list(char) -> list(char) +2075,Append 2 strings (IIIIII),"('Harvard', 'Melodi')",HarvardMelodi,list(char) -> list(char) -> list(char) +2076,"Take first character and append ','","('Junkin',)","J,",list(char) -> list(char) +2077,Replace ')' w/ '-',"('Barbara)Arbor',)",Barbara-Arbor,list(char) -> list(char) +2078,Abbreviate words separated by ' ',"('64 Kathlyn',)",6.K.,list(char) -> list(char) +2079,Take first character and append '-',"('178',)",1-,list(char) -> list(char) +2080,drop first word delimited by ' ',"('5 58',)",58,list(char) -> list(char) +2081,drop first word delimited by ' ',"('S 415 Ducati125 Jacquiline',)",415 Ducati125 Jacquiline,list(char) -> list(char) +2082,ensure suffix `Phialdelphia`,"('Bradford Ducati100',)",Bradford Ducati100Phialdelphia,list(char) -> list(char) +2083,drop first word delimited by '.',"('Gregori.Montiel.Ducati125.426',)",Montiel.Ducati125.426,list(char) -> list(char) +2084,Prepend 'Casler',"('Honda250',)",CaslerHonda250,list(char) -> list(char) +2085,Prepend '+42' to first word,"('Pennsylvania 29',)",+42Pennsylvania,list(char) -> list(char) +2086,nth (n=1) word delimited by '(',"('717(9(FreeHafer',)",9,list(char) -> list(char) +2087,parentheses around word delimited by '-' & ' ',"('-Rowden FreeHafer',)",-(Rowden) FreeHafer,list(char) -> list(char) +2088,Append two words delimited by '(',"('40', '085')",40(085,list(char) -> list(char) -> list(char) +2089,nth (n=1) word delimited by ' ',"('075 Jacqualine',)",Jacqualine,list(char) -> list(char) +2090,"nth (n=0) word delimited by ','","('717,FreeHafer,132,2',)",717,list(char) -> list(char) +2091,Extract word delimited by '.' - '(',"('Bradford.Beata(Constable(+42',)",Beata,list(char) -> list(char) +2092,ensure suffix `+185`,"('56 Chong 491',)",56 Chong 491+185,list(char) -> list(char) +2093,nth (n=0) word delimited by ')',"('+151)5)Ferrari)Storrs',)",+151,list(char) -> list(char) +2094,Extract word delimited by '.' - '-',"('Malissa.Celsa-483-21',)",Celsa,list(char) -> list(char) +2095,"Replace ' ' w/ ','","('V Celsa',)","V,Celsa",list(char) -> list(char) +2096,ensure suffix `Phialdelphia`,"('Marquess 35 Penn Seamons',)",Marquess 35 Penn SeamonsPhialdelphia,list(char) -> list(char) +2097,First letters of words (IIIIII),"('+161 +5',)",++,list(char) -> list(char) +2098,drop first word delimited by ')',"('W)Yale)Ghoston',)",Yale)Ghoston,list(char) -> list(char) +2099,Append 'Richert',"('Ferrari',)",FerrariRichert,list(char) -> list(char) +2100,"Replace ',' w/ '('","('Lara,330',)",Lara(330,list(char) -> list(char) +2101,Prepend '+129' to first word,"('Hornak +199',)",+129Hornak,list(char) -> list(char) +2102,Take first character and append '.',"('994',)",9.,list(char) -> list(char) +2103,Append 'Cornell',"('+7',)",+7Cornell,list(char) -> list(char) +2104,Prepend '659',"('Drexel',)",659Drexel,list(char) -> list(char) +2105,Drop last 3 characters,"('355',)",,list(char) -> list(char) +2106,Append two words delimited by ')',"('Andria', 'Jenee')",Andria)Jenee,list(char) -> list(char) -> list(char) +2107,Append two words delimited by '-)',"('Quashie', '42')",Quashie-)42,list(char) -> list(char) -> list(char) +2108,ensure suffix `Junkin`,"('Ferrari CA 598 Haven',)",Ferrari CA 598 HavenJunkin,list(char) -> list(char) +2109,Drop last 3 characters,"('Ramthun',)",Ramt,list(char) -> list(char) +2110,"Append two words delimited by ',.'","('Soderstrom', 'Honda125')","Soderstrom,.Honda125",list(char) -> list(char) -> list(char) +2111,Abbreviate words separated by '(',"('Andrew(+198',)",A.+.,list(char) -> list(char) +2112,Abbreviate separate words (IIIII),"('Akiyama', '42')",A.4.,list(char) -> list(char) -> list(char) +2113,Take first 2 characters,"('Chong',)",Ch,list(char) -> list(char) +2114,parentheses around a single word (IIII),"('513',)",(513),list(char) -> list(char) +2115,Prepend '+42' to first word,"('Lara Harvard',)",+42Lara,list(char) -> list(char) +2116,Append 2 strings (I),"('Connecticut', 'Cruz')",ConnecticutCruz,list(char) -> list(char) -> list(char) +2117,nth (n=-1) word delimited by '(',"('+129(Jani(Bobo',)",Bobo,list(char) -> list(char) +2118,First letters of words (I),"('618 Halpern 272',)",6H2,list(char) -> list(char) +2119,Take first character and append ' ',"('512',)",5 ,list(char) -> list(char) +2120,"nth (n=1) word delimited by ','","('+7,+138,46,Jenee',)",+138,list(char) -> list(char) +2121,Append two words delimited by '(',"('843', 'CT')",843(CT,list(char) -> list(char) -> list(char) +2122,Prepend 'Casler',"('20',)",Casler20,list(char) -> list(char) +2123,Abbreviate separate words (IIIII),"('+43', 'Houston')",+.H.,list(char) -> list(char) -> list(char) +2124,Append two words delimited by ')',"('Jeanice', '213')",Jeanice)213,list(char) -> list(char) -> list(char) +2125,nth (n=0) word delimited by ')',"('+163)449)Ferrari250',)",+163,list(char) -> list(char) +2126,nth (n=-1) word delimited by ' ',"('CA +176 Ferrari250',)",Ferrari250,list(char) -> list(char) +2127,Append two words delimited by '-)',"('483', '469')",483-)469,list(char) -> list(char) -> list(char) +2128,Abbreviate separate words (I),"('591', '258')",5.2.,list(char) -> list(char) -> list(char) +2129,ensure suffix `Samuel`,"('Chong 618 Kimberley Haven',)",Chong 618 Kimberley HavenSamuel,list(char) -> list(char) +2130,"Abbreviate words separated by ','","('California,Marquess',)",C.M.,list(char) -> list(char) +2131,"Append two words delimited by ',('","('I', 'Dr')","I,(Dr",list(char) -> list(char) -> list(char) +2132,drop first word delimited by '.',"('Kotas.Spell.118',)",Spell.118,list(char) -> list(char) +2133,"nth (n=0) word delimited by ','","('Richert,CT',)",Richert,list(char) -> list(char) +2134,parentheses around a single word (I),"('+9',)",(+9),list(char) -> list(char) +2135,Append 2 strings (IIIII),"('Mariel', 'Berkeley')",MarielBerkeley,list(char) -> list(char) -> list(char) +2136,Replace ')' w/ '-',"('N)Micha)Montiel',)",N-Micha-Montiel,list(char) -> list(char) +2137,"Take first character and append ','","('252',)","2,",list(char) -> list(char) +2138,Take first character and append ')',"('Neil',)",N),list(char) -> list(char) +2139,"Append two words delimited by ',('","('Park', 'Lara')","Park,(Lara",list(char) -> list(char) -> list(char) +2140,parentheses around a single word (I),"('Cambridge',)",(Cambridge),list(char) -> list(char) +2141,ensure suffix `Acura125`,"('64 10Acura125',)",64 10Acura125,list(char) -> list(char) +2142,Append two words delimited by '..',"('846', 'Olague')",846..Olague,list(char) -> list(char) -> list(char) +2143,nth (n=1) word delimited by '.',"('T.Hopkins',)",Hopkins,list(char) -> list(char) +2144,Append 2 strings (I),"('Ducati125', 'A')",Ducati125A,list(char) -> list(char) -> list(char) +2145,Drop last 1 characters,"('+104',)",+10,list(char) -> list(char) +2146,nth (n=1) word delimited by '-',"('+104-+104',)",+104,list(char) -> list(char) +2147,Abbreviate words separated by '-',"('40-O',)",4.O.,list(char) -> list(char) +2148,First letters of words (IIII),"('700 Junkin',)",7J,list(char) -> list(char) +2149,Abbreviate separate words (IIIIII),"('Chilcott', '9')",C.9.,list(char) -> list(char) -> list(char) +2150,nth (n=0) word delimited by ' ',"('515 +195 Mariel',)",515,list(char) -> list(char) +2151,Drop last 5 characters,"('Richert',)",Ri,list(char) -> list(char) +2152,"Replace '.' w/ ','","('Honda250.+2.Malissa.Kotas',)","Honda250,+2,Malissa,Kotas",list(char) -> list(char) +2153,"Append two words delimited by '.,'","('+118', 'Jurgens')","+118.,Jurgens",list(char) -> list(char) -> list(char) +2154,ensure suffix `Junkin`,"('Cambridge JacquilineJunkin',)",Cambridge JacquilineJunkin,list(char) -> list(char) +2155,Append 2 strings (IIIIII),"('654', '566')",654566,list(char) -> list(char) -> list(char) +2156,Replace ')' w/ ' ',"('Malissa)21',)",Malissa 21,list(char) -> list(char) +2157,"Append two words delimited by ','","('Yale', 'Urbana')","Yale,Urbana",list(char) -> list(char) -> list(char) +2158,Append two words delimited by '(',"('+163', 'Covelli')",+163(Covelli,list(char) -> list(char) -> list(char) +2159,Take first character and append '(',"('G',)",G(,list(char) -> list(char) +2160,Append two words delimited by ' ',"('H', '65')",H 65,list(char) -> list(char) -> list(char) +2161,Prepend '+129' to first word,"('68 Covelli',)",+12968,list(char) -> list(char) +2162,Prepend 'Jani' to first word,"('83 Lain',)",Jani83,list(char) -> list(char) +2163,parentheses around word delimited by '-' & '.',"('822-O.Babiarz',)",822-(O).Babiarz,list(char) -> list(char) +2164,parentheses around first word,"('Ghoston W +183 Elias',)",(Ghoston),list(char) -> list(char) +2165,parentheses around word delimited by '-' & '.',"('Elias-150.86 Garrard',)",Elias-(150).86 Garrard,list(char) -> list(char) +2166,nth (n=-1) word delimited by '-',"('692-Jurgens-T-178',)",178,list(char) -> list(char) +2167,Append '+185',"('Temple',)",Temple+185,list(char) -> list(char) +2168,Prepend 'Park' to first word,"('Madelaine Launa',)",ParkMadelaine,list(char) -> list(char) +2169,parentheses around a single word (IIIII),"('29',)",(29),list(char) -> list(char) +2170,drop first word delimited by '-',"('95-623',)",623,list(char) -> list(char) +2171,First letters of words (II),"('Alaina Soderstrom',)",AS,list(char) -> list(char) +2172,"parentheses around word delimited by '.' & ','","('.P,USA',)",".(P),USA",list(char) -> list(char) +2173,nth (n=0) word delimited by '.',"('Salley.+147.+5.62',)",Salley,list(char) -> list(char) +2174,parentheses around second word,"('Partida Barbara',)",(Barbara),list(char) -> list(char) +2175,Abbreviate separate words (IIII),"('95', 'Storrs')",9.S.,list(char) -> list(char) -> list(char) +2176,Take first 4 characters,"('Andria',)",Andr,list(char) -> list(char) +2177,Replace '.' w/ '-',"('Spell.+198',)",Spell-+198,list(char) -> list(char) +2178,Drop last 1 characters,"('Partida',)",Partid,list(char) -> list(char) +2179,Drop last 2 characters,"('Harvard',)",Harva,list(char) -> list(char) +2180,Replace ')' w/ '.',"('943)I)172)280',)",943.I.172.280,list(char) -> list(char) +2181,Append 'Cornell',"('119',)",119Cornell,list(char) -> list(char) +2182,drop first word delimited by ')',"('149)963)68)65',)",963)68)65,list(char) -> list(char) +2183,Take first 3 characters,"('+105',)",+10,list(char) -> list(char) +2184,Append 'Reily',"('+105',)",+105Reily,list(char) -> list(char) +2185,parentheses around a single word (III),"('Phillip',)",(Phillip),list(char) -> list(char) +2186,Prepend 'Casler',"('45',)",Casler45,list(char) -> list(char) +2187,"Replace ',' w/ '-'","('Madelaine,680,Philadelphia',)",Madelaine-680-Philadelphia,list(char) -> list(char) +2188,parentheses around first word,"('Constable Lashanda +130 T',)",(Constable),list(char) -> list(char) +2189,Abbreviate separate words (II),"('Honda250', 'CA')",H.C.,list(char) -> list(char) -> list(char) +2190,Prepend 'Montiel',"('060',)",Montiel060,list(char) -> list(char) +2191,First letters of words (IIIIII),"('Scalia 23',)",S2,list(char) -> list(char) +2192,parentheses around a single word (II),"('276',)",(276),list(char) -> list(char) +2193,Prepend '329',"('292',)",329292,list(char) -> list(char) +2194,Abbreviate words separated by '.',"('Scalia.Berkeley',)",S.B.,list(char) -> list(char) +2195,"Append two words delimited by ','","('Honda250', '250')","Honda250,250",list(char) -> list(char) -> list(char) +2196,Abbreviate words separated by ')',"('Aylward)Bess',)",A.B.,list(char) -> list(char) +2197,Append 'Reily',"('L',)",LReily,list(char) -> list(char) +2198,Extract word delimited by ')' - ')',"('Jeff)+147)Spagnoli)320',)",+147,list(char) -> list(char) +2199,Take first character and append '.',"('+118',)",+.,list(char) -> list(char) +2200,"Append two words delimited by ','","('14', 'Samuel')","14,Samuel",list(char) -> list(char) -> list(char) +2201,Extract word delimited by '-' - '(',"('Harvard-916(Marquess-H',)",916,list(char) -> list(char) +2202,Replace ')' w/ ' ',"('Launa)Hopkins)35',)",Launa Hopkins 35,list(char) -> list(char) +2203,Replace ' ' w/ ')',"('Maryann E',)",Maryann)E,list(char) -> list(char) +2204,nth (n=-1) word delimited by ')',"('Stefany)Honda125',)",Honda125,list(char) -> list(char) +2205,Append two words delimited by ' ',"('Brendan', 'Pannell')",Brendan Pannell,list(char) -> list(char) -> list(char) +2206,Prepend '329',"('+6',)",329+6,list(char) -> list(char) +2207,"parentheses around word delimited by ' ' & ','","('Honda Kimberley,Eccleston',)","Honda (Kimberley),Eccleston",list(char) -> list(char) +2208,"Append two words delimited by ',.'","('Acura125', '50')","Acura125,.50",list(char) -> list(char) -> list(char) +2209,Take first character and append '(',"('10',)",1(,list(char) -> list(char) +2210,Extract word delimited by '.' - '-',"('Neil.Phialdelphia-+147-+138',)",Phialdelphia,list(char) -> list(char) +2211,nth (n=-1) word delimited by '(',"('S(L',)",L,list(char) -> list(char) +2212,First letters of words (I),"('947 Storrs Penn',)",9SP,list(char) -> list(char) +2213,Append two words delimited by '-',"('O', 'Halpern')",O-Halpern,list(char) -> list(char) -> list(char) +2214,Append 'Kathlyn',"('Honda250',)",Honda250Kathlyn,list(char) -> list(char) +2215,"Append two words delimited by '.,'","('Harvard', 'Garrard')","Harvard.,Garrard",list(char) -> list(char) -> list(char) +2216,parentheses around a single word (IIII),"('Jeff',)",(Jeff),list(char) -> list(char) +2217,Abbreviate words separated by ')',"('213)40',)",2.4.,list(char) -> list(char) +2218,Append two words delimited by '-',"('Andria', 'NY')",Andria-NY,list(char) -> list(char) -> list(char) +2219,Abbreviate words separated by '(',"('+86(754',)",+.7.,list(char) -> list(char) +2220,Append '+185',"('Gertude',)",Gertude+185,list(char) -> list(char) +2221,nth (n=-1) word delimited by '.',"('Ducati100.Jani.47',)",47,list(char) -> list(char) +2222,"Replace ' ' w/ ','","('Vena 686',)","Vena,686",list(char) -> list(char) +2223,Append 2 strings (IIIII),"('University', '+105')",University+105,list(char) -> list(char) -> list(char) +2224,Abbreviate separate words (III),"('Latimore', 'Cambridge')",L.C.,list(char) -> list(char) -> list(char) +2225,Drop last 4 characters,"('+104',)",,list(char) -> list(char) +2226,parentheses around a single word (IIIII),"('Dermody',)",(Dermody),list(char) -> list(char) +2227,Abbreviate words separated by ')',"('Harvard)+198',)",H.+.,list(char) -> list(char) +2228,Replace '(' w/ ')',"('J(K',)",J)K,list(char) -> list(char) +2229,First letters of words (II),"('R +5 180',)",R+1,list(char) -> list(char) +2230,Append '+185',"('Garrard',)",Garrard+185,list(char) -> list(char) +2231,Take first 2 characters,"('129',)",12,list(char) -> list(char) +2232,parentheses around word delimited by '.' & '.',"('Gregori.Latimore.33',)",Gregori.(Latimore).33,list(char) -> list(char) +2233,Append 'Reily',"('+161',)",+161Reily,list(char) -> list(char) +2234,Append 2 strings (IIII),"('California', 'Desiree')",CaliforniaDesiree,list(char) -> list(char) -> list(char) +2235,Append 'Kathlyn',"('Cornell',)",CornellKathlyn,list(char) -> list(char) +2236,Replace '(' w/ ')',"('993(Launa',)",993)Launa,list(char) -> list(char) +2237,nth (n=1) word delimited by '(',"('Salley(Scalia(117',)",Scalia,list(char) -> list(char) +2238,Abbreviate words separated by '(',"('075(Penn',)",0.P.,list(char) -> list(char) +2239,First letters of words (IIIIII),"('Hopkins 169 Tobias Yale',)",H1TY,list(char) -> list(char) +2240,Take first 5 characters,"('Harvard',)",Harva,list(char) -> list(char) +2241,Append two words delimited by ' )',"('461', 'Hopkins')",461 )Hopkins,list(char) -> list(char) -> list(char) +2242,Abbreviate separate words (III),"('+188', 'Montiel')",+.M.,list(char) -> list(char) -> list(char) +2243,nth (n=0) word delimited by '.',"('436.20',)",436,list(char) -> list(char) +2244,"Abbreviate words separated by ','","('Partida,Tobias',)",P.T.,list(char) -> list(char) +2245,drop first word delimited by ' ',"('Honda550 +183',)",+183,list(char) -> list(char) +2246,ensure suffix `Madelaine`,"('238 082 014Madelaine',)",238 082 014Madelaine,list(char) -> list(char) +2247,nth (n=0) word delimited by '(',"('+158(+138(25',)",+158,list(char) -> list(char) +2248,Replace ')' w/ '.',"('604)Marquess)947)13',)",604.Marquess.947.13,list(char) -> list(char) +2249,"Append two words delimited by ',('","('180', 'V')","180,(V",list(char) -> list(char) -> list(char) +2250,drop first word delimited by '(',"('S(43(Joaquin',)",43(Joaquin,list(char) -> list(char) +2251,"Replace '.' w/ ','","('+105.587.969',)","+105,587,969",list(char) -> list(char) +2252,nth (n=-1) word delimited by '-',"('382-50',)",50,list(char) -> list(char) +2253,parentheses around second word,"('Storrs C Honda550 K',)",(C),list(char) -> list(char) +2254,Prepend 'Celsa',"('Ramthun',)",CelsaRamthun,list(char) -> list(char) +2255,Append two words delimited by '.',"('20', '2')",20.2,list(char) -> list(char) -> list(char) +2256,Take first 4 characters,"('Edison',)",Edis,list(char) -> list(char) +2257,"drop first word delimited by ','","('MI,68',)",68,list(char) -> list(char) +2258,"parentheses around word delimited by '.' & ','","('.33,+198',)",".(33),+198",list(char) -> list(char) +2259,"parentheses around word delimited by '.' & ','","('65.Stefany,670 Salley',)","65.(Stefany),670 Salley",list(char) -> list(char) +2260,Prepend '+129' to first word,"('Marquess +138',)",+129Marquess,list(char) -> list(char) +2261,Prepend '183' to first word,"('Jeff 515',)",183Jeff,list(char) -> list(char) +2262,Append 2 strings (IIIIII),"('007', 'Honda250')",007Honda250,list(char) -> list(char) -> list(char) +2263,Abbreviate separate words (IIIIII),"('+195', 'F')",+.F.,list(char) -> list(char) -> list(char) +2264,Append 'Richert',"('+118',)",+118Richert,list(char) -> list(char) +2265,nth (n=1) word delimited by ' ',"('Quashie Kimberley',)",Kimberley,list(char) -> list(char) +2266,Replace '.' w/ '-',"('+174.Ithaca.F.+161',)",+174-Ithaca-F-+161,list(char) -> list(char) +2267,drop first word delimited by ')',"('+132)+194',)",+194,list(char) -> list(char) +2268,nth (n=-1) word delimited by '.',"('83.Ramthun.75.Ferrari250',)",Ferrari250,list(char) -> list(char) +2269,parentheses around a single word (I),"('Phialdelphia',)",(Phialdelphia),list(char) -> list(char) +2270,"nth (n=-1) word delimited by ','","('216,Lara',)",Lara,list(char) -> list(char) +2271,Take first 3 characters,"('Rice',)",Ric,list(char) -> list(char) +2272,parentheses around word delimited by '-' & '-',"('Jurgens-Carlene-Maryland-Miah',)",Jurgens-(Carlene)-Maryland-Miah,list(char) -> list(char) +2273,"nth (n=1) word delimited by ','","('Jeff,209,199,Celsa',)",209,list(char) -> list(char) +2274,nth (n=1) word delimited by '-',"('Malissa-541',)",541,list(char) -> list(char) +2275,Prepend 'Beata',"('Lakenya',)",BeataLakenya,list(char) -> list(char) +2276,Take first character and append '.',"('Drexel',)",D.,list(char) -> list(char) +2277,parentheses around a single word (I),"('+6',)",(+6),list(char) -> list(char) +2278,Replace ' ' w/ ')',"('Montiel 47 DPhiladelphia 911',)",Montiel)47)DPhiladelphia)911,list(char) -> list(char) +2279,"Replace ',' w/ '-'","('Mackenzie,Miah,Jacquiline',)",Mackenzie-Miah-Jacquiline,list(char) -> list(char) +2280,"Extract word delimited by ',' - '('","('Scalia,A(194,25',)",A,list(char) -> list(char) +2281,parentheses around word delimited by '-' & '-',"('V-42-290 14',)",V-(42)-290 14,list(char) -> list(char) +2282,nth (n=1) word delimited by ')',"('+115)+185)Andria)62',)",+185,list(char) -> list(char) +2283,parentheses around a single word (IIII),"('304',)",(304),list(char) -> list(char) +2284,nth (n=-1) word delimited by ' ',"('C W',)",W,list(char) -> list(char) +2285,nth (n=0) word delimited by ')',"('+158)Q)Joaquin)MI',)",+158,list(char) -> list(char) +2286,parentheses around word delimited by '-' & ' ',"('Philadelphia-086 S,Desiree',)","Philadelphia-(086) S,Desiree",list(char) -> list(char) +2287,"parentheses around word delimited by '.' & ','","('.Mackenzie,Constable-+167',)",".(Mackenzie),Constable-+167",list(char) -> list(char) +2288,"Append two words delimited by ',('","('Drexel', '45')","Drexel,(45",list(char) -> list(char) -> list(char) +2289,Drop last 2 characters,"('Urbana',)",Urba,list(char) -> list(char) +2290,parentheses around a single word (III),"('CT',)",(CT),list(char) -> list(char) +2291,First letters of words (I),"('Brendan 2',)",B2,list(char) -> list(char) +2292,"nth (n=-1) word delimited by ','","('Akiyama,Aylward',)",Aylward,list(char) -> list(char) +2293,parentheses around second word,"('Hayley 698',)",(698),list(char) -> list(char) +2294,Drop last 3 characters,"('Stefany',)",Stef,list(char) -> list(char) +2295,"Extract word delimited by ',' - '('","('40,Maryland(M(Pannell',)",Maryland,list(char) -> list(char) +2296,Replace '.' w/ '-',"('+155.635',)",+155-635,list(char) -> list(char) +2297,Append 'Cornell',"('084',)",084Cornell,list(char) -> list(char) +2298,nth (n=1) word delimited by ')',"('Akiyama)Angeles',)",Angeles,list(char) -> list(char) +2299,ensure suffix `Samuel`,"('Casler Santa 200Samuel',)",Casler Santa 200Samuel,list(char) -> list(char) +2300,nth (n=0) word delimited by '(',"('Park(Rudolf(9(551',)",Park,list(char) -> list(char) +2301,nth (n=-1) word delimited by ')',"('+7)+129)115',)",115,list(char) -> list(char) +2302,Replace ')' w/ '-',"('Elias)Jenee)Nancy',)",Elias-Jenee-Nancy,list(char) -> list(char) +2303,Extract word delimited by ' ' - '-',"('Covelli Yale-+118-+106',)",Yale,list(char) -> list(char) +2304,Take first 3 characters,"('Beata',)",Bea,list(char) -> list(char) +2305,Abbreviate separate words (I),"('98', 'Karrie')",9.K.,list(char) -> list(char) -> list(char) +2306,Extract word delimited by '.' - '-',"('399.60-700.140',)",60,list(char) -> list(char) +2307,"Append two words delimited by ','","('905', 'Jenee')","905,Jenee",list(char) -> list(char) -> list(char) +2308,Take first character and append ')',"('Annalisa',)",A),list(char) -> list(char) +2309,"Take first character and append ','","('Hopkins',)","H,",list(char) -> list(char) +2310,Drop last 3 characters,"('Pennsylvania',)",Pennsylva,list(char) -> list(char) +2311,Replace ')' w/ '.',"('V)Constable',)",V.Constable,list(char) -> list(char) +2312,ensure suffix `Stefany`,"('Q MarielStefany',)",Q MarielStefany,list(char) -> list(char) +2313,Append two words delimited by ' )',"('Micha', 'Lakenya')",Micha )Lakenya,list(char) -> list(char) -> list(char) +2314,"Replace '.' w/ ','","('+199.+155',)","+199,+155",list(char) -> list(char) +2315,parentheses around a single word (III),"('834',)",(834),list(char) -> list(char) +2316,nth (n=1) word delimited by ')',"('+115)Latimore)Ducati250)749',)",Latimore,list(char) -> list(char) +2317,drop first word delimited by '.',"('Withers.Acura125.180.Bobo',)",Acura125.180.Bobo,list(char) -> list(char) +2318,First letters of words (IIIII),"('Ducati 953 329 Angeles',)",D93A,list(char) -> list(char) +2319,Append 'Kathlyn',"('J',)",JKathlyn,list(char) -> list(char) +2320,Append 2 strings (III),"('Nancy', 'Samuel')",NancySamuel,list(char) -> list(char) -> list(char) +2321,Take first character and append '(',"('334',)",3(,list(char) -> list(char) +2322,Prepend 'Celsa',"('46',)",Celsa46,list(char) -> list(char) +2323,Drop last 1 characters,"('64',)",6,list(char) -> list(char) +2324,ensure suffix `+185`,"('126 885 Georgina 894+185',)",126 885 Georgina 894+185,list(char) -> list(char) +2325,"Append two words delimited by ',.'","('949', 'Marquess')","949,.Marquess",list(char) -> list(char) -> list(char) +2326,"Append two words delimited by ',.'","('+188', 'Bradford')","+188,.Bradford",list(char) -> list(char) -> list(char) +2327,parentheses around word delimited by '-' & '.',"('Michigan-I.Brescia',)",Michigan-(I).Brescia,list(char) -> list(char) +2328,Append two words delimited by '-)',"('115', 'TX')",115-)TX,list(char) -> list(char) -> list(char) +2329,parentheses around word delimited by '.' & '.',"('Houston.Dr.Partida,Melodi',)","Houston.(Dr).Partida,Melodi",list(char) -> list(char) +2330,Take first character and append '.',"('776',)",7.,list(char) -> list(char) +2331,Drop last 4 characters,"('Philadelphia',)",Philadel,list(char) -> list(char) +2332,Drop last 5 characters,"('Reily',)",,list(char) -> list(char) +2333,drop first word delimited by '.',"('655.Withers.94.83',)",Withers.94.83,list(char) -> list(char) +2334,Abbreviate separate words (IIII),"('Honda250', '5')",H.5.,list(char) -> list(char) -> list(char) +2335,Append two words delimited by '..',"('Madelaine', '+155')",Madelaine..+155,list(char) -> list(char) -> list(char) +2336,parentheses around a single word (IIIII),"('23',)",(23),list(char) -> list(char) +2337,Append 'Richert',"('TX',)",TXRichert,list(char) -> list(char) +2338,Replace ')' w/ '-',"('J)Cencici)Akiyama)Carlene',)",J-Cencici-Akiyama-Carlene,list(char) -> list(char) +2339,Drop last 5 characters,"('Gertude',)",Ge,list(char) -> list(char) +2340,Abbreviate separate words (I),"('Kathlyn', 'College')",K.C.,list(char) -> list(char) -> list(char) +2341,Abbreviate separate words (I),"('Richert', 'Junkin')",R.J.,list(char) -> list(char) -> list(char) +2342,Extract word delimited by ' ' - '-',"('Haven 43-2-+172',)",43,list(char) -> list(char) +2343,"Replace ' ' w/ ','","('Yale 918 Chism Alaina',)","Yale,918,Chism,Alaina",list(char) -> list(char) +2344,First letters of words (III),"('J CA Pennsylvania',)",JCP,list(char) -> list(char) +2345,Prepend '659',"('405',)",659405,list(char) -> list(char) +2346,Append 'Acura125',"('+195',)",+195Acura125,list(char) -> list(char) +2347,Extract word delimited by '-' - '(',"('D-Mariya(Garrard(882',)",Mariya,list(char) -> list(char) +2348,Abbreviate words separated by '.',"('Acura125.Trinidad',)",A.T.,list(char) -> list(char) +2349,ensure suffix `Madelaine`,"('Santa 322 R',)",Santa 322 RMadelaine,list(char) -> list(char) +2350,nth (n=-1) word delimited by '.',"('Joaquin.S',)",S,list(char) -> list(char) +2351,Abbreviate words separated by '(',"('292(F',)",2.F.,list(char) -> list(char) +2352,Prepend 'Beata',"('858',)",Beata858,list(char) -> list(char) +2353,drop first word delimited by ')',"('35)K)F)734',)",K)F)734,list(char) -> list(char) +2354,First letters of words (I),"('+143 Hopkins Akiyama +176',)",+HA+,list(char) -> list(char) +2355,"nth (n=1) word delimited by ','","('Bogle,6',)",6,list(char) -> list(char) +2356,Prepend '659',"('Spell',)",659Spell,list(char) -> list(char) +2357,"parentheses around word delimited by ' ' & ','","('438 886,7,F',)","438 (886),7,F",list(char) -> list(char) +2358,Prepend 'Montiel',"('862',)",Montiel862,list(char) -> list(char) +2359,Take first 5 characters,"('Acura100',)",Acura,list(char) -> list(char) +2360,nth (n=1) word delimited by ')',"('+9)Bogle)MI',)",Bogle,list(char) -> list(char) +2361,"drop first word delimited by ','","('Sergienko,81,191,Alaina',)","81,191,Alaina",list(char) -> list(char) +2362,Extract word delimited by ')' - ')',"('Trinidad)671)J)Marcus',)",671,list(char) -> list(char) +2363,Prepend 'Park' to first word,"('58 643',)",Park58,list(char) -> list(char) +2364,Append two words delimited by ' )',"('Babiarz', 'Mackenzie')",Babiarz )Mackenzie,list(char) -> list(char) -> list(char) +2365,Extract word delimited by '.' - '-',"('Jeff.Mackenzie-56.14',)",Mackenzie,list(char) -> list(char) +2366,First letters of words (IIIII),"('TX Rudolf H +5',)",TRH+,list(char) -> list(char) +2367,Prepend 'Jani' to first word,"('258 977',)",Jani258,list(char) -> list(char) +2368,"nth (n=-1) word delimited by ','","('98,Alaina,UCLA',)",UCLA,list(char) -> list(char) +2369,Append two words delimited by '(',"('+189', 'Lakenya')",+189(Lakenya,list(char) -> list(char) -> list(char) +2370,ensure suffix `Madelaine`,"('Ducati250 Akiyama 376 UniversityMadelaine',)",Ducati250 Akiyama 376 UniversityMadelaine,list(char) -> list(char) +2371,Drop last 5 characters,"('Lango',)",,list(char) -> list(char) +2372,parentheses around a single word (IIIII),"('Pennsylvania',)",(Pennsylvania),list(char) -> list(char) +2373,Append two words delimited by '-',"('+188', 'Rice')",+188-Rice,list(char) -> list(char) -> list(char) +2374,Abbreviate separate words (IIIIII),"('Karrie', '254')",K.2.,list(char) -> list(char) -> list(char) +2375,nth (n=0) word delimited by '.',"('106.+161',)",106,list(char) -> list(char) +2376,"Abbreviate words separated by ','","('Jenee,Park',)",J.P.,list(char) -> list(char) +2377,parentheses around word delimited by '.' & '.',"('Withers.UCLA.963-779',)",Withers.(UCLA).963-779,list(char) -> list(char) +2378,nth (n=1) word delimited by '-',"('Park-+151',)",+151,list(char) -> list(char) +2379,First letters of words (IIIII),"('Cornell Lain',)",CL,list(char) -> list(char) +2380,"Append two words delimited by '.,'","('Michigan', 'Sergienko')","Michigan.,Sergienko",list(char) -> list(char) -> list(char) +2381,Abbreviate separate words (IIIIII),"('Stefany', 'Jurgens')",S.J.,list(char) -> list(char) -> list(char) +2382,drop first word delimited by '(',"('Bogle(Babiarz(+9(46',)",Babiarz(+9(46,list(char) -> list(char) +2383,nth (n=1) word delimited by ' ',"('+141 029',)",029,list(char) -> list(char) +2384,drop first word delimited by '-',"('Haven-Reily-2',)",Reily-2,list(char) -> list(char) +2385,Prepend 'Jani' to first word,"('675 008',)",Jani675,list(char) -> list(char) +2386,nth (n=0) word delimited by '-',"('Gertude-MD',)",Gertude,list(char) -> list(char) +2387,First letters of words (IIII),"('Honda550 Jenee',)",HJ,list(char) -> list(char) +2388,Replace ' ' w/ ')',"('York Scalia +104',)",York)Scalia)+104,list(char) -> list(char) +2389,Take first character and append ' ',"('83',)",8 ,list(char) -> list(char) +2390,"drop first word delimited by ','","('Covelli,W,J',)","W,J",list(char) -> list(char) +2391,Append 'Cornell',"('2',)",2Cornell,list(char) -> list(char) +2392,First letters of words (IIIIII),"('Georgina Beata Jacqualine I',)",GBJI,list(char) -> list(char) +2393,First letters of words (II),"('166 323 L Celsa',)",13LC,list(char) -> list(char) +2394,Replace '(' w/ ')',"('K(University(Connecticut(705',)",K)University)Connecticut)705,list(char) -> list(char) +2395,nth (n=0) word delimited by '(',"('Cruz(+195(PA(D',)",Cruz,list(char) -> list(char) +2396,Prepend 'Park' to first word,"('686 134',)",Park686,list(char) -> list(char) +2397,Prepend '329',"('Honda125',)",329Honda125,list(char) -> list(char) +2398,nth (n=-1) word delimited by ')',"('42)Arbor)368)47',)",47,list(char) -> list(char) +2399,"nth (n=0) word delimited by ','","('Hage,IL,Barbara,+105',)",Hage,list(char) -> list(char) +2400,Abbreviate separate words (IIIII),"('UCLA', '18')",U.1.,list(char) -> list(char) -> list(char) +2401,Append 2 strings (II),"('+195', '537')",+195537,list(char) -> list(char) -> list(char) +2402,nth (n=1) word delimited by ' ',"('707 Spagnoli Akiyama',)",Spagnoli,list(char) -> list(char) +2403,Prepend 'Montiel',"('Hornak',)",MontielHornak,list(char) -> list(char) +2404,parentheses around a single word (II),"('York',)",(York),list(char) -> list(char) +2405,Replace '(' w/ ')',"('+169(493(7(582',)",+169)493)7)582,list(char) -> list(char) +2406,"parentheses around word delimited by ' ' & ','","('+7 Hornak,Desiree.2',)","+7 (Hornak),Desiree.2",list(char) -> list(char) +2407,Take first 2 characters,"('Annalisa',)",An,list(char) -> list(char) +2408,Abbreviate separate words (III),"('50', '33')",5.3.,list(char) -> list(char) -> list(char) +2409,Take first character and append '(',"('Lain',)",L(,list(char) -> list(char) +2410,Prepend 'Montiel',"('Penn',)",MontielPenn,list(char) -> list(char) +2411,Append 2 strings (IIIIII),"('860', 'Marquess')",860Marquess,list(char) -> list(char) -> list(char) +2412,Replace ')' w/ ' ',"('Honda250)NY)Cortes)E',)",Honda250 NY Cortes E,list(char) -> list(char) +2413,Append 'Kathlyn',"('Kimberley',)",KimberleyKathlyn,list(char) -> list(char) +2414,Prepend 'Jani' to first word,"('Withers Heintz',)",JaniWithers,list(char) -> list(char) +2415,Take first 5 characters,"('Kimberley',)",Kimbe,list(char) -> list(char) +2416,Append 'Acura125',"('347',)",347Acura125,list(char) -> list(char) +2417,Drop last 1 characters,"('C',)",,list(char) -> list(char) +2418,First letters of words (IIIII),"('Rice D',)",RD,list(char) -> list(char) +2419,parentheses around word delimited by '-' & '-',"('-883-14',)",-(883)-14,list(char) -> list(char) +2420,nth (n=-1) word delimited by '-',"('Pannell-H-25',)",25,list(char) -> list(char) +2421,Take first character and append '-',"('Lain',)",L-,list(char) -> list(char) +2422,Append two words delimited by '.',"('Neil', '23')",Neil.23,list(char) -> list(char) -> list(char) +2423,Prepend 'Celsa',"('Andria',)",CelsaAndria,list(char) -> list(char) +2424,nth (n=-1) word delimited by ' ',"('40 Honda',)",Honda,list(char) -> list(char) +2425,nth (n=1) word delimited by '(',"('Rudolf(Kimberley(405',)",Kimberley,list(char) -> list(char) +2426,Take first 4 characters,"('Ducati125',)",Duca,list(char) -> list(char) +2427,parentheses around a single word (II),"('W',)",(W),list(char) -> list(char) +2428,Abbreviate words separated by ' ',"('Honda Constable',)",H.C.,list(char) -> list(char) +2429,Prepend '+129' to first word,"('UC +5',)",+129UC,list(char) -> list(char) +2430,parentheses around a single word (II),"('UIUC',)",(UIUC),list(char) -> list(char) +2431,parentheses around word delimited by '.' & '.',"('+104.C.Stefany +65',)",+104.(C).Stefany +65,list(char) -> list(char) +2432,Append two words delimited by ')',"('Phialdelphia', 'Akiyama')",Phialdelphia)Akiyama,list(char) -> list(char) -> list(char) +2433,First letters of words (III),"('UCLA Stefany 746',)",US7,list(char) -> list(char) +2434,Prepend '153' to first word,"('+189 +118',)",153+189,list(char) -> list(char) +2435,Abbreviate separate words (IIII),"('Karrie', 'Soderstrom')",K.S.,list(char) -> list(char) -> list(char) +2436,First letters of words (IIII),"('Aylward Phialdelphia Reily',)",APR,list(char) -> list(char) +2437,Extract word delimited by '.' - '(',"('Nancy.Jeanice(+167(Mariel',)",Jeanice,list(char) -> list(char) +2438,Abbreviate separate words (II),"('588', '629')",5.6.,list(char) -> list(char) -> list(char) +2439,Take first 3 characters,"('674',)",674,list(char) -> list(char) +2440,Prepend '183' to first word,"('York 29',)",183York,list(char) -> list(char) +2441,Take first 5 characters,"('Montiel',)",Monti,list(char) -> list(char) +2442,Prepend '153' to first word,"('734 Irwin',)",153734,list(char) -> list(char) +2443,Take first character and append ' ',"('Melodi',)",M ,list(char) -> list(char) +2444,Append 2 strings (IIIII),"('Honda250', '+2')",Honda250+2,list(char) -> list(char) -> list(char) +2445,parentheses around word delimited by '-' & ' ',"('-270 Kimberley-20',)",-(270) Kimberley-20,list(char) -> list(char) +2446,Extract word delimited by '.' - '(',"('Seamons.Kimberley(Ducati.670',)",Kimberley,list(char) -> list(char) +2447,Append 2 strings (III),"('Jeff', '592')",Jeff592,list(char) -> list(char) -> list(char) +2448,Append 2 strings (III),"('+198', 'Kimberley')",+198Kimberley,list(char) -> list(char) -> list(char) +2449,parentheses around word delimited by '-' & '-',"('5-Teddy-209',)",5-(Teddy)-209,list(char) -> list(char) +2450,Abbreviate separate words (II),"('M', '60')",M.6.,list(char) -> list(char) -> list(char) +2451,Drop last 2 characters,"('65',)",,list(char) -> list(char) +2452,Extract word delimited by '-' - '(',"('94-Cambridge(Cornell-5',)",Cambridge,list(char) -> list(char) +2453,Append two words delimited by ' ',"('D', 'Cambridge')",D Cambridge,list(char) -> list(char) -> list(char) +2454,Append 2 strings (II),"('J', 'Andrew')",JAndrew,list(char) -> list(char) -> list(char) +2455,drop first word delimited by '-',"('151-Bradford-+189',)",Bradford-+189,list(char) -> list(char) +2456,Append two words delimited by '.',"('Hornak', '+115')",Hornak.+115,list(char) -> list(char) -> list(char) +2457,nth (n=1) word delimited by '-',"('Lara-Lashanda-Kotas',)",Lashanda,list(char) -> list(char) +2458,Prepend 'Celsa',"('K',)",CelsaK,list(char) -> list(char) +2459,nth (n=0) word delimited by '(',"('+195(+167(C',)",+195,list(char) -> list(char) +2460,ensure suffix `Stefany`,"('40 Gertude',)",40 GertudeStefany,list(char) -> list(char) +2461,parentheses around word delimited by '-' & ' ',"('+104-Launa Ramthun',)",+104-(Launa) Ramthun,list(char) -> list(char) +2462,Extract word delimited by '-' - '(',"('276-Storrs(+2(500',)",Storrs,list(char) -> list(char) +2463,ensure suffix `Samuel`,"('75 167 Angeles Maryland',)",75 167 Angeles MarylandSamuel,list(char) -> list(char) +2464,Abbreviate words separated by ')',"('061)Mulloy',)",0.M.,list(char) -> list(char) +2465,Drop last 4 characters,"('Annalisa',)",Anna,list(char) -> list(char) +2466,ensure suffix `Phialdelphia`,"('Santa Kotas Samuel +7Phialdelphia',)",Santa Kotas Samuel +7Phialdelphia,list(char) -> list(char) +2467,drop first word delimited by '(',"('Hage(002(Beata(+2',)",002(Beata(+2,list(char) -> list(char) +2468,Prepend 'Casler',"('138',)",Casler138,list(char) -> list(char) +2469,Replace ' ' w/ ')',"('52 Edison',)",52)Edison,list(char) -> list(char) +2470,Append 2 strings (I),"('Columbia', 'Mackenzie')",ColumbiaMackenzie,list(char) -> list(char) -> list(char) +2471,Drop last 4 characters,"('Stefany',)",Ste,list(char) -> list(char) +2472,Append 2 strings (III),"('Ferrari250', '52')",Ferrari25052,list(char) -> list(char) -> list(char) +2473,Abbreviate words separated by '-',"('163-Connecticut',)",1.C.,list(char) -> list(char) +2474,"parentheses around word delimited by ' ' & ','","('Jurgens +86,Withers',)","Jurgens (+86),Withers",list(char) -> list(char) +2475,ensure suffix `Acura125`,"('+176 185 Casler',)",+176 185 CaslerAcura125,list(char) -> list(char) +2476,"drop first word delimited by ','","('+82,46,33,46',)","46,33,46",list(char) -> list(char) +2477,"Abbreviate words separated by ','","('457,G',)",4.G.,list(char) -> list(char) +2478,Abbreviate separate words (III),"('+138', '065')",+.0.,list(char) -> list(char) -> list(char) +2479,Extract word delimited by ')' - ')',"('Acura100)Halpern)V)+198',)",Halpern,list(char) -> list(char) +2480,Prepend '183' to first word,"('Beata +5',)",183Beata,list(char) -> list(char) +2481,parentheses around a single word (IIII),"('Jacquiline',)",(Jacquiline),list(char) -> list(char) +2482,ensure suffix `Stefany`,"('Honda250 970 +158',)",Honda250 970 +158Stefany,list(char) -> list(char) +2483,ensure suffix `Acura125`,"('Madelaine +167 PhialdelphiaAcura125',)",Madelaine +167 PhialdelphiaAcura125,list(char) -> list(char) +2484,Abbreviate words separated by ' ',"('Constable Jacquiline',)",C.J.,list(char) -> list(char) +2485,"Replace ',' w/ '-'","('Acura,IL,977,CT',)",Acura-IL-977-CT,list(char) -> list(char) +2486,Prepend 'Beata',"('776',)",Beata776,list(char) -> list(char) +2487,nth (n=-1) word delimited by '-',"('438-Lain-23-52',)",52,list(char) -> list(char) +2488,Append 2 strings (II),"('43', 'Richert')",43Richert,list(char) -> list(char) -> list(char) +2489,"Replace ',' w/ '('","('Park,25',)",Park(25,list(char) -> list(char) +2490,Drop last 2 characters,"('+194',)",+1,list(char) -> list(char) +2491,nth (n=0) word delimited by '-',"('Jenee-498-H-58',)",Jenee,list(char) -> list(char) +2492,Append 2 strings (IIII),"('598', 'Urbana')",598Urbana,list(char) -> list(char) -> list(char) +2493,parentheses around word delimited by '-' & '.',"('-43.+2.Cornell',)",-(43).+2.Cornell,list(char) -> list(char) +2494,Prepend '+42' to first word,"('Maryann MI',)",+42Maryann,list(char) -> list(char) +2495,Prepend '153' to first word,"('Dermody K',)",153Dermody,list(char) -> list(char) +2496,Prepend '153' to first word,"('UIUC Ferrari250',)",153UIUC,list(char) -> list(char) +2497,Take first character and append '-',"('Ducati100',)",D-,list(char) -> list(char) +2498,"Replace ',' w/ '('","('+195,+161,304,H',)",+195(+161(304(H,list(char) -> list(char) +2499,"Replace ' ' w/ ','","('52 Hage',)","52,Hage",list(char) -> list(char) +2500,Extract word delimited by ' ' - '-',"('Urbana +140-Gregori Santa',)",+140,list(char) -> list(char) +2501,Append two words delimited by ')',"('CA', 'Lain')",CA)Lain,list(char) -> list(char) -> list(char) +2502,Append 'Acura125',"('Drexel',)",DrexelAcura125,list(char) -> list(char) +2503,Prepend 'Beata',"('Arbor',)",BeataArbor,list(char) -> list(char) +2504,"Take first character and append ','","('G',)","G,",list(char) -> list(char) +2505,nth (n=1) word delimited by '.',"('Pannell.D.Latimore',)",D,list(char) -> list(char) +2506,Prepend '329',"('+174',)",329+174,list(char) -> list(char) +2507,"nth (n=1) word delimited by ','","('Neil,T,Rudolf',)",T,list(char) -> list(char) +2508,Extract word delimited by '.' - '(',"('Coralee.Hopkins(Angeles.734',)",Hopkins,list(char) -> list(char) +2509,Prepend '183' to first word,"('62 Harvard',)",18362,list(char) -> list(char) +2510,ensure suffix `Phialdelphia`,"('Edison E Miah +46',)",Edison E Miah +46Phialdelphia,list(char) -> list(char) +2511,parentheses around first word,"('Beata Maryann Houston +129',)",(Beata),list(char) -> list(char) +2512,ensure suffix `Junkin`,"('Celsa Dr Trinidad',)",Celsa Dr TrinidadJunkin,list(char) -> list(char) +2513,First letters of words (III),"('028 Bradford',)",0B,list(char) -> list(char) +2514,Replace ')' w/ ' ',"('+147)571)950',)",+147 571 950,list(char) -> list(char) +2515,ensure suffix `Stefany`,"('376 538Stefany',)",376 538Stefany,list(char) -> list(char) +2516,drop first word delimited by '-',"('Edison-Pennsylvania-Carlene-University',)",Pennsylvania-Carlene-University,list(char) -> list(char) +2517,Prepend '659',"('Clasen',)",659Clasen,list(char) -> list(char) +2518,Abbreviate words separated by '-',"('443-946',)",4.9.,list(char) -> list(char) +2519,Take first 4 characters,"('Georgina',)",Geor,list(char) -> list(char) +2520,nth (n=-1) word delimited by '.',"('Andria.058.T',)",T,list(char) -> list(char) +2521,Append 'Acura125',"('Columbia',)",ColumbiaAcura125,list(char) -> list(char) +2522,"Replace '.' w/ ','","('MA.+172.PA',)","MA,+172,PA",list(char) -> list(char) +2523,Append '+185',"('Penn',)",Penn+185,list(char) -> list(char) +2524,Append 2 strings (IIIII),"('117', 'Georgina')",117Georgina,list(char) -> list(char) -> list(char) +2525,nth (n=-1) word delimited by '(',"('83(Acura100',)",Acura100,list(char) -> list(char) +2526,Take first character and append ')',"('+172',)",+),list(char) -> list(char) +2527,Abbreviate words separated by '.',"('149.716',)",1.7.,list(char) -> list(char) +2528,"nth (n=-1) word delimited by ','","('+163,548,722',)",722,list(char) -> list(char) +2529,nth (n=-1) word delimited by '(',"('Trinidad(Drexel(+151',)",+151,list(char) -> list(char) +2530,First letters of words (IIII),"('Santa Harvard 369 Acura100',)",SH3A,list(char) -> list(char) +2531,Take first character and append '-',"('Park',)",P-,list(char) -> list(char) +2532,Append two words delimited by ' ',"('Lain', 'Karrie')",Lain Karrie,list(char) -> list(char) -> list(char) +2533,Take first 2 characters,"('Melodi',)",Me,list(char) -> list(char) +2534,drop first word delimited by ' ',"('Teddy Casler Malissa',)",Casler Malissa,list(char) -> list(char) +2535,ensure suffix `+185`,"('Scalia Acura',)",Scalia Acura+185,list(char) -> list(char) +2536,Append two words delimited by '-',"('Andrew', 'Mariel')",Andrew-Mariel,list(char) -> list(char) -> list(char) +2537,nth (n=0) word delimited by '-',"('Ducati125-Sergienko-Andria',)",Ducati125,list(char) -> list(char) +2538,nth (n=0) word delimited by ' ',"('2 +105',)",2,list(char) -> list(char) +2539,drop first word delimited by '(',"('Philadelphia(209',)",209,list(char) -> list(char) +2540,nth (n=1) word delimited by '.',"('Ithaca.Stefany',)",Stefany,list(char) -> list(char) +2541,Extract word delimited by ')' - ')',"('Beata)98)890)Olague',)",98,list(char) -> list(char) +2542,"Append two words delimited by '.,'","('Lara', 'Cruz')","Lara.,Cruz",list(char) -> list(char) -> list(char) +2543,"Replace ',' w/ '-'","('Temple,Partida',)",Temple-Partida,list(char) -> list(char) +2544,Replace ')' w/ '.',"('170)498)087)47',)",170.498.087.47,list(char) -> list(char) +2545,Append two words delimited by '..',"('686', 'Eccleston')",686..Eccleston,list(char) -> list(char) -> list(char) +2546,nth (n=-1) word delimited by ' ',"('+188 +42 J',)",J,list(char) -> list(char) +2547,Replace '.' w/ '-',"('Olague.084',)",Olague-084,list(char) -> list(char) +2548,ensure suffix `Madelaine`,"('29 Constable Lakenya Akiyama',)",29 Constable Lakenya AkiyamaMadelaine,list(char) -> list(char) +2549,Take first character and append ')',"('036',)",0),list(char) -> list(char) +2550,nth (n=0) word delimited by ')',"('Michigan)Clasen',)",Michigan,list(char) -> list(char) +2551,Append 2 strings (I),"('636', 'Salley')",636Salley,list(char) -> list(char) -> list(char) +2552,ensure suffix `Acura125`,"('College Vena +143 +105Acura125',)",College Vena +143 +105Acura125,list(char) -> list(char) +2553,ensure suffix `+185`,"('10 684 Georgina Ferrari250+185',)",10 684 Georgina Ferrari250+185,list(char) -> list(char) +2554,nth (n=-1) word delimited by ')',"('890)716',)",716,list(char) -> list(char) +2555,nth (n=0) word delimited by '-',"('548-+188',)",548,list(char) -> list(char) +2556,Prepend 'Park' to first word,"('P Sergienko',)",ParkP,list(char) -> list(char) +2557,Abbreviate separate words (IIIII),"('Bess', '980')",B.9.,list(char) -> list(char) -> list(char) +2558,"Extract word delimited by ',' - '('","('Marcus,Casler(Bess,+185',)",Casler,list(char) -> list(char) +2559,nth (n=1) word delimited by '.',"('Gertude.R',)",R,list(char) -> list(char) +2560,Append 'Richert',"('Alida',)",AlidaRichert,list(char) -> list(char) +2561,Append 2 strings (IIII),"('MA', 'Hage')",MAHage,list(char) -> list(char) -> list(char) +2562,Extract word delimited by ' ' - '-',"('of Lakenya-Gregori Trinidad',)",Lakenya,list(char) -> list(char) +2563,Append 'Reily',"('F',)",FReily,list(char) -> list(char) +2564,nth (n=0) word delimited by '.',"('+199.311',)",+199,list(char) -> list(char) +2565,"Extract word delimited by ',' - '('","('107,Vena(087(California',)",Vena,list(char) -> list(char) +2566,Abbreviate separate words (II),"('M', 'Kathlyn')",M.K.,list(char) -> list(char) -> list(char) +2567,Append 2 strings (IIII),"('+198', 'K')",+198K,list(char) -> list(char) -> list(char) +2568,Abbreviate words separated by '.',"('95.+104',)",9.+.,list(char) -> list(char) +2569,Append two words delimited by '..',"('Urbana', 'Pennsylvania')",Urbana..Pennsylvania,list(char) -> list(char) -> list(char) +2570,nth (n=0) word delimited by ' ',"('+138 +161',)",+138,list(char) -> list(char) +2571,Abbreviate words separated by '-',"('+144-Eccleston',)",+.E.,list(char) -> list(char) +2572,parentheses around second word,"('58 45',)",(45),list(char) -> list(char) +2573,Prepend '+42' to first word,"('Spell Phillip',)",+42Spell,list(char) -> list(char) +2574,Take first character and append ' ',"('Mcgaughey',)",M ,list(char) -> list(char) +2575,"nth (n=0) word delimited by ','","('+183,718,591',)",+183,list(char) -> list(char) +2576,parentheses around a single word (III),"('+141',)",(+141),list(char) -> list(char) +2577,ensure suffix `Junkin`,"('MA Jeanice +199',)",MA Jeanice +199Junkin,list(char) -> list(char) +2578,First letters of words (III),"('P Philadelphia Clasen Hornak',)",PPCH,list(char) -> list(char) +2579,Append two words delimited by '.',"('476', 'Chilcott')",476.Chilcott,list(char) -> list(char) -> list(char) +2580,Append 2 strings (II),"('Scalia', 'Acura100')",ScaliaAcura100,list(char) -> list(char) -> list(char) +2581,"Replace ',' w/ '('","('+144,Kimberley,430',)",+144(Kimberley(430,list(char) -> list(char) +2582,nth (n=1) word delimited by '(',"('Rudolf(Celsa',)",Celsa,list(char) -> list(char) +2583,Abbreviate separate words (IIII),"('Maryland', 'Halpern')",M.H.,list(char) -> list(char) -> list(char) +2584,Abbreviate words separated by ' ',"('771 Alida',)",7.A.,list(char) -> list(char) +2585,parentheses around first word,"('Marquess Eccleston +183 675 Arbor',)",(Marquess),list(char) -> list(char) +2586,Append two words delimited by ' )',"('807', 'Mariel')",807 )Mariel,list(char) -> list(char) -> list(char) +2587,ensure suffix `Samuel`,"('Haven +144 Garrard',)",Haven +144 GarrardSamuel,list(char) -> list(char) +2588,First letters of words (II),"('197 575 Lakenya',)",15L,list(char) -> list(char) +2589,Append two words delimited by '-)',"('68', '249')",68-)249,list(char) -> list(char) -> list(char) +2590,nth (n=0) word delimited by ' ',"('Urbana 2',)",Urbana,list(char) -> list(char) +2591,Append 2 strings (IIIIII),"('Harvard', 'Melodi')",HarvardMelodi,list(char) -> list(char) -> list(char) +2592,"Take first character and append ','","('Junkin',)","J,",list(char) -> list(char) +2593,Replace ')' w/ '-',"('Barbara)Arbor',)",Barbara-Arbor,list(char) -> list(char) +2594,Abbreviate words separated by ' ',"('64 Kathlyn',)",6.K.,list(char) -> list(char) +2595,Take first character and append '-',"('178',)",1-,list(char) -> list(char) +2596,drop first word delimited by ' ',"('5 58',)",58,list(char) -> list(char) +2597,drop first word delimited by ' ',"('S 415 Ducati125 Jacquiline',)",415 Ducati125 Jacquiline,list(char) -> list(char) +2598,ensure suffix `Phialdelphia`,"('Bradford Ducati100',)",Bradford Ducati100Phialdelphia,list(char) -> list(char) +2599,drop first word delimited by '.',"('Gregori.Montiel.Ducati125.426',)",Montiel.Ducati125.426,list(char) -> list(char) +2600,Prepend 'Casler',"('Honda250',)",CaslerHonda250,list(char) -> list(char) +2601,Prepend '+42' to first word,"('Pennsylvania 29',)",+42Pennsylvania,list(char) -> list(char) +2602,nth (n=1) word delimited by '(',"('717(9(FreeHafer',)",9,list(char) -> list(char) +2603,parentheses around word delimited by '-' & ' ',"('-Rowden FreeHafer',)",-(Rowden) FreeHafer,list(char) -> list(char) +2604,Append two words delimited by '(',"('40', '085')",40(085,list(char) -> list(char) -> list(char) +2605,nth (n=1) word delimited by ' ',"('075 Jacqualine',)",Jacqualine,list(char) -> list(char) +2606,"nth (n=0) word delimited by ','","('717,FreeHafer,132,2',)",717,list(char) -> list(char) +2607,Extract word delimited by '.' - '(',"('Bradford.Beata(Constable(+42',)",Beata,list(char) -> list(char) +2608,ensure suffix `+185`,"('56 Chong 491',)",56 Chong 491+185,list(char) -> list(char) +2609,nth (n=0) word delimited by ')',"('+151)5)Ferrari)Storrs',)",+151,list(char) -> list(char) +2610,Extract word delimited by '.' - '-',"('Malissa.Celsa-483-21',)",Celsa,list(char) -> list(char) +2611,"Replace ' ' w/ ','","('V Celsa',)","V,Celsa",list(char) -> list(char) +2612,ensure suffix `Phialdelphia`,"('Marquess 35 Penn Seamons',)",Marquess 35 Penn SeamonsPhialdelphia,list(char) -> list(char) +2613,First letters of words (IIIIII),"('+161 +5',)",++,list(char) -> list(char) +2614,drop first word delimited by ')',"('W)Yale)Ghoston',)",Yale)Ghoston,list(char) -> list(char) +2615,Append 'Richert',"('Ferrari',)",FerrariRichert,list(char) -> list(char) +2616,"Replace ',' w/ '('","('Lara,330',)",Lara(330,list(char) -> list(char) +2617,Prepend '+129' to first word,"('Hornak +199',)",+129Hornak,list(char) -> list(char) +2618,Take first character and append '.',"('994',)",9.,list(char) -> list(char) +2619,Append 'Cornell',"('+7',)",+7Cornell,list(char) -> list(char) +2620,Prepend '659',"('Drexel',)",659Drexel,list(char) -> list(char) +2621,Drop last 3 characters,"('355',)",,list(char) -> list(char) +2622,Append two words delimited by ')',"('Andria', 'Jenee')",Andria)Jenee,list(char) -> list(char) -> list(char) +2623,Append two words delimited by '-)',"('Quashie', '42')",Quashie-)42,list(char) -> list(char) -> list(char) +2624,ensure suffix `Junkin`,"('Ferrari CA 598 Haven',)",Ferrari CA 598 HavenJunkin,list(char) -> list(char) +2625,Drop last 3 characters,"('Ramthun',)",Ramt,list(char) -> list(char) +2626,"Append two words delimited by ',.'","('Soderstrom', 'Honda125')","Soderstrom,.Honda125",list(char) -> list(char) -> list(char) +2627,Abbreviate words separated by '(',"('Andrew(+198',)",A.+.,list(char) -> list(char) +2628,Abbreviate separate words (IIIII),"('Akiyama', '42')",A.4.,list(char) -> list(char) -> list(char) +2629,Take first 2 characters,"('Chong',)",Ch,list(char) -> list(char) +2630,parentheses around a single word (IIII),"('513',)",(513),list(char) -> list(char) +2631,Prepend '+42' to first word,"('Lara Harvard',)",+42Lara,list(char) -> list(char) +2632,Append 2 strings (I),"('Connecticut', 'Cruz')",ConnecticutCruz,list(char) -> list(char) -> list(char) +2633,nth (n=-1) word delimited by '(',"('+129(Jani(Bobo',)",Bobo,list(char) -> list(char) +2634,First letters of words (I),"('618 Halpern 272',)",6H2,list(char) -> list(char) +2635,Take first character and append ' ',"('512',)",5 ,list(char) -> list(char) +2636,"nth (n=1) word delimited by ','","('+7,+138,46,Jenee',)",+138,list(char) -> list(char) +2637,Append two words delimited by '(',"('843', 'CT')",843(CT,list(char) -> list(char) -> list(char) +2638,Prepend 'Casler',"('20',)",Casler20,list(char) -> list(char) +2639,Abbreviate separate words (IIIII),"('+43', 'Houston')",+.H.,list(char) -> list(char) -> list(char) +2640,Append two words delimited by ')',"('Jeanice', '213')",Jeanice)213,list(char) -> list(char) -> list(char) +2641,nth (n=0) word delimited by ')',"('+163)449)Ferrari250',)",+163,list(char) -> list(char) +2642,nth (n=-1) word delimited by ' ',"('CA +176 Ferrari250',)",Ferrari250,list(char) -> list(char) +2643,Append two words delimited by '-)',"('483', '469')",483-)469,list(char) -> list(char) -> list(char) +2644,Abbreviate separate words (I),"('591', '258')",5.2.,list(char) -> list(char) -> list(char) +2645,ensure suffix `Samuel`,"('Chong 618 Kimberley Haven',)",Chong 618 Kimberley HavenSamuel,list(char) -> list(char) +2646,"Abbreviate words separated by ','","('California,Marquess',)",C.M.,list(char) -> list(char) +2647,"Append two words delimited by ',('","('I', 'Dr')","I,(Dr",list(char) -> list(char) -> list(char) +2648,drop first word delimited by '.',"('Kotas.Spell.118',)",Spell.118,list(char) -> list(char) +2649,"nth (n=0) word delimited by ','","('Richert,CT',)",Richert,list(char) -> list(char) +2650,parentheses around a single word (I),"('+9',)",(+9),list(char) -> list(char) +2651,Append 2 strings (IIIII),"('Mariel', 'Berkeley')",MarielBerkeley,list(char) -> list(char) -> list(char) +2652,Replace ')' w/ '-',"('N)Micha)Montiel',)",N-Micha-Montiel,list(char) -> list(char) +2653,"Take first character and append ','","('252',)","2,",list(char) -> list(char) +2654,Take first character and append ')',"('Neil',)",N),list(char) -> list(char) +2655,"Append two words delimited by ',('","('Park', 'Lara')","Park,(Lara",list(char) -> list(char) -> list(char) +2656,parentheses around a single word (I),"('Cambridge',)",(Cambridge),list(char) -> list(char) +2657,ensure suffix `Acura125`,"('64 10Acura125',)",64 10Acura125,list(char) -> list(char) +2658,Append two words delimited by '..',"('846', 'Olague')",846..Olague,list(char) -> list(char) -> list(char) +2659,nth (n=1) word delimited by '.',"('T.Hopkins',)",Hopkins,list(char) -> list(char) +2660,Append 2 strings (I),"('Ducati125', 'A')",Ducati125A,list(char) -> list(char) -> list(char) +2661,Drop last 1 characters,"('+104',)",+10,list(char) -> list(char) +2662,nth (n=1) word delimited by '-',"('+104-+104',)",+104,list(char) -> list(char) +2663,Abbreviate words separated by '-',"('40-O',)",4.O.,list(char) -> list(char) +2664,First letters of words (IIII),"('700 Junkin',)",7J,list(char) -> list(char) +2665,Abbreviate separate words (IIIIII),"('Chilcott', '9')",C.9.,list(char) -> list(char) -> list(char) +2666,nth (n=0) word delimited by ' ',"('515 +195 Mariel',)",515,list(char) -> list(char) +2667,Drop last 5 characters,"('Richert',)",Ri,list(char) -> list(char) +2668,"Replace '.' w/ ','","('Honda250.+2.Malissa.Kotas',)","Honda250,+2,Malissa,Kotas",list(char) -> list(char) +2669,"Append two words delimited by '.,'","('+118', 'Jurgens')","+118.,Jurgens",list(char) -> list(char) -> list(char) +2670,ensure suffix `Junkin`,"('Cambridge JacquilineJunkin',)",Cambridge JacquilineJunkin,list(char) -> list(char) +2671,Append 2 strings (IIIIII),"('654', '566')",654566,list(char) -> list(char) -> list(char) +2672,Replace ')' w/ ' ',"('Malissa)21',)",Malissa 21,list(char) -> list(char) +2673,"Append two words delimited by ','","('Yale', 'Urbana')","Yale,Urbana",list(char) -> list(char) -> list(char) +2674,Append two words delimited by '(',"('+163', 'Covelli')",+163(Covelli,list(char) -> list(char) -> list(char) +2675,Take first character and append '(',"('G',)",G(,list(char) -> list(char) +2676,Append two words delimited by ' ',"('H', '65')",H 65,list(char) -> list(char) -> list(char) +2677,Prepend '+129' to first word,"('68 Covelli',)",+12968,list(char) -> list(char) +2678,Prepend 'Jani' to first word,"('83 Lain',)",Jani83,list(char) -> list(char) +2679,parentheses around word delimited by '-' & '.',"('822-O.Babiarz',)",822-(O).Babiarz,list(char) -> list(char) +2680,parentheses around first word,"('Ghoston W +183 Elias',)",(Ghoston),list(char) -> list(char) +2681,parentheses around word delimited by '-' & '.',"('Elias-150.86 Garrard',)",Elias-(150).86 Garrard,list(char) -> list(char) +2682,nth (n=-1) word delimited by '-',"('692-Jurgens-T-178',)",178,list(char) -> list(char) +2683,Append '+185',"('Temple',)",Temple+185,list(char) -> list(char) +2684,Prepend 'Park' to first word,"('Madelaine Launa',)",ParkMadelaine,list(char) -> list(char) +2685,parentheses around a single word (IIIII),"('29',)",(29),list(char) -> list(char) +2686,drop first word delimited by '-',"('95-623',)",623,list(char) -> list(char) +2687,First letters of words (II),"('Alaina Soderstrom',)",AS,list(char) -> list(char) +2688,"parentheses around word delimited by '.' & ','","('.P,USA',)",".(P),USA",list(char) -> list(char) +2689,nth (n=0) word delimited by '.',"('Salley.+147.+5.62',)",Salley,list(char) -> list(char) +2690,parentheses around second word,"('Partida Barbara',)",(Barbara),list(char) -> list(char) +2691,Abbreviate separate words (IIII),"('95', 'Storrs')",9.S.,list(char) -> list(char) -> list(char) +2692,Take first 4 characters,"('Andria',)",Andr,list(char) -> list(char) +2693,Replace '.' w/ '-',"('Spell.+198',)",Spell-+198,list(char) -> list(char) +2694,Drop last 1 characters,"('Partida',)",Partid,list(char) -> list(char) +2695,Drop last 2 characters,"('Harvard',)",Harva,list(char) -> list(char) +2696,Replace ')' w/ '.',"('943)I)172)280',)",943.I.172.280,list(char) -> list(char) +2697,Append 'Cornell',"('119',)",119Cornell,list(char) -> list(char) +2698,drop first word delimited by ')',"('149)963)68)65',)",963)68)65,list(char) -> list(char) +2699,Take first 3 characters,"('+105',)",+10,list(char) -> list(char) +2700,Append 'Reily',"('+105',)",+105Reily,list(char) -> list(char) +2701,parentheses around a single word (III),"('Phillip',)",(Phillip),list(char) -> list(char) +2702,Prepend 'Casler',"('45',)",Casler45,list(char) -> list(char) +2703,"Replace ',' w/ '-'","('Madelaine,680,Philadelphia',)",Madelaine-680-Philadelphia,list(char) -> list(char) +2704,parentheses around first word,"('Constable Lashanda +130 T',)",(Constable),list(char) -> list(char) +2705,Abbreviate separate words (II),"('Honda250', 'CA')",H.C.,list(char) -> list(char) -> list(char) +2706,Prepend 'Montiel',"('060',)",Montiel060,list(char) -> list(char) +2707,First letters of words (IIIIII),"('Scalia 23',)",S2,list(char) -> list(char) +2708,parentheses around a single word (II),"('276',)",(276),list(char) -> list(char) +2709,Prepend '329',"('292',)",329292,list(char) -> list(char) +2710,Abbreviate words separated by '.',"('Scalia.Berkeley',)",S.B.,list(char) -> list(char) +2711,"Append two words delimited by ','","('Honda250', '250')","Honda250,250",list(char) -> list(char) -> list(char) +2712,Abbreviate words separated by ')',"('Aylward)Bess',)",A.B.,list(char) -> list(char) +2713,Append 'Reily',"('L',)",LReily,list(char) -> list(char) +2714,Extract word delimited by ')' - ')',"('Jeff)+147)Spagnoli)320',)",+147,list(char) -> list(char) +2715,Take first character and append '.',"('+118',)",+.,list(char) -> list(char) +2716,"Append two words delimited by ','","('14', 'Samuel')","14,Samuel",list(char) -> list(char) -> list(char) +2717,Extract word delimited by '-' - '(',"('Harvard-916(Marquess-H',)",916,list(char) -> list(char) +2718,Replace ')' w/ ' ',"('Launa)Hopkins)35',)",Launa Hopkins 35,list(char) -> list(char) +2719,Replace ' ' w/ ')',"('Maryann E',)",Maryann)E,list(char) -> list(char) +2720,nth (n=-1) word delimited by ')',"('Stefany)Honda125',)",Honda125,list(char) -> list(char) +2721,Append two words delimited by ' ',"('Brendan', 'Pannell')",Brendan Pannell,list(char) -> list(char) -> list(char) +2722,Prepend '329',"('+6',)",329+6,list(char) -> list(char) +2723,"parentheses around word delimited by ' ' & ','","('Honda Kimberley,Eccleston',)","Honda (Kimberley),Eccleston",list(char) -> list(char) +2724,"Append two words delimited by ',.'","('Acura125', '50')","Acura125,.50",list(char) -> list(char) -> list(char) +2725,Take first character and append '(',"('10',)",1(,list(char) -> list(char) +2726,Extract word delimited by '.' - '-',"('Neil.Phialdelphia-+147-+138',)",Phialdelphia,list(char) -> list(char) +2727,nth (n=-1) word delimited by '(',"('S(L',)",L,list(char) -> list(char) +2728,First letters of words (I),"('947 Storrs Penn',)",9SP,list(char) -> list(char) +2729,Append two words delimited by '-',"('O', 'Halpern')",O-Halpern,list(char) -> list(char) -> list(char) +2730,Append 'Kathlyn',"('Honda250',)",Honda250Kathlyn,list(char) -> list(char) +2731,"Append two words delimited by '.,'","('Harvard', 'Garrard')","Harvard.,Garrard",list(char) -> list(char) -> list(char) +2732,parentheses around a single word (IIII),"('Jeff',)",(Jeff),list(char) -> list(char) +2733,Abbreviate words separated by ')',"('213)40',)",2.4.,list(char) -> list(char) +2734,Append two words delimited by '-',"('Andria', 'NY')",Andria-NY,list(char) -> list(char) -> list(char) +2735,Abbreviate words separated by '(',"('+86(754',)",+.7.,list(char) -> list(char) +2736,Append '+185',"('Gertude',)",Gertude+185,list(char) -> list(char) +2737,nth (n=-1) word delimited by '.',"('Ducati100.Jani.47',)",47,list(char) -> list(char) +2738,"Replace ' ' w/ ','","('Vena 686',)","Vena,686",list(char) -> list(char) +2739,Append 2 strings (IIIII),"('University', '+105')",University+105,list(char) -> list(char) -> list(char) +2740,Abbreviate separate words (III),"('Latimore', 'Cambridge')",L.C.,list(char) -> list(char) -> list(char) +2741,Drop last 4 characters,"('+104',)",,list(char) -> list(char) +2742,parentheses around a single word (IIIII),"('Dermody',)",(Dermody),list(char) -> list(char) +2743,Abbreviate words separated by ')',"('Harvard)+198',)",H.+.,list(char) -> list(char) +2744,Replace '(' w/ ')',"('J(K',)",J)K,list(char) -> list(char) +2745,First letters of words (II),"('R +5 180',)",R+1,list(char) -> list(char) +2746,Append '+185',"('Garrard',)",Garrard+185,list(char) -> list(char) +2747,Take first 2 characters,"('129',)",12,list(char) -> list(char) +2748,parentheses around word delimited by '.' & '.',"('Gregori.Latimore.33',)",Gregori.(Latimore).33,list(char) -> list(char) +2749,Append 'Reily',"('+161',)",+161Reily,list(char) -> list(char) +2750,Append 2 strings (IIII),"('California', 'Desiree')",CaliforniaDesiree,list(char) -> list(char) -> list(char) +2751,Append 'Kathlyn',"('Cornell',)",CornellKathlyn,list(char) -> list(char) +2752,Replace '(' w/ ')',"('993(Launa',)",993)Launa,list(char) -> list(char) +2753,nth (n=1) word delimited by '(',"('Salley(Scalia(117',)",Scalia,list(char) -> list(char) +2754,Abbreviate words separated by '(',"('075(Penn',)",0.P.,list(char) -> list(char) +2755,First letters of words (IIIIII),"('Hopkins 169 Tobias Yale',)",H1TY,list(char) -> list(char) +2756,Take first 5 characters,"('Harvard',)",Harva,list(char) -> list(char) +2757,Append two words delimited by ' )',"('461', 'Hopkins')",461 )Hopkins,list(char) -> list(char) -> list(char) +2758,Abbreviate separate words (III),"('+188', 'Montiel')",+.M.,list(char) -> list(char) -> list(char) +2759,nth (n=0) word delimited by '.',"('436.20',)",436,list(char) -> list(char) +2760,"Abbreviate words separated by ','","('Partida,Tobias',)",P.T.,list(char) -> list(char) +2761,drop first word delimited by ' ',"('Honda550 +183',)",+183,list(char) -> list(char) +2762,ensure suffix `Madelaine`,"('238 082 014Madelaine',)",238 082 014Madelaine,list(char) -> list(char) +2763,nth (n=0) word delimited by '(',"('+158(+138(25',)",+158,list(char) -> list(char) +2764,Replace ')' w/ '.',"('604)Marquess)947)13',)",604.Marquess.947.13,list(char) -> list(char) +2765,"Append two words delimited by ',('","('180', 'V')","180,(V",list(char) -> list(char) -> list(char) +2766,drop first word delimited by '(',"('S(43(Joaquin',)",43(Joaquin,list(char) -> list(char) +2767,"Replace '.' w/ ','","('+105.587.969',)","+105,587,969",list(char) -> list(char) +2768,nth (n=-1) word delimited by '-',"('382-50',)",50,list(char) -> list(char) +2769,parentheses around second word,"('Storrs C Honda550 K',)",(C),list(char) -> list(char) +2770,Prepend 'Celsa',"('Ramthun',)",CelsaRamthun,list(char) -> list(char) +2771,Append two words delimited by '.',"('20', '2')",20.2,list(char) -> list(char) -> list(char) +2772,Take first 4 characters,"('Edison',)",Edis,list(char) -> list(char) +2773,"drop first word delimited by ','","('MI,68',)",68,list(char) -> list(char) +2774,"parentheses around word delimited by '.' & ','","('.33,+198',)",".(33),+198",list(char) -> list(char) +2775,"parentheses around word delimited by '.' & ','","('65.Stefany,670 Salley',)","65.(Stefany),670 Salley",list(char) -> list(char) +2776,Prepend '+129' to first word,"('Marquess +138',)",+129Marquess,list(char) -> list(char) +2777,Prepend '183' to first word,"('Jeff 515',)",183Jeff,list(char) -> list(char) +2778,Append 2 strings (IIIIII),"('007', 'Honda250')",007Honda250,list(char) -> list(char) -> list(char) +2779,Abbreviate separate words (IIIIII),"('+195', 'F')",+.F.,list(char) -> list(char) -> list(char) +2780,Append 'Richert',"('+118',)",+118Richert,list(char) -> list(char) +2781,nth (n=1) word delimited by ' ',"('Quashie Kimberley',)",Kimberley,list(char) -> list(char) +2782,Replace '.' w/ '-',"('+174.Ithaca.F.+161',)",+174-Ithaca-F-+161,list(char) -> list(char) +2783,drop first word delimited by ')',"('+132)+194',)",+194,list(char) -> list(char) +2784,nth (n=-1) word delimited by '.',"('83.Ramthun.75.Ferrari250',)",Ferrari250,list(char) -> list(char) +2785,parentheses around a single word (I),"('Phialdelphia',)",(Phialdelphia),list(char) -> list(char) +2786,"nth (n=-1) word delimited by ','","('216,Lara',)",Lara,list(char) -> list(char) +2787,Take first 3 characters,"('Rice',)",Ric,list(char) -> list(char) +2788,parentheses around word delimited by '-' & '-',"('Jurgens-Carlene-Maryland-Miah',)",Jurgens-(Carlene)-Maryland-Miah,list(char) -> list(char) +2789,"nth (n=1) word delimited by ','","('Jeff,209,199,Celsa',)",209,list(char) -> list(char) +2790,nth (n=1) word delimited by '-',"('Malissa-541',)",541,list(char) -> list(char) +2791,Prepend 'Beata',"('Lakenya',)",BeataLakenya,list(char) -> list(char) +2792,Take first character and append '.',"('Drexel',)",D.,list(char) -> list(char) +2793,parentheses around a single word (I),"('+6',)",(+6),list(char) -> list(char) +2794,Replace ' ' w/ ')',"('Montiel 47 DPhiladelphia 911',)",Montiel)47)DPhiladelphia)911,list(char) -> list(char) +2795,"Replace ',' w/ '-'","('Mackenzie,Miah,Jacquiline',)",Mackenzie-Miah-Jacquiline,list(char) -> list(char) +2796,"Extract word delimited by ',' - '('","('Scalia,A(194,25',)",A,list(char) -> list(char) +2797,parentheses around word delimited by '-' & '-',"('V-42-290 14',)",V-(42)-290 14,list(char) -> list(char) +2798,nth (n=1) word delimited by ')',"('+115)+185)Andria)62',)",+185,list(char) -> list(char) +2799,parentheses around a single word (IIII),"('304',)",(304),list(char) -> list(char) +2800,nth (n=-1) word delimited by ' ',"('C W',)",W,list(char) -> list(char) +2801,nth (n=0) word delimited by ')',"('+158)Q)Joaquin)MI',)",+158,list(char) -> list(char) +2802,parentheses around word delimited by '-' & ' ',"('Philadelphia-086 S,Desiree',)","Philadelphia-(086) S,Desiree",list(char) -> list(char) +2803,"parentheses around word delimited by '.' & ','","('.Mackenzie,Constable-+167',)",".(Mackenzie),Constable-+167",list(char) -> list(char) +2804,"Append two words delimited by ',('","('Drexel', '45')","Drexel,(45",list(char) -> list(char) -> list(char) +2805,Drop last 2 characters,"('Urbana',)",Urba,list(char) -> list(char) +2806,parentheses around a single word (III),"('CT',)",(CT),list(char) -> list(char) +2807,First letters of words (I),"('Brendan 2',)",B2,list(char) -> list(char) +2808,"nth (n=-1) word delimited by ','","('Akiyama,Aylward',)",Aylward,list(char) -> list(char) +2809,parentheses around second word,"('Hayley 698',)",(698),list(char) -> list(char) +2810,Drop last 3 characters,"('Stefany',)",Stef,list(char) -> list(char) +2811,"Extract word delimited by ',' - '('","('40,Maryland(M(Pannell',)",Maryland,list(char) -> list(char) +2812,Replace '.' w/ '-',"('+155.635',)",+155-635,list(char) -> list(char) +2813,Append 'Cornell',"('084',)",084Cornell,list(char) -> list(char) +2814,nth (n=1) word delimited by ')',"('Akiyama)Angeles',)",Angeles,list(char) -> list(char) +2815,ensure suffix `Samuel`,"('Casler Santa 200Samuel',)",Casler Santa 200Samuel,list(char) -> list(char) +2816,nth (n=0) word delimited by '(',"('Park(Rudolf(9(551',)",Park,list(char) -> list(char) +2817,nth (n=-1) word delimited by ')',"('+7)+129)115',)",115,list(char) -> list(char) +2818,Replace ')' w/ '-',"('Elias)Jenee)Nancy',)",Elias-Jenee-Nancy,list(char) -> list(char) +2819,Extract word delimited by ' ' - '-',"('Covelli Yale-+118-+106',)",Yale,list(char) -> list(char) +2820,Take first 3 characters,"('Beata',)",Bea,list(char) -> list(char) +2821,Abbreviate separate words (I),"('98', 'Karrie')",9.K.,list(char) -> list(char) -> list(char) +2822,Extract word delimited by '.' - '-',"('399.60-700.140',)",60,list(char) -> list(char) +2823,"Append two words delimited by ','","('905', 'Jenee')","905,Jenee",list(char) -> list(char) -> list(char) +2824,Take first character and append ')',"('Annalisa',)",A),list(char) -> list(char) +2825,"Take first character and append ','","('Hopkins',)","H,",list(char) -> list(char) +2826,Drop last 3 characters,"('Pennsylvania',)",Pennsylva,list(char) -> list(char) +2827,Replace ')' w/ '.',"('V)Constable',)",V.Constable,list(char) -> list(char) +2828,ensure suffix `Stefany`,"('Q MarielStefany',)",Q MarielStefany,list(char) -> list(char) +2829,Append two words delimited by ' )',"('Micha', 'Lakenya')",Micha )Lakenya,list(char) -> list(char) -> list(char) +2830,"Replace '.' w/ ','","('+199.+155',)","+199,+155",list(char) -> list(char) +2831,parentheses around a single word (III),"('834',)",(834),list(char) -> list(char) +2832,nth (n=1) word delimited by ')',"('+115)Latimore)Ducati250)749',)",Latimore,list(char) -> list(char) +2833,drop first word delimited by '.',"('Withers.Acura125.180.Bobo',)",Acura125.180.Bobo,list(char) -> list(char) +2834,First letters of words (IIIII),"('Ducati 953 329 Angeles',)",D93A,list(char) -> list(char) +2835,Append 'Kathlyn',"('J',)",JKathlyn,list(char) -> list(char) +2836,Append 2 strings (III),"('Nancy', 'Samuel')",NancySamuel,list(char) -> list(char) -> list(char) +2837,Take first character and append '(',"('334',)",3(,list(char) -> list(char) +2838,Prepend 'Celsa',"('46',)",Celsa46,list(char) -> list(char) +2839,Drop last 1 characters,"('64',)",6,list(char) -> list(char) +2840,ensure suffix `+185`,"('126 885 Georgina 894+185',)",126 885 Georgina 894+185,list(char) -> list(char) +2841,"Append two words delimited by ',.'","('949', 'Marquess')","949,.Marquess",list(char) -> list(char) -> list(char) +2842,"Append two words delimited by ',.'","('+188', 'Bradford')","+188,.Bradford",list(char) -> list(char) -> list(char) +2843,parentheses around word delimited by '-' & '.',"('Michigan-I.Brescia',)",Michigan-(I).Brescia,list(char) -> list(char) +2844,Append two words delimited by '-)',"('115', 'TX')",115-)TX,list(char) -> list(char) -> list(char) +2845,parentheses around word delimited by '.' & '.',"('Houston.Dr.Partida,Melodi',)","Houston.(Dr).Partida,Melodi",list(char) -> list(char) +2846,Take first character and append '.',"('776',)",7.,list(char) -> list(char) +2847,Drop last 4 characters,"('Philadelphia',)",Philadel,list(char) -> list(char) +2848,Drop last 5 characters,"('Reily',)",,list(char) -> list(char) +2849,drop first word delimited by '.',"('655.Withers.94.83',)",Withers.94.83,list(char) -> list(char) +2850,Abbreviate separate words (IIII),"('Honda250', '5')",H.5.,list(char) -> list(char) -> list(char) +2851,Append two words delimited by '..',"('Madelaine', '+155')",Madelaine..+155,list(char) -> list(char) -> list(char) +2852,parentheses around a single word (IIIII),"('23',)",(23),list(char) -> list(char) +2853,Append 'Richert',"('TX',)",TXRichert,list(char) -> list(char) +2854,Replace ')' w/ '-',"('J)Cencici)Akiyama)Carlene',)",J-Cencici-Akiyama-Carlene,list(char) -> list(char) +2855,Drop last 5 characters,"('Gertude',)",Ge,list(char) -> list(char) +2856,Abbreviate separate words (I),"('Kathlyn', 'College')",K.C.,list(char) -> list(char) -> list(char) +2857,Abbreviate separate words (I),"('Richert', 'Junkin')",R.J.,list(char) -> list(char) -> list(char) +2858,Extract word delimited by ' ' - '-',"('Haven 43-2-+172',)",43,list(char) -> list(char) +2859,"Replace ' ' w/ ','","('Yale 918 Chism Alaina',)","Yale,918,Chism,Alaina",list(char) -> list(char) +2860,First letters of words (III),"('J CA Pennsylvania',)",JCP,list(char) -> list(char) +2861,Prepend '659',"('405',)",659405,list(char) -> list(char) +2862,Append 'Acura125',"('+195',)",+195Acura125,list(char) -> list(char) +2863,Extract word delimited by '-' - '(',"('D-Mariya(Garrard(882',)",Mariya,list(char) -> list(char) +2864,Abbreviate words separated by '.',"('Acura125.Trinidad',)",A.T.,list(char) -> list(char) +2865,ensure suffix `Madelaine`,"('Santa 322 R',)",Santa 322 RMadelaine,list(char) -> list(char) +2866,nth (n=-1) word delimited by '.',"('Joaquin.S',)",S,list(char) -> list(char) +2867,Abbreviate words separated by '(',"('292(F',)",2.F.,list(char) -> list(char) +2868,Prepend 'Beata',"('858',)",Beata858,list(char) -> list(char) +2869,drop first word delimited by ')',"('35)K)F)734',)",K)F)734,list(char) -> list(char) +2870,First letters of words (I),"('+143 Hopkins Akiyama +176',)",+HA+,list(char) -> list(char) +2871,"nth (n=1) word delimited by ','","('Bogle,6',)",6,list(char) -> list(char) +2872,Prepend '659',"('Spell',)",659Spell,list(char) -> list(char) +2873,"parentheses around word delimited by ' ' & ','","('438 886,7,F',)","438 (886),7,F",list(char) -> list(char) +2874,Prepend 'Montiel',"('862',)",Montiel862,list(char) -> list(char) +2875,Take first 5 characters,"('Acura100',)",Acura,list(char) -> list(char) +2876,nth (n=1) word delimited by ')',"('+9)Bogle)MI',)",Bogle,list(char) -> list(char) +2877,"drop first word delimited by ','","('Sergienko,81,191,Alaina',)","81,191,Alaina",list(char) -> list(char) +2878,Extract word delimited by ')' - ')',"('Trinidad)671)J)Marcus',)",671,list(char) -> list(char) +2879,Prepend 'Park' to first word,"('58 643',)",Park58,list(char) -> list(char) +2880,Append two words delimited by ' )',"('Babiarz', 'Mackenzie')",Babiarz )Mackenzie,list(char) -> list(char) -> list(char) +2881,Extract word delimited by '.' - '-',"('Jeff.Mackenzie-56.14',)",Mackenzie,list(char) -> list(char) +2882,First letters of words (IIIII),"('TX Rudolf H +5',)",TRH+,list(char) -> list(char) +2883,Prepend 'Jani' to first word,"('258 977',)",Jani258,list(char) -> list(char) +2884,"nth (n=-1) word delimited by ','","('98,Alaina,UCLA',)",UCLA,list(char) -> list(char) +2885,Append two words delimited by '(',"('+189', 'Lakenya')",+189(Lakenya,list(char) -> list(char) -> list(char) +2886,ensure suffix `Madelaine`,"('Ducati250 Akiyama 376 UniversityMadelaine',)",Ducati250 Akiyama 376 UniversityMadelaine,list(char) -> list(char) +2887,Drop last 5 characters,"('Lango',)",,list(char) -> list(char) +2888,parentheses around a single word (IIIII),"('Pennsylvania',)",(Pennsylvania),list(char) -> list(char) +2889,Append two words delimited by '-',"('+188', 'Rice')",+188-Rice,list(char) -> list(char) -> list(char) +2890,Abbreviate separate words (IIIIII),"('Karrie', '254')",K.2.,list(char) -> list(char) -> list(char) +2891,nth (n=0) word delimited by '.',"('106.+161',)",106,list(char) -> list(char) +2892,"Abbreviate words separated by ','","('Jenee,Park',)",J.P.,list(char) -> list(char) +2893,parentheses around word delimited by '.' & '.',"('Withers.UCLA.963-779',)",Withers.(UCLA).963-779,list(char) -> list(char) +2894,nth (n=1) word delimited by '-',"('Park-+151',)",+151,list(char) -> list(char) +2895,First letters of words (IIIII),"('Cornell Lain',)",CL,list(char) -> list(char) +2896,"Append two words delimited by '.,'","('Michigan', 'Sergienko')","Michigan.,Sergienko",list(char) -> list(char) -> list(char) +2897,Abbreviate separate words (IIIIII),"('Stefany', 'Jurgens')",S.J.,list(char) -> list(char) -> list(char) +2898,drop first word delimited by '(',"('Bogle(Babiarz(+9(46',)",Babiarz(+9(46,list(char) -> list(char) +2899,nth (n=1) word delimited by ' ',"('+141 029',)",029,list(char) -> list(char) +2900,drop first word delimited by '-',"('Haven-Reily-2',)",Reily-2,list(char) -> list(char) +2901,Prepend 'Jani' to first word,"('675 008',)",Jani675,list(char) -> list(char) +2902,nth (n=0) word delimited by '-',"('Gertude-MD',)",Gertude,list(char) -> list(char) +2903,First letters of words (IIII),"('Honda550 Jenee',)",HJ,list(char) -> list(char) +2904,Replace ' ' w/ ')',"('York Scalia +104',)",York)Scalia)+104,list(char) -> list(char) +2905,Take first character and append ' ',"('83',)",8 ,list(char) -> list(char) +2906,"drop first word delimited by ','","('Covelli,W,J',)","W,J",list(char) -> list(char) +2907,Append 'Cornell',"('2',)",2Cornell,list(char) -> list(char) +2908,First letters of words (IIIIII),"('Georgina Beata Jacqualine I',)",GBJI,list(char) -> list(char) +2909,First letters of words (II),"('166 323 L Celsa',)",13LC,list(char) -> list(char) +2910,Replace '(' w/ ')',"('K(University(Connecticut(705',)",K)University)Connecticut)705,list(char) -> list(char) +2911,nth (n=0) word delimited by '(',"('Cruz(+195(PA(D',)",Cruz,list(char) -> list(char) +2912,Prepend 'Park' to first word,"('686 134',)",Park686,list(char) -> list(char) +2913,Prepend '329',"('Honda125',)",329Honda125,list(char) -> list(char) +2914,nth (n=-1) word delimited by ')',"('42)Arbor)368)47',)",47,list(char) -> list(char) +2915,"nth (n=0) word delimited by ','","('Hage,IL,Barbara,+105',)",Hage,list(char) -> list(char) +2916,Abbreviate separate words (IIIII),"('UCLA', '18')",U.1.,list(char) -> list(char) -> list(char) +2917,Append 2 strings (II),"('+195', '537')",+195537,list(char) -> list(char) -> list(char) +2918,nth (n=1) word delimited by ' ',"('707 Spagnoli Akiyama',)",Spagnoli,list(char) -> list(char) +2919,Prepend 'Montiel',"('Hornak',)",MontielHornak,list(char) -> list(char) +2920,parentheses around a single word (II),"('York',)",(York),list(char) -> list(char) +2921,Replace '(' w/ ')',"('+169(493(7(582',)",+169)493)7)582,list(char) -> list(char) +2922,"parentheses around word delimited by ' ' & ','","('+7 Hornak,Desiree.2',)","+7 (Hornak),Desiree.2",list(char) -> list(char) +2923,Take first 2 characters,"('Annalisa',)",An,list(char) -> list(char) +2924,Abbreviate separate words (III),"('50', '33')",5.3.,list(char) -> list(char) -> list(char) +2925,Take first character and append '(',"('Lain',)",L(,list(char) -> list(char) +2926,Prepend 'Montiel',"('Penn',)",MontielPenn,list(char) -> list(char) +2927,Append 2 strings (IIIIII),"('860', 'Marquess')",860Marquess,list(char) -> list(char) -> list(char) +2928,Replace ')' w/ ' ',"('Honda250)NY)Cortes)E',)",Honda250 NY Cortes E,list(char) -> list(char) +2929,Append 'Kathlyn',"('Kimberley',)",KimberleyKathlyn,list(char) -> list(char) +2930,Prepend 'Jani' to first word,"('Withers Heintz',)",JaniWithers,list(char) -> list(char) +2931,Take first 5 characters,"('Kimberley',)",Kimbe,list(char) -> list(char) +2932,Append 'Acura125',"('347',)",347Acura125,list(char) -> list(char) +2933,Drop last 1 characters,"('C',)",,list(char) -> list(char) +2934,First letters of words (IIIII),"('Rice D',)",RD,list(char) -> list(char) +2935,parentheses around word delimited by '-' & '-',"('-883-14',)",-(883)-14,list(char) -> list(char) +2936,nth (n=-1) word delimited by '-',"('Pannell-H-25',)",25,list(char) -> list(char) +2937,Take first character and append '-',"('Lain',)",L-,list(char) -> list(char) +2938,Append two words delimited by '.',"('Neil', '23')",Neil.23,list(char) -> list(char) -> list(char) +2939,Prepend 'Celsa',"('Andria',)",CelsaAndria,list(char) -> list(char) +2940,nth (n=-1) word delimited by ' ',"('40 Honda',)",Honda,list(char) -> list(char) +2941,nth (n=1) word delimited by '(',"('Rudolf(Kimberley(405',)",Kimberley,list(char) -> list(char) +2942,Take first 4 characters,"('Ducati125',)",Duca,list(char) -> list(char) +2943,parentheses around a single word (II),"('W',)",(W),list(char) -> list(char) +2944,Abbreviate words separated by ' ',"('Honda Constable',)",H.C.,list(char) -> list(char) +2945,Prepend '+129' to first word,"('UC +5',)",+129UC,list(char) -> list(char) +2946,parentheses around a single word (II),"('UIUC',)",(UIUC),list(char) -> list(char) +2947,parentheses around word delimited by '.' & '.',"('+104.C.Stefany +65',)",+104.(C).Stefany +65,list(char) -> list(char) +2948,Append two words delimited by ')',"('Phialdelphia', 'Akiyama')",Phialdelphia)Akiyama,list(char) -> list(char) -> list(char) +2949,First letters of words (III),"('UCLA Stefany 746',)",US7,list(char) -> list(char) +2950,Prepend '153' to first word,"('+189 +118',)",153+189,list(char) -> list(char) +2951,Abbreviate separate words (IIII),"('Karrie', 'Soderstrom')",K.S.,list(char) -> list(char) -> list(char) +2952,First letters of words (IIII),"('Aylward Phialdelphia Reily',)",APR,list(char) -> list(char) +2953,Extract word delimited by '.' - '(',"('Nancy.Jeanice(+167(Mariel',)",Jeanice,list(char) -> list(char) +2954,Abbreviate separate words (II),"('588', '629')",5.6.,list(char) -> list(char) -> list(char) +2955,Take first 3 characters,"('674',)",674,list(char) -> list(char) +2956,Prepend '183' to first word,"('York 29',)",183York,list(char) -> list(char) +2957,Take first 5 characters,"('Montiel',)",Monti,list(char) -> list(char) +2958,Prepend '153' to first word,"('734 Irwin',)",153734,list(char) -> list(char) +2959,Take first character and append ' ',"('Melodi',)",M ,list(char) -> list(char) +2960,Append 2 strings (IIIII),"('Honda250', '+2')",Honda250+2,list(char) -> list(char) -> list(char) +2961,parentheses around word delimited by '-' & ' ',"('-270 Kimberley-20',)",-(270) Kimberley-20,list(char) -> list(char) +2962,Extract word delimited by '.' - '(',"('Seamons.Kimberley(Ducati.670',)",Kimberley,list(char) -> list(char) +2963,Append 2 strings (III),"('Jeff', '592')",Jeff592,list(char) -> list(char) -> list(char) +2964,Append 2 strings (III),"('+198', 'Kimberley')",+198Kimberley,list(char) -> list(char) -> list(char) +2965,parentheses around word delimited by '-' & '-',"('5-Teddy-209',)",5-(Teddy)-209,list(char) -> list(char) +2966,Abbreviate separate words (II),"('M', '60')",M.6.,list(char) -> list(char) -> list(char) +2967,Drop last 2 characters,"('65',)",,list(char) -> list(char) +2968,Extract word delimited by '-' - '(',"('94-Cambridge(Cornell-5',)",Cambridge,list(char) -> list(char) +2969,Append two words delimited by ' ',"('D', 'Cambridge')",D Cambridge,list(char) -> list(char) -> list(char) +2970,Append 2 strings (II),"('J', 'Andrew')",JAndrew,list(char) -> list(char) -> list(char) +2971,drop first word delimited by '-',"('151-Bradford-+189',)",Bradford-+189,list(char) -> list(char) +2972,Append two words delimited by '.',"('Hornak', '+115')",Hornak.+115,list(char) -> list(char) -> list(char) +2973,nth (n=1) word delimited by '-',"('Lara-Lashanda-Kotas',)",Lashanda,list(char) -> list(char) +2974,Prepend 'Celsa',"('K',)",CelsaK,list(char) -> list(char) +2975,nth (n=0) word delimited by '(',"('+195(+167(C',)",+195,list(char) -> list(char) +2976,ensure suffix `Stefany`,"('40 Gertude',)",40 GertudeStefany,list(char) -> list(char) +2977,parentheses around word delimited by '-' & ' ',"('+104-Launa Ramthun',)",+104-(Launa) Ramthun,list(char) -> list(char) +2978,Extract word delimited by '-' - '(',"('276-Storrs(+2(500',)",Storrs,list(char) -> list(char) +2979,ensure suffix `Samuel`,"('75 167 Angeles Maryland',)",75 167 Angeles MarylandSamuel,list(char) -> list(char) +2980,Abbreviate words separated by ')',"('061)Mulloy',)",0.M.,list(char) -> list(char) +2981,Drop last 4 characters,"('Annalisa',)",Anna,list(char) -> list(char) +2982,ensure suffix `Phialdelphia`,"('Santa Kotas Samuel +7Phialdelphia',)",Santa Kotas Samuel +7Phialdelphia,list(char) -> list(char) +2983,drop first word delimited by '(',"('Hage(002(Beata(+2',)",002(Beata(+2,list(char) -> list(char) +2984,Prepend 'Casler',"('138',)",Casler138,list(char) -> list(char) +2985,Replace ' ' w/ ')',"('52 Edison',)",52)Edison,list(char) -> list(char) +2986,Append 2 strings (I),"('Columbia', 'Mackenzie')",ColumbiaMackenzie,list(char) -> list(char) -> list(char) +2987,Drop last 4 characters,"('Stefany',)",Ste,list(char) -> list(char) +2988,Append 2 strings (III),"('Ferrari250', '52')",Ferrari25052,list(char) -> list(char) -> list(char) +2989,Abbreviate words separated by '-',"('163-Connecticut',)",1.C.,list(char) -> list(char) +2990,"parentheses around word delimited by ' ' & ','","('Jurgens +86,Withers',)","Jurgens (+86),Withers",list(char) -> list(char) +2991,ensure suffix `Acura125`,"('+176 185 Casler',)",+176 185 CaslerAcura125,list(char) -> list(char) +2992,"drop first word delimited by ','","('+82,46,33,46',)","46,33,46",list(char) -> list(char) +2993,"Abbreviate words separated by ','","('457,G',)",4.G.,list(char) -> list(char) +2994,Abbreviate separate words (III),"('+138', '065')",+.0.,list(char) -> list(char) -> list(char) +2995,Extract word delimited by ')' - ')',"('Acura100)Halpern)V)+198',)",Halpern,list(char) -> list(char) +2996,Prepend '183' to first word,"('Beata +5',)",183Beata,list(char) -> list(char) +2997,parentheses around a single word (IIII),"('Jacquiline',)",(Jacquiline),list(char) -> list(char) +2998,ensure suffix `Stefany`,"('Honda250 970 +158',)",Honda250 970 +158Stefany,list(char) -> list(char) +2999,ensure suffix `Acura125`,"('Madelaine +167 PhialdelphiaAcura125',)",Madelaine +167 PhialdelphiaAcura125,list(char) -> list(char) +3000,Abbreviate words separated by ' ',"('Constable Jacquiline',)",C.J.,list(char) -> list(char) +3001,"Replace ',' w/ '-'","('Acura,IL,977,CT',)",Acura-IL-977-CT,list(char) -> list(char) +3002,Prepend 'Beata',"('776',)",Beata776,list(char) -> list(char) +3003,nth (n=-1) word delimited by '-',"('438-Lain-23-52',)",52,list(char) -> list(char) +3004,Append 2 strings (II),"('43', 'Richert')",43Richert,list(char) -> list(char) -> list(char) +3005,"Replace ',' w/ '('","('Park,25',)",Park(25,list(char) -> list(char) +3006,Drop last 2 characters,"('+194',)",+1,list(char) -> list(char) +3007,nth (n=0) word delimited by '-',"('Jenee-498-H-58',)",Jenee,list(char) -> list(char) +3008,Append 2 strings (IIII),"('598', 'Urbana')",598Urbana,list(char) -> list(char) -> list(char) +3009,parentheses around word delimited by '-' & '.',"('-43.+2.Cornell',)",-(43).+2.Cornell,list(char) -> list(char) +3010,Prepend '+42' to first word,"('Maryann MI',)",+42Maryann,list(char) -> list(char) +3011,Prepend '153' to first word,"('Dermody K',)",153Dermody,list(char) -> list(char) +3012,Prepend '153' to first word,"('UIUC Ferrari250',)",153UIUC,list(char) -> list(char) +3013,Take first character and append '-',"('Ducati100',)",D-,list(char) -> list(char) +3014,"Replace ',' w/ '('","('+195,+161,304,H',)",+195(+161(304(H,list(char) -> list(char) +3015,"Replace ' ' w/ ','","('52 Hage',)","52,Hage",list(char) -> list(char) +3016,Extract word delimited by ' ' - '-',"('Urbana +140-Gregori Santa',)",+140,list(char) -> list(char) +3017,Append two words delimited by ')',"('CA', 'Lain')",CA)Lain,list(char) -> list(char) -> list(char) +3018,Append 'Acura125',"('Drexel',)",DrexelAcura125,list(char) -> list(char) +3019,Prepend 'Beata',"('Arbor',)",BeataArbor,list(char) -> list(char) +3020,"Take first character and append ','","('G',)","G,",list(char) -> list(char) +3021,nth (n=1) word delimited by '.',"('Pannell.D.Latimore',)",D,list(char) -> list(char) +3022,Prepend '329',"('+174',)",329+174,list(char) -> list(char) +3023,"nth (n=1) word delimited by ','","('Neil,T,Rudolf',)",T,list(char) -> list(char) +3024,Extract word delimited by '.' - '(',"('Coralee.Hopkins(Angeles.734',)",Hopkins,list(char) -> list(char) +3025,Prepend '183' to first word,"('62 Harvard',)",18362,list(char) -> list(char) +3026,ensure suffix `Phialdelphia`,"('Edison E Miah +46',)",Edison E Miah +46Phialdelphia,list(char) -> list(char) +3027,parentheses around first word,"('Beata Maryann Houston +129',)",(Beata),list(char) -> list(char) +3028,ensure suffix `Junkin`,"('Celsa Dr Trinidad',)",Celsa Dr TrinidadJunkin,list(char) -> list(char) +3029,First letters of words (III),"('028 Bradford',)",0B,list(char) -> list(char) +3030,Replace ')' w/ ' ',"('+147)571)950',)",+147 571 950,list(char) -> list(char) +3031,ensure suffix `Stefany`,"('376 538Stefany',)",376 538Stefany,list(char) -> list(char) +3032,drop first word delimited by '-',"('Edison-Pennsylvania-Carlene-University',)",Pennsylvania-Carlene-University,list(char) -> list(char) +3033,Prepend '659',"('Clasen',)",659Clasen,list(char) -> list(char) +3034,Abbreviate words separated by '-',"('443-946',)",4.9.,list(char) -> list(char) +3035,Take first 4 characters,"('Georgina',)",Geor,list(char) -> list(char) +3036,nth (n=-1) word delimited by '.',"('Andria.058.T',)",T,list(char) -> list(char) +3037,Append 'Acura125',"('Columbia',)",ColumbiaAcura125,list(char) -> list(char) +3038,"Replace '.' w/ ','","('MA.+172.PA',)","MA,+172,PA",list(char) -> list(char) +3039,Append '+185',"('Penn',)",Penn+185,list(char) -> list(char) +3040,Append 2 strings (IIIII),"('117', 'Georgina')",117Georgina,list(char) -> list(char) -> list(char) +3041,nth (n=-1) word delimited by '(',"('83(Acura100',)",Acura100,list(char) -> list(char) +3042,Take first character and append ')',"('+172',)",+),list(char) -> list(char) +3043,Abbreviate words separated by '.',"('149.716',)",1.7.,list(char) -> list(char) +3044,"nth (n=-1) word delimited by ','","('+163,548,722',)",722,list(char) -> list(char) +3045,nth (n=-1) word delimited by '(',"('Trinidad(Drexel(+151',)",+151,list(char) -> list(char) +3046,First letters of words (IIII),"('Santa Harvard 369 Acura100',)",SH3A,list(char) -> list(char) +3047,Take first character and append '-',"('Park',)",P-,list(char) -> list(char) +3048,Append two words delimited by ' ',"('Lain', 'Karrie')",Lain Karrie,list(char) -> list(char) -> list(char) +3049,Take first 2 characters,"('Melodi',)",Me,list(char) -> list(char) +3050,drop first word delimited by ' ',"('Teddy Casler Malissa',)",Casler Malissa,list(char) -> list(char) +3051,ensure suffix `+185`,"('Scalia Acura',)",Scalia Acura+185,list(char) -> list(char) +3052,Append two words delimited by '-',"('Andrew', 'Mariel')",Andrew-Mariel,list(char) -> list(char) -> list(char) +3053,nth (n=0) word delimited by '-',"('Ducati125-Sergienko-Andria',)",Ducati125,list(char) -> list(char) +3054,nth (n=0) word delimited by ' ',"('2 +105',)",2,list(char) -> list(char) +3055,drop first word delimited by '(',"('Philadelphia(209',)",209,list(char) -> list(char) +3056,nth (n=1) word delimited by '.',"('Ithaca.Stefany',)",Stefany,list(char) -> list(char) +3057,Extract word delimited by ')' - ')',"('Beata)98)890)Olague',)",98,list(char) -> list(char) +3058,"Append two words delimited by '.,'","('Lara', 'Cruz')","Lara.,Cruz",list(char) -> list(char) -> list(char) +3059,"Replace ',' w/ '-'","('Temple,Partida',)",Temple-Partida,list(char) -> list(char) +3060,Replace ')' w/ '.',"('170)498)087)47',)",170.498.087.47,list(char) -> list(char) +3061,Append two words delimited by '..',"('686', 'Eccleston')",686..Eccleston,list(char) -> list(char) -> list(char) +3062,nth (n=-1) word delimited by ' ',"('+188 +42 J',)",J,list(char) -> list(char) +3063,Replace '.' w/ '-',"('Olague.084',)",Olague-084,list(char) -> list(char) +3064,ensure suffix `Madelaine`,"('29 Constable Lakenya Akiyama',)",29 Constable Lakenya AkiyamaMadelaine,list(char) -> list(char) +3065,Take first character and append ')',"('036',)",0),list(char) -> list(char) +3066,nth (n=0) word delimited by ')',"('Michigan)Clasen',)",Michigan,list(char) -> list(char) +3067,Append 2 strings (I),"('636', 'Salley')",636Salley,list(char) -> list(char) -> list(char) +3068,ensure suffix `Acura125`,"('College Vena +143 +105Acura125',)",College Vena +143 +105Acura125,list(char) -> list(char) +3069,ensure suffix `+185`,"('10 684 Georgina Ferrari250+185',)",10 684 Georgina Ferrari250+185,list(char) -> list(char) +3070,nth (n=-1) word delimited by ')',"('890)716',)",716,list(char) -> list(char) +3071,nth (n=0) word delimited by '-',"('548-+188',)",548,list(char) -> list(char) +3072,Prepend 'Park' to first word,"('P Sergienko',)",ParkP,list(char) -> list(char) +3073,Abbreviate separate words (IIIII),"('Bess', '980')",B.9.,list(char) -> list(char) -> list(char) +3074,"Extract word delimited by ',' - '('","('Marcus,Casler(Bess,+185',)",Casler,list(char) -> list(char) +3075,nth (n=1) word delimited by '.',"('Gertude.R',)",R,list(char) -> list(char) +3076,Append 'Richert',"('Alida',)",AlidaRichert,list(char) -> list(char) +3077,Append 2 strings (IIII),"('MA', 'Hage')",MAHage,list(char) -> list(char) -> list(char) +3078,Extract word delimited by ' ' - '-',"('of Lakenya-Gregori Trinidad',)",Lakenya,list(char) -> list(char) +3079,Append 'Reily',"('F',)",FReily,list(char) -> list(char) +3080,nth (n=0) word delimited by '.',"('+199.311',)",+199,list(char) -> list(char) +3081,"Extract word delimited by ',' - '('","('107,Vena(087(California',)",Vena,list(char) -> list(char) +3082,Abbreviate separate words (II),"('M', 'Kathlyn')",M.K.,list(char) -> list(char) -> list(char) +3083,Append 2 strings (IIII),"('+198', 'K')",+198K,list(char) -> list(char) -> list(char) +3084,Abbreviate words separated by '.',"('95.+104',)",9.+.,list(char) -> list(char) +3085,Append two words delimited by '..',"('Urbana', 'Pennsylvania')",Urbana..Pennsylvania,list(char) -> list(char) -> list(char) +3086,nth (n=0) word delimited by ' ',"('+138 +161',)",+138,list(char) -> list(char) +3087,Abbreviate words separated by '-',"('+144-Eccleston',)",+.E.,list(char) -> list(char) +3088,parentheses around second word,"('58 45',)",(45),list(char) -> list(char) +3089,Prepend '+42' to first word,"('Spell Phillip',)",+42Spell,list(char) -> list(char) +3090,Take first character and append ' ',"('Mcgaughey',)",M ,list(char) -> list(char) +3091,"nth (n=0) word delimited by ','","('+183,718,591',)",+183,list(char) -> list(char) +3092,parentheses around a single word (III),"('+141',)",(+141),list(char) -> list(char) +3093,ensure suffix `Junkin`,"('MA Jeanice +199',)",MA Jeanice +199Junkin,list(char) -> list(char) +3094,First letters of words (III),"('P Philadelphia Clasen Hornak',)",PPCH,list(char) -> list(char) +3095,Append two words delimited by '.',"('476', 'Chilcott')",476.Chilcott,list(char) -> list(char) -> list(char) +3096,Append 2 strings (II),"('Scalia', 'Acura100')",ScaliaAcura100,list(char) -> list(char) -> list(char) +3097,"Replace ',' w/ '('","('+144,Kimberley,430',)",+144(Kimberley(430,list(char) -> list(char) +3098,nth (n=1) word delimited by '(',"('Rudolf(Celsa',)",Celsa,list(char) -> list(char) +3099,Abbreviate separate words (IIII),"('Maryland', 'Halpern')",M.H.,list(char) -> list(char) -> list(char) +3100,Abbreviate words separated by ' ',"('771 Alida',)",7.A.,list(char) -> list(char) +3101,parentheses around first word,"('Marquess Eccleston +183 675 Arbor',)",(Marquess),list(char) -> list(char) +3102,Append two words delimited by ' )',"('807', 'Mariel')",807 )Mariel,list(char) -> list(char) -> list(char) +3103,ensure suffix `Samuel`,"('Haven +144 Garrard',)",Haven +144 GarrardSamuel,list(char) -> list(char) +3104,First letters of words (II),"('197 575 Lakenya',)",15L,list(char) -> list(char) +3105,Append two words delimited by '-)',"('68', '249')",68-)249,list(char) -> list(char) -> list(char) +3106,nth (n=0) word delimited by ' ',"('Urbana 2',)",Urbana,list(char) -> list(char) +3107,Append 2 strings (IIIIII),"('Harvard', 'Melodi')",HarvardMelodi,list(char) -> list(char) -> list(char) +3108,"Take first character and append ','","('Junkin',)","J,",list(char) -> list(char) +3109,Replace ')' w/ '-',"('Barbara)Arbor',)",Barbara-Arbor,list(char) -> list(char) +3110,Abbreviate words separated by ' ',"('64 Kathlyn',)",6.K.,list(char) -> list(char) +3111,Take first character and append '-',"('178',)",1-,list(char) -> list(char) +3112,drop first word delimited by ' ',"('5 58',)",58,list(char) -> list(char) +3113,drop first word delimited by ' ',"('S 415 Ducati125 Jacquiline',)",415 Ducati125 Jacquiline,list(char) -> list(char) +3114,ensure suffix `Phialdelphia`,"('Bradford Ducati100',)",Bradford Ducati100Phialdelphia,list(char) -> list(char) +3115,drop first word delimited by '.',"('Gregori.Montiel.Ducati125.426',)",Montiel.Ducati125.426,list(char) -> list(char) +3116,Prepend 'Casler',"('Honda250',)",CaslerHonda250,list(char) -> list(char) +3117,Prepend '+42' to first word,"('Pennsylvania 29',)",+42Pennsylvania,list(char) -> list(char) +3118,nth (n=1) word delimited by '(',"('717(9(FreeHafer',)",9,list(char) -> list(char) +3119,parentheses around word delimited by '-' & ' ',"('-Rowden FreeHafer',)",-(Rowden) FreeHafer,list(char) -> list(char) +3120,Append two words delimited by '(',"('40', '085')",40(085,list(char) -> list(char) -> list(char) +3121,nth (n=1) word delimited by ' ',"('075 Jacqualine',)",Jacqualine,list(char) -> list(char) +3122,"nth (n=0) word delimited by ','","('717,FreeHafer,132,2',)",717,list(char) -> list(char) +3123,Extract word delimited by '.' - '(',"('Bradford.Beata(Constable(+42',)",Beata,list(char) -> list(char) +3124,ensure suffix `+185`,"('56 Chong 491',)",56 Chong 491+185,list(char) -> list(char) +3125,nth (n=0) word delimited by ')',"('+151)5)Ferrari)Storrs',)",+151,list(char) -> list(char) +3126,Extract word delimited by '.' - '-',"('Malissa.Celsa-483-21',)",Celsa,list(char) -> list(char) +3127,"Replace ' ' w/ ','","('V Celsa',)","V,Celsa",list(char) -> list(char) +3128,ensure suffix `Phialdelphia`,"('Marquess 35 Penn Seamons',)",Marquess 35 Penn SeamonsPhialdelphia,list(char) -> list(char) +3129,First letters of words (IIIIII),"('+161 +5',)",++,list(char) -> list(char) +3130,drop first word delimited by ')',"('W)Yale)Ghoston',)",Yale)Ghoston,list(char) -> list(char) +3131,Append 'Richert',"('Ferrari',)",FerrariRichert,list(char) -> list(char) +3132,"Replace ',' w/ '('","('Lara,330',)",Lara(330,list(char) -> list(char) +3133,Prepend '+129' to first word,"('Hornak +199',)",+129Hornak,list(char) -> list(char) +3134,Take first character and append '.',"('994',)",9.,list(char) -> list(char) +3135,Append 'Cornell',"('+7',)",+7Cornell,list(char) -> list(char) +3136,Prepend '659',"('Drexel',)",659Drexel,list(char) -> list(char) +3137,Drop last 3 characters,"('355',)",,list(char) -> list(char) +3138,Append two words delimited by ')',"('Andria', 'Jenee')",Andria)Jenee,list(char) -> list(char) -> list(char) +3139,Append two words delimited by '-)',"('Quashie', '42')",Quashie-)42,list(char) -> list(char) -> list(char) +3140,ensure suffix `Junkin`,"('Ferrari CA 598 Haven',)",Ferrari CA 598 HavenJunkin,list(char) -> list(char) +3141,Drop last 3 characters,"('Ramthun',)",Ramt,list(char) -> list(char) +3142,"Append two words delimited by ',.'","('Soderstrom', 'Honda125')","Soderstrom,.Honda125",list(char) -> list(char) -> list(char) +3143,Abbreviate words separated by '(',"('Andrew(+198',)",A.+.,list(char) -> list(char) +3144,Abbreviate separate words (IIIII),"('Akiyama', '42')",A.4.,list(char) -> list(char) -> list(char) +3145,Take first 2 characters,"('Chong',)",Ch,list(char) -> list(char) +3146,parentheses around a single word (IIII),"('513',)",(513),list(char) -> list(char) +3147,Prepend '+42' to first word,"('Lara Harvard',)",+42Lara,list(char) -> list(char) +3148,Append 2 strings (I),"('Connecticut', 'Cruz')",ConnecticutCruz,list(char) -> list(char) -> list(char) +3149,nth (n=-1) word delimited by '(',"('+129(Jani(Bobo',)",Bobo,list(char) -> list(char) +3150,First letters of words (I),"('618 Halpern 272',)",6H2,list(char) -> list(char) +3151,Take first character and append ' ',"('512',)",5 ,list(char) -> list(char) +3152,"nth (n=1) word delimited by ','","('+7,+138,46,Jenee',)",+138,list(char) -> list(char) +3153,Append two words delimited by '(',"('843', 'CT')",843(CT,list(char) -> list(char) -> list(char) +3154,Prepend 'Casler',"('20',)",Casler20,list(char) -> list(char) +3155,Abbreviate separate words (IIIII),"('+43', 'Houston')",+.H.,list(char) -> list(char) -> list(char) +3156,Append two words delimited by ')',"('Jeanice', '213')",Jeanice)213,list(char) -> list(char) -> list(char) +3157,nth (n=0) word delimited by ')',"('+163)449)Ferrari250',)",+163,list(char) -> list(char) +3158,nth (n=-1) word delimited by ' ',"('CA +176 Ferrari250',)",Ferrari250,list(char) -> list(char) +3159,Append two words delimited by '-)',"('483', '469')",483-)469,list(char) -> list(char) -> list(char) +3160,Abbreviate separate words (I),"('591', '258')",5.2.,list(char) -> list(char) -> list(char) +3161,ensure suffix `Samuel`,"('Chong 618 Kimberley Haven',)",Chong 618 Kimberley HavenSamuel,list(char) -> list(char) +3162,"Abbreviate words separated by ','","('California,Marquess',)",C.M.,list(char) -> list(char) +3163,"Append two words delimited by ',('","('I', 'Dr')","I,(Dr",list(char) -> list(char) -> list(char) +3164,drop first word delimited by '.',"('Kotas.Spell.118',)",Spell.118,list(char) -> list(char) +3165,"nth (n=0) word delimited by ','","('Richert,CT',)",Richert,list(char) -> list(char) +3166,parentheses around a single word (I),"('+9',)",(+9),list(char) -> list(char) +3167,Append 2 strings (IIIII),"('Mariel', 'Berkeley')",MarielBerkeley,list(char) -> list(char) -> list(char) +3168,Replace ')' w/ '-',"('N)Micha)Montiel',)",N-Micha-Montiel,list(char) -> list(char) +3169,"Take first character and append ','","('252',)","2,",list(char) -> list(char) +3170,Take first character and append ')',"('Neil',)",N),list(char) -> list(char) +3171,"Append two words delimited by ',('","('Park', 'Lara')","Park,(Lara",list(char) -> list(char) -> list(char) +3172,parentheses around a single word (I),"('Cambridge',)",(Cambridge),list(char) -> list(char) +3173,ensure suffix `Acura125`,"('64 10Acura125',)",64 10Acura125,list(char) -> list(char) +3174,Append two words delimited by '..',"('846', 'Olague')",846..Olague,list(char) -> list(char) -> list(char) +3175,nth (n=1) word delimited by '.',"('T.Hopkins',)",Hopkins,list(char) -> list(char) +3176,Append 2 strings (I),"('Ducati125', 'A')",Ducati125A,list(char) -> list(char) -> list(char) +3177,Drop last 1 characters,"('+104',)",+10,list(char) -> list(char) +3178,nth (n=1) word delimited by '-',"('+104-+104',)",+104,list(char) -> list(char) +3179,Abbreviate words separated by '-',"('40-O',)",4.O.,list(char) -> list(char) +3180,First letters of words (IIII),"('700 Junkin',)",7J,list(char) -> list(char) +3181,Abbreviate separate words (IIIIII),"('Chilcott', '9')",C.9.,list(char) -> list(char) -> list(char) +3182,nth (n=0) word delimited by ' ',"('515 +195 Mariel',)",515,list(char) -> list(char) +3183,Drop last 5 characters,"('Richert',)",Ri,list(char) -> list(char) +3184,"Replace '.' w/ ','","('Honda250.+2.Malissa.Kotas',)","Honda250,+2,Malissa,Kotas",list(char) -> list(char) +3185,"Append two words delimited by '.,'","('+118', 'Jurgens')","+118.,Jurgens",list(char) -> list(char) -> list(char) +3186,ensure suffix `Junkin`,"('Cambridge JacquilineJunkin',)",Cambridge JacquilineJunkin,list(char) -> list(char) +3187,Append 2 strings (IIIIII),"('654', '566')",654566,list(char) -> list(char) -> list(char) +3188,Replace ')' w/ ' ',"('Malissa)21',)",Malissa 21,list(char) -> list(char) +3189,"Append two words delimited by ','","('Yale', 'Urbana')","Yale,Urbana",list(char) -> list(char) -> list(char) +3190,Append two words delimited by '(',"('+163', 'Covelli')",+163(Covelli,list(char) -> list(char) -> list(char) +3191,Take first character and append '(',"('G',)",G(,list(char) -> list(char) +3192,Append two words delimited by ' ',"('H', '65')",H 65,list(char) -> list(char) -> list(char) +3193,Prepend '+129' to first word,"('68 Covelli',)",+12968,list(char) -> list(char) +3194,Prepend 'Jani' to first word,"('83 Lain',)",Jani83,list(char) -> list(char) +3195,parentheses around word delimited by '-' & '.',"('822-O.Babiarz',)",822-(O).Babiarz,list(char) -> list(char) +3196,parentheses around first word,"('Ghoston W +183 Elias',)",(Ghoston),list(char) -> list(char) +3197,parentheses around word delimited by '-' & '.',"('Elias-150.86 Garrard',)",Elias-(150).86 Garrard,list(char) -> list(char) +3198,nth (n=-1) word delimited by '-',"('692-Jurgens-T-178',)",178,list(char) -> list(char) +3199,Append '+185',"('Temple',)",Temple+185,list(char) -> list(char) +3200,Prepend 'Park' to first word,"('Madelaine Launa',)",ParkMadelaine,list(char) -> list(char) +3201,parentheses around a single word (IIIII),"('29',)",(29),list(char) -> list(char) +3202,drop first word delimited by '-',"('95-623',)",623,list(char) -> list(char) +3203,First letters of words (II),"('Alaina Soderstrom',)",AS,list(char) -> list(char) +3204,"parentheses around word delimited by '.' & ','","('.P,USA',)",".(P),USA",list(char) -> list(char) +3205,nth (n=0) word delimited by '.',"('Salley.+147.+5.62',)",Salley,list(char) -> list(char) +3206,parentheses around second word,"('Partida Barbara',)",(Barbara),list(char) -> list(char) +3207,Abbreviate separate words (IIII),"('95', 'Storrs')",9.S.,list(char) -> list(char) -> list(char) +3208,Take first 4 characters,"('Andria',)",Andr,list(char) -> list(char) +3209,Replace '.' w/ '-',"('Spell.+198',)",Spell-+198,list(char) -> list(char) +3210,Drop last 1 characters,"('Partida',)",Partid,list(char) -> list(char) +3211,Drop last 2 characters,"('Harvard',)",Harva,list(char) -> list(char) +3212,Replace ')' w/ '.',"('943)I)172)280',)",943.I.172.280,list(char) -> list(char) +3213,Append 'Cornell',"('119',)",119Cornell,list(char) -> list(char) +3214,drop first word delimited by ')',"('149)963)68)65',)",963)68)65,list(char) -> list(char) +3215,Take first 3 characters,"('+105',)",+10,list(char) -> list(char) +3216,Append 'Reily',"('+105',)",+105Reily,list(char) -> list(char) +3217,parentheses around a single word (III),"('Phillip',)",(Phillip),list(char) -> list(char) +3218,Prepend 'Casler',"('45',)",Casler45,list(char) -> list(char) +3219,"Replace ',' w/ '-'","('Madelaine,680,Philadelphia',)",Madelaine-680-Philadelphia,list(char) -> list(char) +3220,parentheses around first word,"('Constable Lashanda +130 T',)",(Constable),list(char) -> list(char) +3221,Abbreviate separate words (II),"('Honda250', 'CA')",H.C.,list(char) -> list(char) -> list(char) +3222,Prepend 'Montiel',"('060',)",Montiel060,list(char) -> list(char) +3223,First letters of words (IIIIII),"('Scalia 23',)",S2,list(char) -> list(char) +3224,parentheses around a single word (II),"('276',)",(276),list(char) -> list(char) +3225,Prepend '329',"('292',)",329292,list(char) -> list(char) +3226,Abbreviate words separated by '.',"('Scalia.Berkeley',)",S.B.,list(char) -> list(char) +3227,"Append two words delimited by ','","('Honda250', '250')","Honda250,250",list(char) -> list(char) -> list(char) +3228,Abbreviate words separated by ')',"('Aylward)Bess',)",A.B.,list(char) -> list(char) +3229,Append 'Reily',"('L',)",LReily,list(char) -> list(char) +3230,Extract word delimited by ')' - ')',"('Jeff)+147)Spagnoli)320',)",+147,list(char) -> list(char) +3231,Take first character and append '.',"('+118',)",+.,list(char) -> list(char) +3232,"Append two words delimited by ','","('14', 'Samuel')","14,Samuel",list(char) -> list(char) -> list(char) +3233,Extract word delimited by '-' - '(',"('Harvard-916(Marquess-H',)",916,list(char) -> list(char) +3234,Replace ')' w/ ' ',"('Launa)Hopkins)35',)",Launa Hopkins 35,list(char) -> list(char) +3235,Replace ' ' w/ ')',"('Maryann E',)",Maryann)E,list(char) -> list(char) +3236,nth (n=-1) word delimited by ')',"('Stefany)Honda125',)",Honda125,list(char) -> list(char) +3237,Append two words delimited by ' ',"('Brendan', 'Pannell')",Brendan Pannell,list(char) -> list(char) -> list(char) +3238,Prepend '329',"('+6',)",329+6,list(char) -> list(char) +3239,"parentheses around word delimited by ' ' & ','","('Honda Kimberley,Eccleston',)","Honda (Kimberley),Eccleston",list(char) -> list(char) +3240,"Append two words delimited by ',.'","('Acura125', '50')","Acura125,.50",list(char) -> list(char) -> list(char) +3241,Take first character and append '(',"('10',)",1(,list(char) -> list(char) +3242,Extract word delimited by '.' - '-',"('Neil.Phialdelphia-+147-+138',)",Phialdelphia,list(char) -> list(char) +3243,nth (n=-1) word delimited by '(',"('S(L',)",L,list(char) -> list(char) +3244,First letters of words (I),"('947 Storrs Penn',)",9SP,list(char) -> list(char) +3245,Append two words delimited by '-',"('O', 'Halpern')",O-Halpern,list(char) -> list(char) -> list(char) +3246,Append 'Kathlyn',"('Honda250',)",Honda250Kathlyn,list(char) -> list(char) +3247,"Append two words delimited by '.,'","('Harvard', 'Garrard')","Harvard.,Garrard",list(char) -> list(char) -> list(char) +3248,parentheses around a single word (IIII),"('Jeff',)",(Jeff),list(char) -> list(char) +3249,Abbreviate words separated by ')',"('213)40',)",2.4.,list(char) -> list(char) +3250,Append two words delimited by '-',"('Andria', 'NY')",Andria-NY,list(char) -> list(char) -> list(char) +3251,Abbreviate words separated by '(',"('+86(754',)",+.7.,list(char) -> list(char) +3252,Append '+185',"('Gertude',)",Gertude+185,list(char) -> list(char) +3253,nth (n=-1) word delimited by '.',"('Ducati100.Jani.47',)",47,list(char) -> list(char) +3254,"Replace ' ' w/ ','","('Vena 686',)","Vena,686",list(char) -> list(char) +3255,Append 2 strings (IIIII),"('University', '+105')",University+105,list(char) -> list(char) -> list(char) +3256,Abbreviate separate words (III),"('Latimore', 'Cambridge')",L.C.,list(char) -> list(char) -> list(char) +3257,Drop last 4 characters,"('+104',)",,list(char) -> list(char) +3258,parentheses around a single word (IIIII),"('Dermody',)",(Dermody),list(char) -> list(char) +3259,Abbreviate words separated by ')',"('Harvard)+198',)",H.+.,list(char) -> list(char) +3260,Replace '(' w/ ')',"('J(K',)",J)K,list(char) -> list(char) +3261,First letters of words (II),"('R +5 180',)",R+1,list(char) -> list(char) +3262,Append '+185',"('Garrard',)",Garrard+185,list(char) -> list(char) +3263,Take first 2 characters,"('129',)",12,list(char) -> list(char) +3264,parentheses around word delimited by '.' & '.',"('Gregori.Latimore.33',)",Gregori.(Latimore).33,list(char) -> list(char) +3265,Append 'Reily',"('+161',)",+161Reily,list(char) -> list(char) +3266,Append 2 strings (IIII),"('California', 'Desiree')",CaliforniaDesiree,list(char) -> list(char) -> list(char) +3267,Append 'Kathlyn',"('Cornell',)",CornellKathlyn,list(char) -> list(char) +3268,Replace '(' w/ ')',"('993(Launa',)",993)Launa,list(char) -> list(char) +3269,nth (n=1) word delimited by '(',"('Salley(Scalia(117',)",Scalia,list(char) -> list(char) +3270,Abbreviate words separated by '(',"('075(Penn',)",0.P.,list(char) -> list(char) +3271,First letters of words (IIIIII),"('Hopkins 169 Tobias Yale',)",H1TY,list(char) -> list(char) +3272,Take first 5 characters,"('Harvard',)",Harva,list(char) -> list(char) +3273,Append two words delimited by ' )',"('461', 'Hopkins')",461 )Hopkins,list(char) -> list(char) -> list(char) +3274,Abbreviate separate words (III),"('+188', 'Montiel')",+.M.,list(char) -> list(char) -> list(char) +3275,nth (n=0) word delimited by '.',"('436.20',)",436,list(char) -> list(char) +3276,"Abbreviate words separated by ','","('Partida,Tobias',)",P.T.,list(char) -> list(char) +3277,drop first word delimited by ' ',"('Honda550 +183',)",+183,list(char) -> list(char) +3278,ensure suffix `Madelaine`,"('238 082 014Madelaine',)",238 082 014Madelaine,list(char) -> list(char) +3279,nth (n=0) word delimited by '(',"('+158(+138(25',)",+158,list(char) -> list(char) +3280,Replace ')' w/ '.',"('604)Marquess)947)13',)",604.Marquess.947.13,list(char) -> list(char) +3281,"Append two words delimited by ',('","('180', 'V')","180,(V",list(char) -> list(char) -> list(char) +3282,drop first word delimited by '(',"('S(43(Joaquin',)",43(Joaquin,list(char) -> list(char) +3283,"Replace '.' w/ ','","('+105.587.969',)","+105,587,969",list(char) -> list(char) +3284,nth (n=-1) word delimited by '-',"('382-50',)",50,list(char) -> list(char) +3285,parentheses around second word,"('Storrs C Honda550 K',)",(C),list(char) -> list(char) +3286,Prepend 'Celsa',"('Ramthun',)",CelsaRamthun,list(char) -> list(char) +3287,Append two words delimited by '.',"('20', '2')",20.2,list(char) -> list(char) -> list(char) +3288,Take first 4 characters,"('Edison',)",Edis,list(char) -> list(char) +3289,"drop first word delimited by ','","('MI,68',)",68,list(char) -> list(char) +3290,"parentheses around word delimited by '.' & ','","('.33,+198',)",".(33),+198",list(char) -> list(char) +3291,"parentheses around word delimited by '.' & ','","('65.Stefany,670 Salley',)","65.(Stefany),670 Salley",list(char) -> list(char) +3292,Prepend '+129' to first word,"('Marquess +138',)",+129Marquess,list(char) -> list(char) +3293,Prepend '183' to first word,"('Jeff 515',)",183Jeff,list(char) -> list(char) +3294,Append 2 strings (IIIIII),"('007', 'Honda250')",007Honda250,list(char) -> list(char) -> list(char) +3295,Abbreviate separate words (IIIIII),"('+195', 'F')",+.F.,list(char) -> list(char) -> list(char) +3296,Append 'Richert',"('+118',)",+118Richert,list(char) -> list(char) +3297,nth (n=1) word delimited by ' ',"('Quashie Kimberley',)",Kimberley,list(char) -> list(char) +3298,Replace '.' w/ '-',"('+174.Ithaca.F.+161',)",+174-Ithaca-F-+161,list(char) -> list(char) +3299,drop first word delimited by ')',"('+132)+194',)",+194,list(char) -> list(char) +3300,nth (n=-1) word delimited by '.',"('83.Ramthun.75.Ferrari250',)",Ferrari250,list(char) -> list(char) +3301,parentheses around a single word (I),"('Phialdelphia',)",(Phialdelphia),list(char) -> list(char) +3302,"nth (n=-1) word delimited by ','","('216,Lara',)",Lara,list(char) -> list(char) +3303,Take first 3 characters,"('Rice',)",Ric,list(char) -> list(char) +3304,parentheses around word delimited by '-' & '-',"('Jurgens-Carlene-Maryland-Miah',)",Jurgens-(Carlene)-Maryland-Miah,list(char) -> list(char) +3305,"nth (n=1) word delimited by ','","('Jeff,209,199,Celsa',)",209,list(char) -> list(char) +3306,nth (n=1) word delimited by '-',"('Malissa-541',)",541,list(char) -> list(char) +3307,Prepend 'Beata',"('Lakenya',)",BeataLakenya,list(char) -> list(char) +3308,Take first character and append '.',"('Drexel',)",D.,list(char) -> list(char) +3309,parentheses around a single word (I),"('+6',)",(+6),list(char) -> list(char) +3310,Replace ' ' w/ ')',"('Montiel 47 DPhiladelphia 911',)",Montiel)47)DPhiladelphia)911,list(char) -> list(char) +3311,"Replace ',' w/ '-'","('Mackenzie,Miah,Jacquiline',)",Mackenzie-Miah-Jacquiline,list(char) -> list(char) +3312,"Extract word delimited by ',' - '('","('Scalia,A(194,25',)",A,list(char) -> list(char) +3313,parentheses around word delimited by '-' & '-',"('V-42-290 14',)",V-(42)-290 14,list(char) -> list(char) +3314,nth (n=1) word delimited by ')',"('+115)+185)Andria)62',)",+185,list(char) -> list(char) +3315,parentheses around a single word (IIII),"('304',)",(304),list(char) -> list(char) +3316,nth (n=-1) word delimited by ' ',"('C W',)",W,list(char) -> list(char) +3317,nth (n=0) word delimited by ')',"('+158)Q)Joaquin)MI',)",+158,list(char) -> list(char) +3318,parentheses around word delimited by '-' & ' ',"('Philadelphia-086 S,Desiree',)","Philadelphia-(086) S,Desiree",list(char) -> list(char) +3319,"parentheses around word delimited by '.' & ','","('.Mackenzie,Constable-+167',)",".(Mackenzie),Constable-+167",list(char) -> list(char) +3320,"Append two words delimited by ',('","('Drexel', '45')","Drexel,(45",list(char) -> list(char) -> list(char) +3321,Drop last 2 characters,"('Urbana',)",Urba,list(char) -> list(char) +3322,parentheses around a single word (III),"('CT',)",(CT),list(char) -> list(char) +3323,First letters of words (I),"('Brendan 2',)",B2,list(char) -> list(char) +3324,"nth (n=-1) word delimited by ','","('Akiyama,Aylward',)",Aylward,list(char) -> list(char) +3325,parentheses around second word,"('Hayley 698',)",(698),list(char) -> list(char) +3326,Drop last 3 characters,"('Stefany',)",Stef,list(char) -> list(char) +3327,"Extract word delimited by ',' - '('","('40,Maryland(M(Pannell',)",Maryland,list(char) -> list(char) +3328,Replace '.' w/ '-',"('+155.635',)",+155-635,list(char) -> list(char) +3329,Append 'Cornell',"('084',)",084Cornell,list(char) -> list(char) +3330,nth (n=1) word delimited by ')',"('Akiyama)Angeles',)",Angeles,list(char) -> list(char) +3331,ensure suffix `Samuel`,"('Casler Santa 200Samuel',)",Casler Santa 200Samuel,list(char) -> list(char) +3332,nth (n=0) word delimited by '(',"('Park(Rudolf(9(551',)",Park,list(char) -> list(char) +3333,nth (n=-1) word delimited by ')',"('+7)+129)115',)",115,list(char) -> list(char) +3334,Replace ')' w/ '-',"('Elias)Jenee)Nancy',)",Elias-Jenee-Nancy,list(char) -> list(char) +3335,Extract word delimited by ' ' - '-',"('Covelli Yale-+118-+106',)",Yale,list(char) -> list(char) +3336,Take first 3 characters,"('Beata',)",Bea,list(char) -> list(char) +3337,Abbreviate separate words (I),"('98', 'Karrie')",9.K.,list(char) -> list(char) -> list(char) +3338,Extract word delimited by '.' - '-',"('399.60-700.140',)",60,list(char) -> list(char) +3339,"Append two words delimited by ','","('905', 'Jenee')","905,Jenee",list(char) -> list(char) -> list(char) +3340,Take first character and append ')',"('Annalisa',)",A),list(char) -> list(char) +3341,"Take first character and append ','","('Hopkins',)","H,",list(char) -> list(char) +3342,Drop last 3 characters,"('Pennsylvania',)",Pennsylva,list(char) -> list(char) +3343,Replace ')' w/ '.',"('V)Constable',)",V.Constable,list(char) -> list(char) +3344,ensure suffix `Stefany`,"('Q MarielStefany',)",Q MarielStefany,list(char) -> list(char) +3345,Append two words delimited by ' )',"('Micha', 'Lakenya')",Micha )Lakenya,list(char) -> list(char) -> list(char) +3346,"Replace '.' w/ ','","('+199.+155',)","+199,+155",list(char) -> list(char) +3347,parentheses around a single word (III),"('834',)",(834),list(char) -> list(char) +3348,nth (n=1) word delimited by ')',"('+115)Latimore)Ducati250)749',)",Latimore,list(char) -> list(char) +3349,drop first word delimited by '.',"('Withers.Acura125.180.Bobo',)",Acura125.180.Bobo,list(char) -> list(char) +3350,First letters of words (IIIII),"('Ducati 953 329 Angeles',)",D93A,list(char) -> list(char) +3351,Append 'Kathlyn',"('J',)",JKathlyn,list(char) -> list(char) +3352,Append 2 strings (III),"('Nancy', 'Samuel')",NancySamuel,list(char) -> list(char) -> list(char) +3353,Take first character and append '(',"('334',)",3(,list(char) -> list(char) +3354,Prepend 'Celsa',"('46',)",Celsa46,list(char) -> list(char) +3355,Drop last 1 characters,"('64',)",6,list(char) -> list(char) +3356,ensure suffix `+185`,"('126 885 Georgina 894+185',)",126 885 Georgina 894+185,list(char) -> list(char) +3357,"Append two words delimited by ',.'","('949', 'Marquess')","949,.Marquess",list(char) -> list(char) -> list(char) +3358,"Append two words delimited by ',.'","('+188', 'Bradford')","+188,.Bradford",list(char) -> list(char) -> list(char) +3359,parentheses around word delimited by '-' & '.',"('Michigan-I.Brescia',)",Michigan-(I).Brescia,list(char) -> list(char) +3360,Append two words delimited by '-)',"('115', 'TX')",115-)TX,list(char) -> list(char) -> list(char) +3361,parentheses around word delimited by '.' & '.',"('Houston.Dr.Partida,Melodi',)","Houston.(Dr).Partida,Melodi",list(char) -> list(char) +3362,Take first character and append '.',"('776',)",7.,list(char) -> list(char) +3363,Drop last 4 characters,"('Philadelphia',)",Philadel,list(char) -> list(char) +3364,Drop last 5 characters,"('Reily',)",,list(char) -> list(char) +3365,drop first word delimited by '.',"('655.Withers.94.83',)",Withers.94.83,list(char) -> list(char) +3366,Abbreviate separate words (IIII),"('Honda250', '5')",H.5.,list(char) -> list(char) -> list(char) +3367,Append two words delimited by '..',"('Madelaine', '+155')",Madelaine..+155,list(char) -> list(char) -> list(char) +3368,parentheses around a single word (IIIII),"('23',)",(23),list(char) -> list(char) +3369,Append 'Richert',"('TX',)",TXRichert,list(char) -> list(char) +3370,Replace ')' w/ '-',"('J)Cencici)Akiyama)Carlene',)",J-Cencici-Akiyama-Carlene,list(char) -> list(char) +3371,Drop last 5 characters,"('Gertude',)",Ge,list(char) -> list(char) +3372,Abbreviate separate words (I),"('Kathlyn', 'College')",K.C.,list(char) -> list(char) -> list(char) +3373,Abbreviate separate words (I),"('Richert', 'Junkin')",R.J.,list(char) -> list(char) -> list(char) +3374,Extract word delimited by ' ' - '-',"('Haven 43-2-+172',)",43,list(char) -> list(char) +3375,"Replace ' ' w/ ','","('Yale 918 Chism Alaina',)","Yale,918,Chism,Alaina",list(char) -> list(char) +3376,First letters of words (III),"('J CA Pennsylvania',)",JCP,list(char) -> list(char) +3377,Prepend '659',"('405',)",659405,list(char) -> list(char) +3378,Append 'Acura125',"('+195',)",+195Acura125,list(char) -> list(char) +3379,Extract word delimited by '-' - '(',"('D-Mariya(Garrard(882',)",Mariya,list(char) -> list(char) +3380,Abbreviate words separated by '.',"('Acura125.Trinidad',)",A.T.,list(char) -> list(char) +3381,ensure suffix `Madelaine`,"('Santa 322 R',)",Santa 322 RMadelaine,list(char) -> list(char) +3382,nth (n=-1) word delimited by '.',"('Joaquin.S',)",S,list(char) -> list(char) +3383,Abbreviate words separated by '(',"('292(F',)",2.F.,list(char) -> list(char) +3384,Prepend 'Beata',"('858',)",Beata858,list(char) -> list(char) +3385,drop first word delimited by ')',"('35)K)F)734',)",K)F)734,list(char) -> list(char) +3386,First letters of words (I),"('+143 Hopkins Akiyama +176',)",+HA+,list(char) -> list(char) +3387,"nth (n=1) word delimited by ','","('Bogle,6',)",6,list(char) -> list(char) +3388,Prepend '659',"('Spell',)",659Spell,list(char) -> list(char) +3389,"parentheses around word delimited by ' ' & ','","('438 886,7,F',)","438 (886),7,F",list(char) -> list(char) +3390,Prepend 'Montiel',"('862',)",Montiel862,list(char) -> list(char) +3391,Take first 5 characters,"('Acura100',)",Acura,list(char) -> list(char) +3392,nth (n=1) word delimited by ')',"('+9)Bogle)MI',)",Bogle,list(char) -> list(char) +3393,"drop first word delimited by ','","('Sergienko,81,191,Alaina',)","81,191,Alaina",list(char) -> list(char) +3394,Extract word delimited by ')' - ')',"('Trinidad)671)J)Marcus',)",671,list(char) -> list(char) +3395,Prepend 'Park' to first word,"('58 643',)",Park58,list(char) -> list(char) +3396,Append two words delimited by ' )',"('Babiarz', 'Mackenzie')",Babiarz )Mackenzie,list(char) -> list(char) -> list(char) +3397,Extract word delimited by '.' - '-',"('Jeff.Mackenzie-56.14',)",Mackenzie,list(char) -> list(char) +3398,First letters of words (IIIII),"('TX Rudolf H +5',)",TRH+,list(char) -> list(char) +3399,Prepend 'Jani' to first word,"('258 977',)",Jani258,list(char) -> list(char) +3400,"nth (n=-1) word delimited by ','","('98,Alaina,UCLA',)",UCLA,list(char) -> list(char) +3401,Append two words delimited by '(',"('+189', 'Lakenya')",+189(Lakenya,list(char) -> list(char) -> list(char) +3402,ensure suffix `Madelaine`,"('Ducati250 Akiyama 376 UniversityMadelaine',)",Ducati250 Akiyama 376 UniversityMadelaine,list(char) -> list(char) +3403,Drop last 5 characters,"('Lango',)",,list(char) -> list(char) +3404,parentheses around a single word (IIIII),"('Pennsylvania',)",(Pennsylvania),list(char) -> list(char) +3405,Append two words delimited by '-',"('+188', 'Rice')",+188-Rice,list(char) -> list(char) -> list(char) +3406,Abbreviate separate words (IIIIII),"('Karrie', '254')",K.2.,list(char) -> list(char) -> list(char) +3407,nth (n=0) word delimited by '.',"('106.+161',)",106,list(char) -> list(char) +3408,"Abbreviate words separated by ','","('Jenee,Park',)",J.P.,list(char) -> list(char) +3409,parentheses around word delimited by '.' & '.',"('Withers.UCLA.963-779',)",Withers.(UCLA).963-779,list(char) -> list(char) +3410,nth (n=1) word delimited by '-',"('Park-+151',)",+151,list(char) -> list(char) +3411,First letters of words (IIIII),"('Cornell Lain',)",CL,list(char) -> list(char) +3412,"Append two words delimited by '.,'","('Michigan', 'Sergienko')","Michigan.,Sergienko",list(char) -> list(char) -> list(char) +3413,Abbreviate separate words (IIIIII),"('Stefany', 'Jurgens')",S.J.,list(char) -> list(char) -> list(char) +3414,drop first word delimited by '(',"('Bogle(Babiarz(+9(46',)",Babiarz(+9(46,list(char) -> list(char) +3415,nth (n=1) word delimited by ' ',"('+141 029',)",029,list(char) -> list(char) +3416,drop first word delimited by '-',"('Haven-Reily-2',)",Reily-2,list(char) -> list(char) +3417,Prepend 'Jani' to first word,"('675 008',)",Jani675,list(char) -> list(char) +3418,nth (n=0) word delimited by '-',"('Gertude-MD',)",Gertude,list(char) -> list(char) +3419,First letters of words (IIII),"('Honda550 Jenee',)",HJ,list(char) -> list(char) +3420,Replace ' ' w/ ')',"('York Scalia +104',)",York)Scalia)+104,list(char) -> list(char) +3421,Take first character and append ' ',"('83',)",8 ,list(char) -> list(char) +3422,"drop first word delimited by ','","('Covelli,W,J',)","W,J",list(char) -> list(char) +3423,Append 'Cornell',"('2',)",2Cornell,list(char) -> list(char) +3424,First letters of words (IIIIII),"('Georgina Beata Jacqualine I',)",GBJI,list(char) -> list(char) +3425,First letters of words (II),"('166 323 L Celsa',)",13LC,list(char) -> list(char) +3426,Replace '(' w/ ')',"('K(University(Connecticut(705',)",K)University)Connecticut)705,list(char) -> list(char) +3427,nth (n=0) word delimited by '(',"('Cruz(+195(PA(D',)",Cruz,list(char) -> list(char) +3428,Prepend 'Park' to first word,"('686 134',)",Park686,list(char) -> list(char) +3429,Prepend '329',"('Honda125',)",329Honda125,list(char) -> list(char) +3430,nth (n=-1) word delimited by ')',"('42)Arbor)368)47',)",47,list(char) -> list(char) +3431,"nth (n=0) word delimited by ','","('Hage,IL,Barbara,+105',)",Hage,list(char) -> list(char) +3432,Abbreviate separate words (IIIII),"('UCLA', '18')",U.1.,list(char) -> list(char) -> list(char) +3433,Append 2 strings (II),"('+195', '537')",+195537,list(char) -> list(char) -> list(char) +3434,nth (n=1) word delimited by ' ',"('707 Spagnoli Akiyama',)",Spagnoli,list(char) -> list(char) +3435,Prepend 'Montiel',"('Hornak',)",MontielHornak,list(char) -> list(char) +3436,parentheses around a single word (II),"('York',)",(York),list(char) -> list(char) +3437,Replace '(' w/ ')',"('+169(493(7(582',)",+169)493)7)582,list(char) -> list(char) +3438,"parentheses around word delimited by ' ' & ','","('+7 Hornak,Desiree.2',)","+7 (Hornak),Desiree.2",list(char) -> list(char) +3439,Take first 2 characters,"('Annalisa',)",An,list(char) -> list(char) +3440,Abbreviate separate words (III),"('50', '33')",5.3.,list(char) -> list(char) -> list(char) +3441,Take first character and append '(',"('Lain',)",L(,list(char) -> list(char) +3442,Prepend 'Montiel',"('Penn',)",MontielPenn,list(char) -> list(char) +3443,Append 2 strings (IIIIII),"('860', 'Marquess')",860Marquess,list(char) -> list(char) -> list(char) +3444,Replace ')' w/ ' ',"('Honda250)NY)Cortes)E',)",Honda250 NY Cortes E,list(char) -> list(char) +3445,Append 'Kathlyn',"('Kimberley',)",KimberleyKathlyn,list(char) -> list(char) +3446,Prepend 'Jani' to first word,"('Withers Heintz',)",JaniWithers,list(char) -> list(char) +3447,Take first 5 characters,"('Kimberley',)",Kimbe,list(char) -> list(char) +3448,Append 'Acura125',"('347',)",347Acura125,list(char) -> list(char) +3449,Drop last 1 characters,"('C',)",,list(char) -> list(char) +3450,First letters of words (IIIII),"('Rice D',)",RD,list(char) -> list(char) +3451,parentheses around word delimited by '-' & '-',"('-883-14',)",-(883)-14,list(char) -> list(char) +3452,nth (n=-1) word delimited by '-',"('Pannell-H-25',)",25,list(char) -> list(char) +3453,Take first character and append '-',"('Lain',)",L-,list(char) -> list(char) +3454,Append two words delimited by '.',"('Neil', '23')",Neil.23,list(char) -> list(char) -> list(char) +3455,Prepend 'Celsa',"('Andria',)",CelsaAndria,list(char) -> list(char) +3456,nth (n=-1) word delimited by ' ',"('40 Honda',)",Honda,list(char) -> list(char) +3457,nth (n=1) word delimited by '(',"('Rudolf(Kimberley(405',)",Kimberley,list(char) -> list(char) +3458,Take first 4 characters,"('Ducati125',)",Duca,list(char) -> list(char) +3459,parentheses around a single word (II),"('W',)",(W),list(char) -> list(char) +3460,Abbreviate words separated by ' ',"('Honda Constable',)",H.C.,list(char) -> list(char) +3461,Prepend '+129' to first word,"('UC +5',)",+129UC,list(char) -> list(char) +3462,parentheses around a single word (II),"('UIUC',)",(UIUC),list(char) -> list(char) +3463,parentheses around word delimited by '.' & '.',"('+104.C.Stefany +65',)",+104.(C).Stefany +65,list(char) -> list(char) +3464,Append two words delimited by ')',"('Phialdelphia', 'Akiyama')",Phialdelphia)Akiyama,list(char) -> list(char) -> list(char) +3465,First letters of words (III),"('UCLA Stefany 746',)",US7,list(char) -> list(char) +3466,Prepend '153' to first word,"('+189 +118',)",153+189,list(char) -> list(char) +3467,Abbreviate separate words (IIII),"('Karrie', 'Soderstrom')",K.S.,list(char) -> list(char) -> list(char) +3468,First letters of words (IIII),"('Aylward Phialdelphia Reily',)",APR,list(char) -> list(char) +3469,Extract word delimited by '.' - '(',"('Nancy.Jeanice(+167(Mariel',)",Jeanice,list(char) -> list(char) +3470,Abbreviate separate words (II),"('588', '629')",5.6.,list(char) -> list(char) -> list(char) +3471,Take first 3 characters,"('674',)",674,list(char) -> list(char) +3472,Prepend '183' to first word,"('York 29',)",183York,list(char) -> list(char) +3473,Take first 5 characters,"('Montiel',)",Monti,list(char) -> list(char) +3474,Prepend '153' to first word,"('734 Irwin',)",153734,list(char) -> list(char) +3475,Take first character and append ' ',"('Melodi',)",M ,list(char) -> list(char) +3476,Append 2 strings (IIIII),"('Honda250', '+2')",Honda250+2,list(char) -> list(char) -> list(char) +3477,parentheses around word delimited by '-' & ' ',"('-270 Kimberley-20',)",-(270) Kimberley-20,list(char) -> list(char) +3478,Extract word delimited by '.' - '(',"('Seamons.Kimberley(Ducati.670',)",Kimberley,list(char) -> list(char) +3479,Append 2 strings (III),"('Jeff', '592')",Jeff592,list(char) -> list(char) -> list(char) +3480,Append 2 strings (III),"('+198', 'Kimberley')",+198Kimberley,list(char) -> list(char) -> list(char) +3481,parentheses around word delimited by '-' & '-',"('5-Teddy-209',)",5-(Teddy)-209,list(char) -> list(char) +3482,Abbreviate separate words (II),"('M', '60')",M.6.,list(char) -> list(char) -> list(char) +3483,Drop last 2 characters,"('65',)",,list(char) -> list(char) +3484,Extract word delimited by '-' - '(',"('94-Cambridge(Cornell-5',)",Cambridge,list(char) -> list(char) +3485,Append two words delimited by ' ',"('D', 'Cambridge')",D Cambridge,list(char) -> list(char) -> list(char) +3486,Append 2 strings (II),"('J', 'Andrew')",JAndrew,list(char) -> list(char) -> list(char) +3487,drop first word delimited by '-',"('151-Bradford-+189',)",Bradford-+189,list(char) -> list(char) +3488,Append two words delimited by '.',"('Hornak', '+115')",Hornak.+115,list(char) -> list(char) -> list(char) +3489,nth (n=1) word delimited by '-',"('Lara-Lashanda-Kotas',)",Lashanda,list(char) -> list(char) +3490,Prepend 'Celsa',"('K',)",CelsaK,list(char) -> list(char) +3491,nth (n=0) word delimited by '(',"('+195(+167(C',)",+195,list(char) -> list(char) +3492,ensure suffix `Stefany`,"('40 Gertude',)",40 GertudeStefany,list(char) -> list(char) +3493,parentheses around word delimited by '-' & ' ',"('+104-Launa Ramthun',)",+104-(Launa) Ramthun,list(char) -> list(char) +3494,Extract word delimited by '-' - '(',"('276-Storrs(+2(500',)",Storrs,list(char) -> list(char) +3495,ensure suffix `Samuel`,"('75 167 Angeles Maryland',)",75 167 Angeles MarylandSamuel,list(char) -> list(char) +3496,Abbreviate words separated by ')',"('061)Mulloy',)",0.M.,list(char) -> list(char) +3497,Drop last 4 characters,"('Annalisa',)",Anna,list(char) -> list(char) +3498,ensure suffix `Phialdelphia`,"('Santa Kotas Samuel +7Phialdelphia',)",Santa Kotas Samuel +7Phialdelphia,list(char) -> list(char) +3499,drop first word delimited by '(',"('Hage(002(Beata(+2',)",002(Beata(+2,list(char) -> list(char) +3500,Prepend 'Casler',"('138',)",Casler138,list(char) -> list(char) +3501,Replace ' ' w/ ')',"('52 Edison',)",52)Edison,list(char) -> list(char) +3502,Append 2 strings (I),"('Columbia', 'Mackenzie')",ColumbiaMackenzie,list(char) -> list(char) -> list(char) +3503,Drop last 4 characters,"('Stefany',)",Ste,list(char) -> list(char) +3504,Append 2 strings (III),"('Ferrari250', '52')",Ferrari25052,list(char) -> list(char) -> list(char) +3505,Abbreviate words separated by '-',"('163-Connecticut',)",1.C.,list(char) -> list(char) +3506,"parentheses around word delimited by ' ' & ','","('Jurgens +86,Withers',)","Jurgens (+86),Withers",list(char) -> list(char) +3507,ensure suffix `Acura125`,"('+176 185 Casler',)",+176 185 CaslerAcura125,list(char) -> list(char) +3508,"drop first word delimited by ','","('+82,46,33,46',)","46,33,46",list(char) -> list(char) +3509,"Abbreviate words separated by ','","('457,G',)",4.G.,list(char) -> list(char) +3510,Abbreviate separate words (III),"('+138', '065')",+.0.,list(char) -> list(char) -> list(char) +3511,Extract word delimited by ')' - ')',"('Acura100)Halpern)V)+198',)",Halpern,list(char) -> list(char) +3512,Prepend '183' to first word,"('Beata +5',)",183Beata,list(char) -> list(char) +3513,parentheses around a single word (IIII),"('Jacquiline',)",(Jacquiline),list(char) -> list(char) +3514,ensure suffix `Stefany`,"('Honda250 970 +158',)",Honda250 970 +158Stefany,list(char) -> list(char) +3515,ensure suffix `Acura125`,"('Madelaine +167 PhialdelphiaAcura125',)",Madelaine +167 PhialdelphiaAcura125,list(char) -> list(char) +3516,Abbreviate words separated by ' ',"('Constable Jacquiline',)",C.J.,list(char) -> list(char) +3517,"Replace ',' w/ '-'","('Acura,IL,977,CT',)",Acura-IL-977-CT,list(char) -> list(char) +3518,Prepend 'Beata',"('776',)",Beata776,list(char) -> list(char) +3519,nth (n=-1) word delimited by '-',"('438-Lain-23-52',)",52,list(char) -> list(char) +3520,Append 2 strings (II),"('43', 'Richert')",43Richert,list(char) -> list(char) -> list(char) +3521,"Replace ',' w/ '('","('Park,25',)",Park(25,list(char) -> list(char) +3522,Drop last 2 characters,"('+194',)",+1,list(char) -> list(char) +3523,nth (n=0) word delimited by '-',"('Jenee-498-H-58',)",Jenee,list(char) -> list(char) +3524,Append 2 strings (IIII),"('598', 'Urbana')",598Urbana,list(char) -> list(char) -> list(char) +3525,parentheses around word delimited by '-' & '.',"('-43.+2.Cornell',)",-(43).+2.Cornell,list(char) -> list(char) +3526,Prepend '+42' to first word,"('Maryann MI',)",+42Maryann,list(char) -> list(char) +3527,Prepend '153' to first word,"('Dermody K',)",153Dermody,list(char) -> list(char) +3528,Prepend '153' to first word,"('UIUC Ferrari250',)",153UIUC,list(char) -> list(char) +3529,Take first character and append '-',"('Ducati100',)",D-,list(char) -> list(char) +3530,"Replace ',' w/ '('","('+195,+161,304,H',)",+195(+161(304(H,list(char) -> list(char) +3531,"Replace ' ' w/ ','","('52 Hage',)","52,Hage",list(char) -> list(char) +3532,Extract word delimited by ' ' - '-',"('Urbana +140-Gregori Santa',)",+140,list(char) -> list(char) +3533,Append two words delimited by ')',"('CA', 'Lain')",CA)Lain,list(char) -> list(char) -> list(char) +3534,Append 'Acura125',"('Drexel',)",DrexelAcura125,list(char) -> list(char) +3535,Prepend 'Beata',"('Arbor',)",BeataArbor,list(char) -> list(char) +3536,"Take first character and append ','","('G',)","G,",list(char) -> list(char) +3537,nth (n=1) word delimited by '.',"('Pannell.D.Latimore',)",D,list(char) -> list(char) +3538,Prepend '329',"('+174',)",329+174,list(char) -> list(char) +3539,"nth (n=1) word delimited by ','","('Neil,T,Rudolf',)",T,list(char) -> list(char) +3540,Extract word delimited by '.' - '(',"('Coralee.Hopkins(Angeles.734',)",Hopkins,list(char) -> list(char) +3541,Prepend '183' to first word,"('62 Harvard',)",18362,list(char) -> list(char) +3542,ensure suffix `Phialdelphia`,"('Edison E Miah +46',)",Edison E Miah +46Phialdelphia,list(char) -> list(char) +3543,parentheses around first word,"('Beata Maryann Houston +129',)",(Beata),list(char) -> list(char) +3544,ensure suffix `Junkin`,"('Celsa Dr Trinidad',)",Celsa Dr TrinidadJunkin,list(char) -> list(char) +3545,First letters of words (III),"('028 Bradford',)",0B,list(char) -> list(char) +3546,Replace ')' w/ ' ',"('+147)571)950',)",+147 571 950,list(char) -> list(char) +3547,ensure suffix `Stefany`,"('376 538Stefany',)",376 538Stefany,list(char) -> list(char) +3548,drop first word delimited by '-',"('Edison-Pennsylvania-Carlene-University',)",Pennsylvania-Carlene-University,list(char) -> list(char) +3549,Prepend '659',"('Clasen',)",659Clasen,list(char) -> list(char) +3550,Abbreviate words separated by '-',"('443-946',)",4.9.,list(char) -> list(char) +3551,Take first 4 characters,"('Georgina',)",Geor,list(char) -> list(char) +3552,nth (n=-1) word delimited by '.',"('Andria.058.T',)",T,list(char) -> list(char) +3553,Append 'Acura125',"('Columbia',)",ColumbiaAcura125,list(char) -> list(char) +3554,"Replace '.' w/ ','","('MA.+172.PA',)","MA,+172,PA",list(char) -> list(char) +3555,Append '+185',"('Penn',)",Penn+185,list(char) -> list(char) +3556,Append 2 strings (IIIII),"('117', 'Georgina')",117Georgina,list(char) -> list(char) -> list(char) +3557,nth (n=-1) word delimited by '(',"('83(Acura100',)",Acura100,list(char) -> list(char) +3558,Take first character and append ')',"('+172',)",+),list(char) -> list(char) +3559,Abbreviate words separated by '.',"('149.716',)",1.7.,list(char) -> list(char) +3560,"nth (n=-1) word delimited by ','","('+163,548,722',)",722,list(char) -> list(char) +3561,nth (n=-1) word delimited by '(',"('Trinidad(Drexel(+151',)",+151,list(char) -> list(char) +3562,First letters of words (IIII),"('Santa Harvard 369 Acura100',)",SH3A,list(char) -> list(char) +3563,Take first character and append '-',"('Park',)",P-,list(char) -> list(char) +3564,Append two words delimited by ' ',"('Lain', 'Karrie')",Lain Karrie,list(char) -> list(char) -> list(char) +3565,Take first 2 characters,"('Melodi',)",Me,list(char) -> list(char) +3566,drop first word delimited by ' ',"('Teddy Casler Malissa',)",Casler Malissa,list(char) -> list(char) +3567,ensure suffix `+185`,"('Scalia Acura',)",Scalia Acura+185,list(char) -> list(char) +3568,Append two words delimited by '-',"('Andrew', 'Mariel')",Andrew-Mariel,list(char) -> list(char) -> list(char) +3569,nth (n=0) word delimited by '-',"('Ducati125-Sergienko-Andria',)",Ducati125,list(char) -> list(char) +3570,nth (n=0) word delimited by ' ',"('2 +105',)",2,list(char) -> list(char) +3571,drop first word delimited by '(',"('Philadelphia(209',)",209,list(char) -> list(char) +3572,nth (n=1) word delimited by '.',"('Ithaca.Stefany',)",Stefany,list(char) -> list(char) +3573,Extract word delimited by ')' - ')',"('Beata)98)890)Olague',)",98,list(char) -> list(char) +3574,"Append two words delimited by '.,'","('Lara', 'Cruz')","Lara.,Cruz",list(char) -> list(char) -> list(char) +3575,"Replace ',' w/ '-'","('Temple,Partida',)",Temple-Partida,list(char) -> list(char) +3576,Replace ')' w/ '.',"('170)498)087)47',)",170.498.087.47,list(char) -> list(char) +3577,Append two words delimited by '..',"('686', 'Eccleston')",686..Eccleston,list(char) -> list(char) -> list(char) +3578,nth (n=-1) word delimited by ' ',"('+188 +42 J',)",J,list(char) -> list(char) +3579,Replace '.' w/ '-',"('Olague.084',)",Olague-084,list(char) -> list(char) +3580,ensure suffix `Madelaine`,"('29 Constable Lakenya Akiyama',)",29 Constable Lakenya AkiyamaMadelaine,list(char) -> list(char) +3581,Take first character and append ')',"('036',)",0),list(char) -> list(char) +3582,nth (n=0) word delimited by ')',"('Michigan)Clasen',)",Michigan,list(char) -> list(char) +3583,Append 2 strings (I),"('636', 'Salley')",636Salley,list(char) -> list(char) -> list(char) +3584,ensure suffix `Acura125`,"('College Vena +143 +105Acura125',)",College Vena +143 +105Acura125,list(char) -> list(char) +3585,ensure suffix `+185`,"('10 684 Georgina Ferrari250+185',)",10 684 Georgina Ferrari250+185,list(char) -> list(char) +3586,nth (n=-1) word delimited by ')',"('890)716',)",716,list(char) -> list(char) +3587,nth (n=0) word delimited by '-',"('548-+188',)",548,list(char) -> list(char) +3588,Prepend 'Park' to first word,"('P Sergienko',)",ParkP,list(char) -> list(char) +3589,Abbreviate separate words (IIIII),"('Bess', '980')",B.9.,list(char) -> list(char) -> list(char) +3590,"Extract word delimited by ',' - '('","('Marcus,Casler(Bess,+185',)",Casler,list(char) -> list(char) +3591,nth (n=1) word delimited by '.',"('Gertude.R',)",R,list(char) -> list(char) +3592,Append 'Richert',"('Alida',)",AlidaRichert,list(char) -> list(char) +3593,Append 2 strings (IIII),"('MA', 'Hage')",MAHage,list(char) -> list(char) -> list(char) +3594,Extract word delimited by ' ' - '-',"('of Lakenya-Gregori Trinidad',)",Lakenya,list(char) -> list(char) +3595,Append 'Reily',"('F',)",FReily,list(char) -> list(char) +3596,nth (n=0) word delimited by '.',"('+199.311',)",+199,list(char) -> list(char) +3597,"Extract word delimited by ',' - '('","('107,Vena(087(California',)",Vena,list(char) -> list(char) +3598,Abbreviate separate words (II),"('M', 'Kathlyn')",M.K.,list(char) -> list(char) -> list(char) +3599,Append 2 strings (IIII),"('+198', 'K')",+198K,list(char) -> list(char) -> list(char) +3600,Abbreviate words separated by '.',"('95.+104',)",9.+.,list(char) -> list(char) +3601,Append two words delimited by '..',"('Urbana', 'Pennsylvania')",Urbana..Pennsylvania,list(char) -> list(char) -> list(char) +3602,nth (n=0) word delimited by ' ',"('+138 +161',)",+138,list(char) -> list(char) +3603,Abbreviate words separated by '-',"('+144-Eccleston',)",+.E.,list(char) -> list(char) +3604,parentheses around second word,"('58 45',)",(45),list(char) -> list(char) +3605,Prepend '+42' to first word,"('Spell Phillip',)",+42Spell,list(char) -> list(char) +3606,Take first character and append ' ',"('Mcgaughey',)",M ,list(char) -> list(char) +3607,"nth (n=0) word delimited by ','","('+183,718,591',)",+183,list(char) -> list(char) +3608,parentheses around a single word (III),"('+141',)",(+141),list(char) -> list(char) +3609,ensure suffix `Junkin`,"('MA Jeanice +199',)",MA Jeanice +199Junkin,list(char) -> list(char) +3610,First letters of words (III),"('P Philadelphia Clasen Hornak',)",PPCH,list(char) -> list(char) +3611,Append two words delimited by '.',"('476', 'Chilcott')",476.Chilcott,list(char) -> list(char) -> list(char) +3612,Append 2 strings (II),"('Scalia', 'Acura100')",ScaliaAcura100,list(char) -> list(char) -> list(char) +3613,"Replace ',' w/ '('","('+144,Kimberley,430',)",+144(Kimberley(430,list(char) -> list(char) +3614,nth (n=1) word delimited by '(',"('Rudolf(Celsa',)",Celsa,list(char) -> list(char) +3615,Abbreviate separate words (IIII),"('Maryland', 'Halpern')",M.H.,list(char) -> list(char) -> list(char) +3616,Abbreviate words separated by ' ',"('771 Alida',)",7.A.,list(char) -> list(char) +3617,parentheses around first word,"('Marquess Eccleston +183 675 Arbor',)",(Marquess),list(char) -> list(char) +3618,Append two words delimited by ' )',"('807', 'Mariel')",807 )Mariel,list(char) -> list(char) -> list(char) +3619,ensure suffix `Samuel`,"('Haven +144 Garrard',)",Haven +144 GarrardSamuel,list(char) -> list(char) +3620,First letters of words (II),"('197 575 Lakenya',)",15L,list(char) -> list(char) +3621,Append two words delimited by '-)',"('68', '249')",68-)249,list(char) -> list(char) -> list(char) +3622,nth (n=0) word delimited by ' ',"('Urbana 2',)",Urbana,list(char) -> list(char) +3623,Append 2 strings (IIIIII),"('Harvard', 'Melodi')",HarvardMelodi,list(char) -> list(char) -> list(char) +3624,"Take first character and append ','","('Junkin',)","J,",list(char) -> list(char) +3625,Replace ')' w/ '-',"('Barbara)Arbor',)",Barbara-Arbor,list(char) -> list(char) +3626,Abbreviate words separated by ' ',"('64 Kathlyn',)",6.K.,list(char) -> list(char) +3627,Take first character and append '-',"('178',)",1-,list(char) -> list(char) +3628,drop first word delimited by ' ',"('5 58',)",58,list(char) -> list(char) +3629,drop first word delimited by ' ',"('S 415 Ducati125 Jacquiline',)",415 Ducati125 Jacquiline,list(char) -> list(char) +3630,ensure suffix `Phialdelphia`,"('Bradford Ducati100',)",Bradford Ducati100Phialdelphia,list(char) -> list(char) +3631,drop first word delimited by '.',"('Gregori.Montiel.Ducati125.426',)",Montiel.Ducati125.426,list(char) -> list(char) +3632,Prepend 'Casler',"('Honda250',)",CaslerHonda250,list(char) -> list(char) +3633,Prepend '+42' to first word,"('Pennsylvania 29',)",+42Pennsylvania,list(char) -> list(char) +3634,nth (n=1) word delimited by '(',"('717(9(FreeHafer',)",9,list(char) -> list(char) +3635,parentheses around word delimited by '-' & ' ',"('-Rowden FreeHafer',)",-(Rowden) FreeHafer,list(char) -> list(char) +3636,Append two words delimited by '(',"('40', '085')",40(085,list(char) -> list(char) -> list(char) +3637,nth (n=1) word delimited by ' ',"('075 Jacqualine',)",Jacqualine,list(char) -> list(char) +3638,"nth (n=0) word delimited by ','","('717,FreeHafer,132,2',)",717,list(char) -> list(char) +3639,Extract word delimited by '.' - '(',"('Bradford.Beata(Constable(+42',)",Beata,list(char) -> list(char) +3640,ensure suffix `+185`,"('56 Chong 491',)",56 Chong 491+185,list(char) -> list(char) +3641,nth (n=0) word delimited by ')',"('+151)5)Ferrari)Storrs',)",+151,list(char) -> list(char) +3642,Extract word delimited by '.' - '-',"('Malissa.Celsa-483-21',)",Celsa,list(char) -> list(char) +3643,"Replace ' ' w/ ','","('V Celsa',)","V,Celsa",list(char) -> list(char) +3644,ensure suffix `Phialdelphia`,"('Marquess 35 Penn Seamons',)",Marquess 35 Penn SeamonsPhialdelphia,list(char) -> list(char) +3645,First letters of words (IIIIII),"('+161 +5',)",++,list(char) -> list(char) +3646,drop first word delimited by ')',"('W)Yale)Ghoston',)",Yale)Ghoston,list(char) -> list(char) +3647,Append 'Richert',"('Ferrari',)",FerrariRichert,list(char) -> list(char) +3648,"Replace ',' w/ '('","('Lara,330',)",Lara(330,list(char) -> list(char) +3649,Prepend '+129' to first word,"('Hornak +199',)",+129Hornak,list(char) -> list(char) +3650,Take first character and append '.',"('994',)",9.,list(char) -> list(char) +3651,Append 'Cornell',"('+7',)",+7Cornell,list(char) -> list(char) +3652,Prepend '659',"('Drexel',)",659Drexel,list(char) -> list(char) +3653,Drop last 3 characters,"('355',)",,list(char) -> list(char) +3654,Append two words delimited by ')',"('Andria', 'Jenee')",Andria)Jenee,list(char) -> list(char) -> list(char) +3655,Append two words delimited by '-)',"('Quashie', '42')",Quashie-)42,list(char) -> list(char) -> list(char) +3656,ensure suffix `Junkin`,"('Ferrari CA 598 Haven',)",Ferrari CA 598 HavenJunkin,list(char) -> list(char) +3657,Drop last 3 characters,"('Ramthun',)",Ramt,list(char) -> list(char) +3658,"Append two words delimited by ',.'","('Soderstrom', 'Honda125')","Soderstrom,.Honda125",list(char) -> list(char) -> list(char) +3659,Abbreviate words separated by '(',"('Andrew(+198',)",A.+.,list(char) -> list(char) +3660,Abbreviate separate words (IIIII),"('Akiyama', '42')",A.4.,list(char) -> list(char) -> list(char) +3661,Take first 2 characters,"('Chong',)",Ch,list(char) -> list(char) +3662,parentheses around a single word (IIII),"('513',)",(513),list(char) -> list(char) +3663,Prepend '+42' to first word,"('Lara Harvard',)",+42Lara,list(char) -> list(char) +3664,Append 2 strings (I),"('Connecticut', 'Cruz')",ConnecticutCruz,list(char) -> list(char) -> list(char) +3665,nth (n=-1) word delimited by '(',"('+129(Jani(Bobo',)",Bobo,list(char) -> list(char) +3666,First letters of words (I),"('618 Halpern 272',)",6H2,list(char) -> list(char) +3667,Take first character and append ' ',"('512',)",5 ,list(char) -> list(char) +3668,"nth (n=1) word delimited by ','","('+7,+138,46,Jenee',)",+138,list(char) -> list(char) +3669,Append two words delimited by '(',"('843', 'CT')",843(CT,list(char) -> list(char) -> list(char) +3670,Prepend 'Casler',"('20',)",Casler20,list(char) -> list(char) +3671,Abbreviate separate words (IIIII),"('+43', 'Houston')",+.H.,list(char) -> list(char) -> list(char) +3672,Append two words delimited by ')',"('Jeanice', '213')",Jeanice)213,list(char) -> list(char) -> list(char) +3673,nth (n=0) word delimited by ')',"('+163)449)Ferrari250',)",+163,list(char) -> list(char) +3674,nth (n=-1) word delimited by ' ',"('CA +176 Ferrari250',)",Ferrari250,list(char) -> list(char) +3675,Append two words delimited by '-)',"('483', '469')",483-)469,list(char) -> list(char) -> list(char) +3676,Abbreviate separate words (I),"('591', '258')",5.2.,list(char) -> list(char) -> list(char) +3677,ensure suffix `Samuel`,"('Chong 618 Kimberley Haven',)",Chong 618 Kimberley HavenSamuel,list(char) -> list(char) +3678,"Abbreviate words separated by ','","('California,Marquess',)",C.M.,list(char) -> list(char) +3679,"Append two words delimited by ',('","('I', 'Dr')","I,(Dr",list(char) -> list(char) -> list(char) +3680,drop first word delimited by '.',"('Kotas.Spell.118',)",Spell.118,list(char) -> list(char) +3681,"nth (n=0) word delimited by ','","('Richert,CT',)",Richert,list(char) -> list(char) +3682,parentheses around a single word (I),"('+9',)",(+9),list(char) -> list(char) +3683,Append 2 strings (IIIII),"('Mariel', 'Berkeley')",MarielBerkeley,list(char) -> list(char) -> list(char) +3684,Replace ')' w/ '-',"('N)Micha)Montiel',)",N-Micha-Montiel,list(char) -> list(char) +3685,"Take first character and append ','","('252',)","2,",list(char) -> list(char) +3686,Take first character and append ')',"('Neil',)",N),list(char) -> list(char) +3687,"Append two words delimited by ',('","('Park', 'Lara')","Park,(Lara",list(char) -> list(char) -> list(char) +3688,parentheses around a single word (I),"('Cambridge',)",(Cambridge),list(char) -> list(char) +3689,ensure suffix `Acura125`,"('64 10Acura125',)",64 10Acura125,list(char) -> list(char) +3690,Append two words delimited by '..',"('846', 'Olague')",846..Olague,list(char) -> list(char) -> list(char) +3691,nth (n=1) word delimited by '.',"('T.Hopkins',)",Hopkins,list(char) -> list(char) +3692,Append 2 strings (I),"('Ducati125', 'A')",Ducati125A,list(char) -> list(char) -> list(char) +3693,Drop last 1 characters,"('+104',)",+10,list(char) -> list(char) +3694,nth (n=1) word delimited by '-',"('+104-+104',)",+104,list(char) -> list(char) +3695,Abbreviate words separated by '-',"('40-O',)",4.O.,list(char) -> list(char) +3696,First letters of words (IIII),"('700 Junkin',)",7J,list(char) -> list(char) +3697,Abbreviate separate words (IIIIII),"('Chilcott', '9')",C.9.,list(char) -> list(char) -> list(char) +3698,nth (n=0) word delimited by ' ',"('515 +195 Mariel',)",515,list(char) -> list(char) +3699,Drop last 5 characters,"('Richert',)",Ri,list(char) -> list(char) +3700,"Replace '.' w/ ','","('Honda250.+2.Malissa.Kotas',)","Honda250,+2,Malissa,Kotas",list(char) -> list(char) +3701,"Append two words delimited by '.,'","('+118', 'Jurgens')","+118.,Jurgens",list(char) -> list(char) -> list(char) +3702,ensure suffix `Junkin`,"('Cambridge JacquilineJunkin',)",Cambridge JacquilineJunkin,list(char) -> list(char) +3703,Append 2 strings (IIIIII),"('654', '566')",654566,list(char) -> list(char) -> list(char) +3704,Replace ')' w/ ' ',"('Malissa)21',)",Malissa 21,list(char) -> list(char) +3705,"Append two words delimited by ','","('Yale', 'Urbana')","Yale,Urbana",list(char) -> list(char) -> list(char) +3706,Append two words delimited by '(',"('+163', 'Covelli')",+163(Covelli,list(char) -> list(char) -> list(char) +3707,Take first character and append '(',"('G',)",G(,list(char) -> list(char) +3708,Append two words delimited by ' ',"('H', '65')",H 65,list(char) -> list(char) -> list(char) +3709,Prepend '+129' to first word,"('68 Covelli',)",+12968,list(char) -> list(char) +3710,Prepend 'Jani' to first word,"('83 Lain',)",Jani83,list(char) -> list(char) +3711,parentheses around word delimited by '-' & '.',"('822-O.Babiarz',)",822-(O).Babiarz,list(char) -> list(char) +3712,parentheses around first word,"('Ghoston W +183 Elias',)",(Ghoston),list(char) -> list(char) +3713,parentheses around word delimited by '-' & '.',"('Elias-150.86 Garrard',)",Elias-(150).86 Garrard,list(char) -> list(char) +3714,nth (n=-1) word delimited by '-',"('692-Jurgens-T-178',)",178,list(char) -> list(char) +3715,Append '+185',"('Temple',)",Temple+185,list(char) -> list(char) +3716,Prepend 'Park' to first word,"('Madelaine Launa',)",ParkMadelaine,list(char) -> list(char) +3717,parentheses around a single word (IIIII),"('29',)",(29),list(char) -> list(char) +3718,drop first word delimited by '-',"('95-623',)",623,list(char) -> list(char) +3719,First letters of words (II),"('Alaina Soderstrom',)",AS,list(char) -> list(char) +3720,"parentheses around word delimited by '.' & ','","('.P,USA',)",".(P),USA",list(char) -> list(char) +3721,nth (n=0) word delimited by '.',"('Salley.+147.+5.62',)",Salley,list(char) -> list(char) +3722,parentheses around second word,"('Partida Barbara',)",(Barbara),list(char) -> list(char) +3723,Abbreviate separate words (IIII),"('95', 'Storrs')",9.S.,list(char) -> list(char) -> list(char) +3724,Take first 4 characters,"('Andria',)",Andr,list(char) -> list(char) +3725,Replace '.' w/ '-',"('Spell.+198',)",Spell-+198,list(char) -> list(char) +3726,Drop last 1 characters,"('Partida',)",Partid,list(char) -> list(char) +3727,Drop last 2 characters,"('Harvard',)",Harva,list(char) -> list(char) +3728,Replace ')' w/ '.',"('943)I)172)280',)",943.I.172.280,list(char) -> list(char) +3729,Append 'Cornell',"('119',)",119Cornell,list(char) -> list(char) +3730,drop first word delimited by ')',"('149)963)68)65',)",963)68)65,list(char) -> list(char) +3731,Take first 3 characters,"('+105',)",+10,list(char) -> list(char) +3732,Append 'Reily',"('+105',)",+105Reily,list(char) -> list(char) +3733,parentheses around a single word (III),"('Phillip',)",(Phillip),list(char) -> list(char) +3734,Prepend 'Casler',"('45',)",Casler45,list(char) -> list(char) +3735,"Replace ',' w/ '-'","('Madelaine,680,Philadelphia',)",Madelaine-680-Philadelphia,list(char) -> list(char) +3736,parentheses around first word,"('Constable Lashanda +130 T',)",(Constable),list(char) -> list(char) +3737,Abbreviate separate words (II),"('Honda250', 'CA')",H.C.,list(char) -> list(char) -> list(char) +3738,Prepend 'Montiel',"('060',)",Montiel060,list(char) -> list(char) +3739,First letters of words (IIIIII),"('Scalia 23',)",S2,list(char) -> list(char) +3740,parentheses around a single word (II),"('276',)",(276),list(char) -> list(char) +3741,Prepend '329',"('292',)",329292,list(char) -> list(char) +3742,Abbreviate words separated by '.',"('Scalia.Berkeley',)",S.B.,list(char) -> list(char) +3743,"Append two words delimited by ','","('Honda250', '250')","Honda250,250",list(char) -> list(char) -> list(char) +3744,Abbreviate words separated by ')',"('Aylward)Bess',)",A.B.,list(char) -> list(char) +3745,Append 'Reily',"('L',)",LReily,list(char) -> list(char) +3746,Extract word delimited by ')' - ')',"('Jeff)+147)Spagnoli)320',)",+147,list(char) -> list(char) +3747,Take first character and append '.',"('+118',)",+.,list(char) -> list(char) +3748,"Append two words delimited by ','","('14', 'Samuel')","14,Samuel",list(char) -> list(char) -> list(char) +3749,Extract word delimited by '-' - '(',"('Harvard-916(Marquess-H',)",916,list(char) -> list(char) +3750,Replace ')' w/ ' ',"('Launa)Hopkins)35',)",Launa Hopkins 35,list(char) -> list(char) +3751,Replace ' ' w/ ')',"('Maryann E',)",Maryann)E,list(char) -> list(char) +3752,nth (n=-1) word delimited by ')',"('Stefany)Honda125',)",Honda125,list(char) -> list(char) +3753,Append two words delimited by ' ',"('Brendan', 'Pannell')",Brendan Pannell,list(char) -> list(char) -> list(char) +3754,Prepend '329',"('+6',)",329+6,list(char) -> list(char) +3755,"parentheses around word delimited by ' ' & ','","('Honda Kimberley,Eccleston',)","Honda (Kimberley),Eccleston",list(char) -> list(char) +3756,"Append two words delimited by ',.'","('Acura125', '50')","Acura125,.50",list(char) -> list(char) -> list(char) +3757,Take first character and append '(',"('10',)",1(,list(char) -> list(char) +3758,Extract word delimited by '.' - '-',"('Neil.Phialdelphia-+147-+138',)",Phialdelphia,list(char) -> list(char) +3759,nth (n=-1) word delimited by '(',"('S(L',)",L,list(char) -> list(char) +3760,First letters of words (I),"('947 Storrs Penn',)",9SP,list(char) -> list(char) +3761,Append two words delimited by '-',"('O', 'Halpern')",O-Halpern,list(char) -> list(char) -> list(char) +3762,Append 'Kathlyn',"('Honda250',)",Honda250Kathlyn,list(char) -> list(char) +3763,"Append two words delimited by '.,'","('Harvard', 'Garrard')","Harvard.,Garrard",list(char) -> list(char) -> list(char) +3764,parentheses around a single word (IIII),"('Jeff',)",(Jeff),list(char) -> list(char) +3765,Abbreviate words separated by ')',"('213)40',)",2.4.,list(char) -> list(char) +3766,Append two words delimited by '-',"('Andria', 'NY')",Andria-NY,list(char) -> list(char) -> list(char) +3767,Abbreviate words separated by '(',"('+86(754',)",+.7.,list(char) -> list(char) +3768,Append '+185',"('Gertude',)",Gertude+185,list(char) -> list(char) +3769,nth (n=-1) word delimited by '.',"('Ducati100.Jani.47',)",47,list(char) -> list(char) +3770,"Replace ' ' w/ ','","('Vena 686',)","Vena,686",list(char) -> list(char) +3771,Append 2 strings (IIIII),"('University', '+105')",University+105,list(char) -> list(char) -> list(char) +3772,Abbreviate separate words (III),"('Latimore', 'Cambridge')",L.C.,list(char) -> list(char) -> list(char) +3773,Drop last 4 characters,"('+104',)",,list(char) -> list(char) +3774,parentheses around a single word (IIIII),"('Dermody',)",(Dermody),list(char) -> list(char) +3775,Abbreviate words separated by ')',"('Harvard)+198',)",H.+.,list(char) -> list(char) +3776,Replace '(' w/ ')',"('J(K',)",J)K,list(char) -> list(char) +3777,First letters of words (II),"('R +5 180',)",R+1,list(char) -> list(char) +3778,Append '+185',"('Garrard',)",Garrard+185,list(char) -> list(char) +3779,Take first 2 characters,"('129',)",12,list(char) -> list(char) +3780,parentheses around word delimited by '.' & '.',"('Gregori.Latimore.33',)",Gregori.(Latimore).33,list(char) -> list(char) +3781,Append 'Reily',"('+161',)",+161Reily,list(char) -> list(char)