[header]
language = ENU
charset = utf-8

[data]
#
# Siri Additions
#
#
/\biPhone X\b/i   -->   "iPhone ten"
/\bSt\r/   -->   " Street "
/\bSt\n/   -->   " Street "
/\bSt\e/   -->   " Street\e"
/\bDr\r/   -->   " Drive "
/\bDr\n/   -->   " Drive "
/\bDr\e/   -->   " Drive\e"
/\b([AP]M):/ --> $1.
/\b([Mm]rs?)(?![.A-Za-z])/   -->   $1.  #Ensure that Mr and Mrs are followed by a dot (.)
/\bDr(?=\s[A-Z][a-z])/   -->   Doctor  #Converts Dr to Doctor only when followed by space, capital letter, lowercase letter
/\bkg\/m\b/   -->   "kilograms per meter"
/\bKings XI\b/   -->   "kings eleven"
/\b([12]\d{3})\s*(-|–|to)\s*([12]\d{3})\b/   -->   "\e\\tn=date\\$1 to $3\e\\tn=normal\\" #handle space between years
/\b(\d{2})(\d{2})\s*(-|–)\s*(\d{2})\b/   -->   "\e\\tn=date\\$1$2 to $1$4\e\\tn=normal\\"
#captures pattern of May 8, 2016 - Dec 25, 2017
/\b(\w+)\s(\d|\d{2}),\s*(\d{4})\s*(-|–)\s*(\w+)\s(\d|\d{2}),\s*(\d{4})\b/   -->   "\e\\tn=date\\$1 $2, $3 to $5 $6, $7\e\\tn=normal\\"
/\bncis\b/i   -->   "n c i s"
/\b(\d+) hour\b/   -->   "$1 \e/+'a&U.$R+\e/+"
/\b(expect|be) wind\b/i      -->   "$1\e/+'wInd\e/+"
/\b(\d{4}) to present\b/   -->   "$1\e/+t$_'pR+E.z$nt\e/+"
/\bcinco de mayo\b/i   -->   "\e/+'sInK.ko&U_d$_'ma&I.o&U\e/+"
/\bDe Anza\b/   -->   "\e/+di_'@n.z$\e/+"
/\bl\.?a\.?(‑|-|–|\s)l\.?a\.? land\b/i   -->   "\e/+'lA_'lA_'l@nd\e/+"
#
# Emojis
/¯\\_\(ツ\)_\/¯/   -->   "\e/+'SR+^g\e/+"
/(;(‑|-|–)\)|;(‑|-|–)\]|;\^\))/   -->   "\e/+'wInKk\e/+"
/<3/   -->   "\e/+hAR+t\e/+"
/(:(-|–)\(|:(-|–)\[)/   -->   "\e/+'s@d\e/+"
/km²/   -->   "square kilometers"
/\bsq mi\b/   -->   "square miles"
/km2/   -->   "square kilometers"
/\bft\.? knox\b/i   -->   "fort knox"
/\beverready\b/i   -->   "ever ready"
/\bWavin[’\']/i   -->   "\e/+'we&I.vIn\e/+"
/\bGettin’/i   -->   "\e/+'gEt.$n\e/+"
#
#
# NUMBER RULES
# 14...
# fourteen million rules
/\b14,?0{3},?0{3}\b/   --> "\e/+fOR+.'tin\e/+ million"
/\b14,?0{3},?0{2}([1-9])\b/   --> "\e/+fOR+.'tin\e/+ million $1"
/\b14,?0{3},?0([1-9][0-9])\b/   --> "\e/+fOR+.'tin\e/+ million $1"
/\b14,?0{3},?([1-9][0-9]{2})\b/   --> "\e/+fOR+.'tin\e/+ million $1"
/\b14,?0{2}([1-9],?[0-9]{3})\b/   --> "\e/+fOR+.'tin\e/+ million $1"
/\b14,?0([1-9][0-9],?[0-9]{3})\b/   --> "\e/+fOR+.'tin\e/+ million $1"
/\b([0-9][0-9]),?([1-9])14,?([0-9]{3})\b/   --> "$1 million $2 hundred \e/+fOR+.'tin\e/+ thousand $3" # hack to make internal "N hundred 14" work
/\b14,?([1-9][0-9]{2},?[0-9]{3})\b/   --> "\e/+fOR+.'tin\e/+ million $1"
# fourteen thousand rules
/\b14,?000\b/   --> "\e/+fOR+.'tin\e/+ thousand"
/\b14,?0{2}([1-9])\b/   --> "\e/+fOR+.'tin\e/+ thousand $1"
/\b14,?0([1-9][0-9])\b/   --> "\e/+fOR+.'tin\e/+ thousand $1"
/\b14,?([1-9][0-9]{2})\b/   --> "\e/+fOR+.'tin\e/+ thousand $1"
#
#
# thirteen million rules
/\b13,?0{3},?0{3}\b/   --> "\e/+TE0R+.'tin\e/+ million"
/\b13,?0{3},?0{2}([1-9])\b/   --> "\e/+TE0R+.'tin\e/+ million $1"
/\b13,?0{3},?0([1-9][0-9])\b/   --> "\e/+TE0R+.'tin\e/+ million $1"
/\b13,?0{3},?([1-9][0-9]{2})\b/   --> "\e/+TE0R+.'tin\e/+ million $1"
/\b13,?0{2}([1-9],?[0-9]{3})\b/   --> "\e/+TE0R+.'tin\e/+ million $1"
/\b13,?0([1-9][0-9],?[0-9]{3})\b/   --> "\e/+TE0R+.'tin\e/+ million $1"
/\b([0-9][0-9]),?([1-9])13,?([0-9]{3})\b/   --> "$1 million $2 hundred \e/+TE0R+.'tin\e/+ thousand $3" # hack to make internal "N hundred 13" work
/\b13,?([1-9][0-9]{2},?[0-9]{3})\b/   --> "\e/+TE0R+.'tin\e/+ million $1"
# thirteen thousand rules
/\b13,?000\b/   --> "\e/+TE0R+.'tin\e/+ thousand"
/\b13,?0{2}([1-9])\b/   --> "\e/+TE0R+.'tin\e/+ thousand $1"
/\b13,?0([1-9][0-9])\b/   --> "\e/+TE0R+.'tin\e/+ thousand $1"
/\b13,?([1-9][0-9]{2})\b/   --> "\e/+TE0R+.'tin\e/+ thousand $1"
#
# 8:08 flap rules
/\b0?8:08 ?A\.?M\.?\b/i --> "\e/+'e&Ir6\e/+ Oh \e/+'e&Ir6\e/+ A M"
/\b0?8:0([1-9]) ?(A|P)\.?M\.?\b/i --> "\e/+'e&Ir6\e/+ Oh $1 $2 M"
/\b0?8:0([1-79])\b/ --> "\e/+'e&Ir6\e/+ Oh $1"
#
/(?<=\bbat( |-))and(?=( |-)ball\b)/i --> "\e/+_$n_\e/+"
#
/\bUS-Mexico\b/ --> "\e/+'ju.'Es_'mEk.sI.ko&U\e/+"
/\bstorytellers(?= and poets)\b/i   -->   "\e/+'stOR+.i.'tE.l$R+z\e/+"
/\b(?<=city of) Regina\b/i   -->   "\e/+R+$.'d&Za&I.n$\e/+"
#
#Acronyms
/\bNew York, NY\b/   -->   "New York New York"
# Currency
/\b(R\$)\s?(([0-9]{1,3}[,\.])*[0-9]+)/   -->   "$2 $1"
/₹1\b/   -->   "one rupee"
/(₹)\s?(([0-9]{1,3}[,\.]?)*[0-9]+)/   -->   "$2 $1"
/₹/   -->   "\e/+'R+u.piz\e/+"
#
#
# Roman Numerals
/(?<=\bCulture )II\b/i   -->   "two"
/(?<=World War )II\b/i   -->   "two"
/\b(?<=The Bandit )II\b/i   -->   "two"
/\b(?<=Scene )II\b/i   -->   "two"
/\b(Charles|William|Edward|James|Mary|Richard) I\b/i   -->   "$1 the first"
/\b(?<=Elizabeth )I\b/i   -->   "the first"
/\b(?<=Ray Phillips )IV\b/i   -->   "the fourth"
/\b(?<=Edward )IV\b/i   -->   "the fourth"
/\b(?<=James )VI\b/i   -->   "the sixth"
/\b(?<=Henry )VII\b/i   -->   "the seventh"
/\b(?<=Henry )VIII\b/i   -->   "the eighth"
/\b(?<=Liquid Mind )XI\b/i -->   "eleven"
/\bBuddha[-\s]Bar XVII\b/i -->   "buddha bar seventeen"
/\bLongineu W. Parsons III\b/i --> "\e/+'lOnK.Z$.nu\e/+ w parsons the third"
# The Nth
# Keep these after all the other rules. This defines "the Nth" as the base case. All others, like "second" or "aye aye" are exceptions.
/\bII\b/   -->   "the second"
/\bIII\b/   -->   "the third"
# "the fourth" is too risky, because of the word "I V"
# "the fifth" is too risky, because "V" alone is usually a letter
/\bVI\b/   -->   "the sixth"
/\bVII\b/   -->   "the seventh"
/\bVIII\b/   -->   "the eighth"
# higher numbers are too risky
#
#
/\b(?<=Pro )Bono\b/i   -->   "\e/+'bo&U.no&U\e/+"
/\b(?<=Cui )Bono\b/i   -->   "\e/+'bo&U.no&U\e/+"
/\blead(?= the series)\b/i   -->"\e/+'lid\e/+"
/\b['‘]00s\b/ --> "two thousands"
/\ba(-|–)ha\b/i   -->   "\e/+A_'hA\e/+"
/\ball(-|–)night\b/i   -->   "all night"
/\bgrab a beer\b/   -->   "\e/+'gR+@b_'$_'biR+\e/+"
/\bthe remaining (1|one)\b/   -->   "the \e/+R+$.'me&I.nInK\e/+ one"
/\bIRL\b/   -->   "I R L" # for some reason, "eye are el" sounds better than "IRL"
/\bD\.R\.A\.M\./   -->   "dram"
/\x{2103}/   -->   "degrees celsius"
/\*\bNSYNC\b/   -->   "\e/+'En_'sInKk\e/+"
/\bla vie\b/i   -->   "\e/+l@_'vi\e/+"
/\bboh(e|è)me\b/i   -->   "\e/+bo&U.'Em\e/+"
/\b1812 overture\b/i   -->   "eighteen twelve overture"
/\bbass pro\b/i   -->   "\e/+b@s_'pR+o&U\e/+"
/\blos ba(n|ñ)os\b/i   -->   "\e/+lA+s_'b@.njA+s\e/+"
/\xA0/ --> " "
/\bBRB\b/   -->   " B R B "
/@me\.com\b/   -->   " at me dot com "
/©\s+copyright\b|\bcopyright\s+©/i   -->   "copyright"
/\bLego® (Batman|Movie)\b/i   -->   "lego $1"
/\b(\d{1,2}\/\d{1,2}\/\d{2,4})(?=\s+\d)/   -->   " $1, "
/\biOS\b/   -->   " I O S "
/\b(\d{1,2})\/(\d{1,2})\/10\b/   -->   " $1/$2/2010 "
/(\d)m (ago|from now|later)/ --> "$1 min. $2"
/(\d)h\s+([0-5]?\d)m\b/   -->   "$1 hr. $2 min."
/HI [Aa]rea/   -->   "H I area"
/FA [Cc]up/   -->   "F A cup"
/49er/   -->   "forty niner"
/76er/   -->   "seventy sixer"
/\bAFI\b/   -->   "\e/+'e&I_'Ef_'a&I\e/+"
/\bETA\b/   -->   "e-t-a"
/\bPG\b/   -->   " p-g "
/\bITE\b/   -->   "\e/+'a&I_ti_'i\e/+"
/\bJr. Gong\b/i   -->   "junior gong"
/\b[Jj][r]((\.?)$|\.?('?s?\s[^A-Z])|(\.\s[A-Z])|\.('?s?.))/   -->   "junior$2$3$4$5"
/\bMartin Luther King, Jr. Day\b/i   -->   "Martin Luther King Junior Day"
/(['"])(\x1b\\tn=[a-z]+\\)/   -->   "$1 $2"
# Golf
/\bariya jutanugarn\b/i   -->   "\e/+'E.R+i$_d&Zu.'t@.n$.gAR+n\e/+"
/\bmoriya jutanugarn\b/i   -->   "\e/+'mO.R+i$_d&Zu.'t@.n$.gAR+n\e/+"
/\b(?<=Charles Howell )III\b/i   -->   "the third"
/\b(?<=Davis Love )III\b/i   --> "the third"
/\b(?<=Billy Hurley )III\b/i   --> "the third"
/\b(?<=Harold Varner )III\b/i   --> "the third"
/\bCIMB Classic\b/   --> "C I M B Classic"
/\bOHL Classic\b/   --> "O H L Classic"
/\bde Jonge\b/   --> "\e/+'di_'j^nK\e/+"
/\bLPGA KEB Hana Bank Championship\b/   -->   "L P G A K E B Hana Bank Championship"
/\bByeong Hun An\b/   -->   "\e/+bi.'OnK_'hun_'An\e/+"
/\bSeung-Yul Noh\b/   -->   "\e/+'s^nK.'j^l_'no&U\e/+"
/\bbon app(é|e)tit\b/i   -->   "\e/+'bo&Un_@.p$.'tit\e/+"
/\b(\w+), OH\b/   -->   "$1, Ohio"
#
/\bmarket close\b/   -->   "\e/+'mAR+.kIt_'klo&Uz\e/+"
/max…/i   -->   "max …"
/\b(\d+)nm\b/i   -->   "$1 \e/+'n@.n$.mi.r6$R+z\e/+"
#
/\bLaoco[öo]n\b/   -->   "\e/+le&I.'A.k$.wAn\e/+"
/\bC[ôo]te d'Ivoire\b/   -->   "\e/+ko&Ut_d$v.'wAR+\e/+"
/\bBering (Sea)\b/   -->   "\e/+bER+.InK\e/+ $1"
#
/\x1b\\tn=spell\\…/   -->   "\x1b\\tn=spell#\\…"
/^\x1b\\tn=([a-z]+)\\…/m   -->   "\x1b\\tn=$1#\\"
/(.*)\x1b\\tn=([a-z]+)\\…/   -->   "$1,\x1b\\tn=$2\\"
/\x1b\\tn=([a-z]+)#\\/   -->   "\x1b\\tn=$1\\"
#
/\b(Italian)(-|–)(American)\b/   -->   "$1 $3"
/\b(African)(-|–)(American)\b/   -->   "$1 $3"
#
/\bAndrea Bocelli\b/   -->   " Ahn-drayah Bocelli "
/\bBoyz II Men\b/   -->   "\e/+'bO&Iz_t$_'mEn\e/+"
/\bREO Speedwagon\b/   -->   " R E O Speedwagon "
/\b(B|b)link.182\b/   -->   " Blink 1 82 "
/Panic! At the Disco/   -->   "Panic At the Disco"
/"Ms.\s/   -->   "Ms "
/ - (\D)/   -->   " ; $1"
/\(Live\)/i   -->   "\e/+'la&Iv\e/+"
/ \(Bonus Track Version\)/i   -->   " ; bonus track version "
/ \(Deluxe Version\)/i   -->   " ; Deluxe Version "
/ \(Remastered\)/i   -->   " ; Remastered "
/÷ \(Deluxe\)/i   -->   "divide deluxe"
/\bToo \$hort\b/i   -->   "too short"
/\bJoey Bada\b\$\$/i   -->   "joey badass"
/\bTravi\$ Scott\b/i   -->   "travis scott"
/\bCa\$h Out\b/i   -->   "cash out"
/\bA\$AP Ferg\b/i   -->   "\e/+'e&I.s@p_'fE0R+g\e/+"
/\bReal (Madrid|Salt Lake)\b/   -->   "\e/+R+e&I.'Al\e/+ $1"
/\bA\$AP Rocky\b/i   -->   "\e/+'e&I.s@p_'R+A.ki\e/+"
#
/\b(a|the) convert\b/   -->   "$1\e/+'kAn.vE0R+t\e/+"
/(\d+)\.(\d)(\d)\s?\%/   -->   "$1 point $2 $3 percent"
/\sde\s/   -->   " dah "
/(\D|^)1\s?°/   -->   "$1\x31 degree "
/°/   -->   " degrees "
/\bRs\.1\b/i -->   "1 rupee"
/\bRs\.([2-9][\d,\.]*)\b/i  -->  "$1 rupees"
/(\d)[\s\xa0]+(sen)(?=\.)/  -->  "$1 $2 "
/\ba capella\b/i   -->   "\e/+'A_k$.'pE.l$\e/+"
/\bblvd\b/i   -->   " Boulevard "
/\bbtw\b/i   -->   " by the way "
/\bAbe Lincoln\b/   -->   "\e/+'e&Ib_'lInK.k$n\e/+"
/\bActive Directory\b/   -->   "\e/+'@k.tIv_d$.'R+Ek.t$.R+i\e/+"
/\bActivity Monitor\b/   -->   "\e/+@k.'tI.v$.r6i_'mA.n$t.$R+\e/+"
/\bAd Lib\b/   -->   "\e/+'@d_'lIb\e/+"
/\bAirPort Express\b/   -->   "\e/+'ER+.pOR+t_Ik.'spR+Es\e/+"
/\bAirPort Extreme\b/   -->   "\e/+'ER+.pOR+t_Ik.'stR+im\e/+"
/\bAirPort Utility\b/   -->   "\e/+'ER+.pOR+t_ju.'tI.l$.r6i\e/+"
/\bAMR NB\b/   -->   "\e/+'e&I_'Em_'AR+_'n@R+.o&U.b@nd\e/+"
/\bAOL Instant Messenger\b/   -->   "\e/+'e&I_'o&U_'El_'In.st$nt.'mEs.$n.d&Z$R+\e/+"
/\bAndrea Orlandi\b/   -->   "\e/+An.'dR+e&I.$_OR+.'l@nd.i\e/+"
/\bAngel Rangel\b/   -->   "\e/+An.'d&ZEl_R+An.'d&ZEl\e/+"
/\bApp Store\b/   -->   "\e/+'@p_stOR+\e/+"
/\bappletv\b/i   -->   "Apple TV"
/\bAptos St. BBQ\b/   -->   "\e/+'@p.tOs_stR+it_'bAR+.bI.kju\e/+"
/\bAston Villa\b/   -->   "\e/+'@s.t$n_'vIl.$\e/+"
/\baugust dvorak\b/i   -->   "\e/+'O.g$st_'dvO.R+@k\e/+"
/\bAzbe Jug\b/   -->   "\e/+'AZ.be&I_jug\e/+"
/\bBeats 1 live\b/i   -->   "\e/+'bits_'w^n_'la&Iv\e/+"
/\bBeats Solo³/i   -->   "Beats Solo 3"
/\bBeats\s?X\b/i   -->   "\e/+bits_'Eks\e/+"
/\bBBC Minute\b/   -->   "\e/+'bi.bi.'si_'mIn.It\e/+"
/\bBaye Djiby Fall\b/   -->   "\e/+ba&I_'d&Zib.i_f@l\e/+"
/\bbhat?i d(oo|u)j\b/i   -->   "\e/+ba&I_'dud&Z\e/+"
/\bBleeding Love\b/   -->   "\e/+'bli.dInK_'l^vv.\e/+"
/\bBlue (Da Ba Dee)\b/   -->   "\e/+'blu_'dA_bA_'di.\e/+"
/\bCamel Meriem\b/   -->   "\e/+k@.'mEl_'mER+.i.Em\e/+"
/\bD[ií]az\b/   -->   "\e/+'di.@z\e/+"
/\bCarl[']*s Jr[\.]*\b/   -->   "\e/+'kAR+lz_'d&Zun.j$R+\e/+"
/\bclose to\b/   -->   "\e/+klo&Us_tu\e/+"
/\bclones, (\x1b\\pause=\d+\\)?(?=ireland|county monaghan)\b/i   -->   "\e/+'klo&U.nIs\e/+, $1"
/\bDa Silva\b/   -->   "\e/+d$_'sIl.v$\e/+"
/\bDao Castellana\b/   -->   "\e/+da&U_kAs.tE.jA.n$\e/+"
/\bDavid De Gea\b/   -->   "\e/+dA.'vid_d$_'he&I.$\e/+"
/\bDe Aza\b/   -->   "\e/+di_'@z$\e/+"
/\bDe Bruyne\b/   -->   "\e/+d$_'bR+un\e/+"
/\bDe Camargo\b/   -->   "\e/+de&I_k$.'mAR+.go&U\e/+"
/\bDe Guzman\b/   -->   "\e/+d$_'gUz.mAn\e/+"
/\bDe Jesus\b/   -->   "\e/+d$.'he&I.zus\e/+"
/\bDe Jong\b/   -->   "\e/+d$_'jOnK\e/+"
/\bDe La Rosa\b/   -->   "\e/+dE.l$.'R+o&Uz.$\e/+"
/\bDe Laet\b/   -->   "\e/+d$_'lAt\e/+"
/\bDe Ridder\b/   -->   "\e/+d$_'R+Id.$R+\e/+"
/\bDesert Hills Premium Outlets\b/   -->   "\e/+'dE.z$R+t_hIlz_'pR+i.mi.$m_'a&Ut.l$ts\e/+"
/\bDigitalColor Meter\b/   -->   "\e/+'dId&Z.I.r6l%)_'k^.l$R+_'mi.r6$R+\e/+"
/\bDirectory Utility\b/   -->   "\e/+d$.'R+Ek.t$.R+i_ju.'tI.l$.r6i\e/+"
/\bDirk Kuyt\b/   -->   "\e/+'diR+.Ik_'ka&Ut\e/+"
/\bDisk First Aid\b/   -->   "\e/+'dIsk_'fE0R+st_e&Id\e/+"
/\bDja Djédjé\b/   -->   "\e/+d&ZA_d&Ze&I.d&Ze&I\e/+"
/\bdolla \$ign\b/i   -->   " dollar sign "
/\bDomain Admins\b/   -->   "\e/+do&U.'me&In_'@d.mInz\e/+"
/\bDos Santos\b/   -->   "\e/+do&Us_'sAnt{.o&Us\e/+"
/\bDr. No\b/   -->   "\e/+'dAk.t$R+_'no&U\e/+"
/\bDVD @CCESS\b/   -->   "\e/+'di.vi.'di_'@k.sEs\e/+"
/\bdvořák\b/i   -->   "dvorak"
/\bdvorak keyboard\b/i   -->   "\e/+'dvO.R+@k_'ki.bOR+d\e/+"
/\bDubois( County|), (\x1b\\pause=\d+\\)?(?=Idaho|Illinois|Indiana|Pennsylvania|Wyoming)\b/   -->   "\e/+du.'bO&Is\e/+ $1, $2"
/\bEden Hazard\b/   -->   "\e/+'e&I.dEn_'Az.AR+\e/+"
/\bEl Hany\b/   -->   "\e/+El_'hA.ni\e/+"
/\bEminem Presents the Re-Up ; bonus track version\b/   -->   "\e/+E.mI.nEm_pR+I.'zEnts_'D$_'R+i.^p#'bo&U.n$s_'tR+@k_'vE0R+.Z$n\e/+"
/\bEmre Can\b/   -->   "\e/+'Em.R+e&I_t&SAn\e/+"
/\bEric Bauthéac\b/   -->   "\e/+'e&I.R+ik_bo&U.'te&I.Ak\e/+"
/\bEric Mouloungui\b/   -->   "\e/+'e&I.R+ik_mu.'lun.gwi\e/+"
/\bErwin Hoffer\b/   -->   "\e/+'ER+.vIn_'hOf.$R+\e/+"
/\bEST\b/   -->   "\e/+'ist.$R+n_'st@nd.$R+d_'ta&Im\e/+"
/\bEsporte Interativo\b/   -->   "\e/+Es.'pOR+.te&I_In.t$R+.A.'ti.vo&U\e/+"
/\bFabien Robert\b/   -->   "\e/+fA.bi.En_ro&U.bER+\e/+"
/\bFaruk Ateş\b/   -->   "\e/+f$.'R+uk_'A.t{ES\e/+"
/\bFinal Cut\b/   -->   "\e/+'fa&I.nl%)_'k^t\e/+"
/\bFinal Cut Effects\b/   -->   "\e/+'fa&I.nl%)_'k^t_$.'fEkts\e/+"
/\bFinal Cut Pro\b/   -->   "\e/+'fa&I.nl%)_'k^t_'pR+o&U\e/+"
/\bFinal Cut Scripts\b/   -->   "\e/+'fa&I.nl%)_'k^t_'skR+Ipts\e/+"
/\bFinal Cut Studio\b/   -->   "\e/+'fa&I.nl%)_'k^t_'stu.r6i.o&U\e/+"
/\bfleur de lis\b/   -->   "\e/+flUR+_d$_'li\e/+"
/\bFlorence \+ The Machine(|\'s)\b/i   -->   "Florence and the Machine"
/\bFuki Sushi\b/i  -->   "\e/+'fu.ki_'su.Si\e/+"
/\bGerard Roland\b/   -->   "\e/+ZER+'.AR+_R+o&Ul.An\e/+"
/\bGokhan Tore\b/   -->   "\e/+'go&Uk.An_'tOR+.e&I\e/+"
/\bGuy Ndy Assembe\b/   -->   "\e/+'gi_n$.di_$.'sEm.be&I\e/+"
/\bgyu-kaku\b/i   -->   "\e/+'gi.'ju_'kA.ku\e/+"
/\bHà Nôi\b/   -->   "\e/+'hA_'nO.i\e/+"
/\bHawaii Five-0\b/i   -->   "Hawaii five oh"
/\bHonolulu, HI\b/i   -->   "Honolulu, Hawaii"
/\bHustler's P.O.M.E.\b/   -->   "\e/+'h^s.l$R+s_po&Um\e/+"
/\biforgot.apple.com\b/   -->   "\e/+a&I.f$R+.'gAt_dAr6_'@.pl%)_'dAt_'kAm\e/+"
/\biPhone 3G\b/   -->   "\e/+'a&I.fo&Un_'TR+i_'d&Zi\e/+"
/\biPhone 3GS\b/   -->   "\e/+'a&I.fo&Un_'TR+i_'d&Zi_'Es\e/+"
/\biPhone 4\b/   -->   "\e/+'a&I.fo&Un_'fOR+\e/+"
/\biPod classic\b/   -->   "\e/+'a&I.pAd_'kl@.sIk\e/+"
/\biPod nano\b/   -->   "\e/+'a&I.pAd_'n@.no&U\e/+"
/\biPod shuffle\b/   -->   "\e/+'a&I.pAd_'S^.fl%)\e/+"
/\biPod touch\b/   -->   "\e/+'a&I.pAd_'t^t&S\e/+"
/\biTunes Connect\b/   -->   "\e/+'a&I.tunz_k$.'nEkt\e/+"
/\biTunes Extras\b/   -->   "\e/+'a&I.tunz_'Ek.stR+$z\e/+"
/\biTunes LP\b/   -->   "\e/+'a&I.tunz_'El_'pi\e/+"
/\biTunes Live\b/   -->   "\e/+'a&I.tunz_'la&Iv\e/+"
/\biTunes Match\b/   -->   "\e/+'a&I.tunz_'m@t&S\e/+"
/\biTunes Media\b/   -->   "\e/+'a&I.tunz_'mid.i.$\e/+"
/\biTunes Music Store\b/   -->   "\e/+'a&I.tunz_'mju.zIk_stOR+\e/+"
/\biTunes Pass\b/   -->   "\e/+'a&I.tunz_'p@s\e/+"
/\biTunes U\b/   -->   "\e/+'a&I.tunz_'ju\e/+"
/\bJaime Burnes-France\b/   -->   "\e/+'d&Ze&I.mi_bE0nz.fR+@ns\e/+"
/\bJan Kirchhoff\b/   -->   "\e/+'jAn_'kiR+k.hOf\e/+"
/\bJan Moravek\b/   -->   "\e/+jAn_mOR+.'Av.Ek\e/+"
/\bJan Mucha\b/   -->   "\e/+jAn_'muk.h$\e/+"
/\bJan Polak\b/   -->   "\e/+jAn_'po&U.lAk\e/+"
/\bJan Rosenthal\b/   -->   "\e/+jAn_'R+o&Uz.$n.tAl\e/+"
/\bJan Schlaudraff\b/   -->   "\e/+jAn_'Sla&Ud.R+Af\e/+"
/\bJan Vertonghen\b/   -->   "\e/+jAn_v$R+'.tOnK.$n\e/+"
/\bJean Armel Kana-Biyik\b/   -->   "\e/+ZAn_AR+.'mEl_kA.n$_'bi.jik\e/+"
/\bJean Baptiste Pierazzi\b/   -->   "\e/+ZAn_bA.'tist_pi.ER+.'At.si\e/+"
/\bJean Beausejour\b/   -->   "\e/+ZOn_'bOs.$.ju\e/+"
/\bJean Calvé\b/   -->   "\e/+ZAn_kAl.'ve&I\e/+"
/\bJean Fanor\b/   -->   "\e/+'ZOn_f$.'nOR+\e/+"
/\bJean Makoun\b/   -->   "\e/+ZOn_m$.'kun\e/+"
/\bJean Philippe Sabo\b/   -->   "\e/+ZAn_fi.'lip_sA.bo&U\e/+"
/\bJean-Bryan Boukaka\b/   -->   "\e/+ZAn_bra&I.$n_bu.kA.k$\e/+"
/\bJean-Christophe Bahebeck\b/   -->   "\e/+ZAn_kri.'stOf_bA.$.'bEk\e/+"
/\bJean-Daniel Akpa-Akpro\b/   -->   "\e/+ZAn_dAn.'jEl_'Ak.p$_'Ak.pR+o&U\e/+"
/\bJean-Eudes Maurice\b/   -->   "\e/+ZAn_ju.'dEs_mo&U.'R+is\e/+"
/\bJean-Louis Leca\b/   -->   "\e/+ZAn_lu.i_lE.k$\e/+"
/\bJean-Pascal Mignot\b/   -->   "\e/+ZAn_pAs.kAl_min.'jo&U\e/+"
/\bJeremy Pied\b/   -->   "\e/+Ze&I.R+e&I.mi_pi.je&I\e/+"
/\bJerome Leroy\b/   -->   "\e/+ZER+.o&Um_l$.R+wA\e/+"
/\bJerome Martin\b/   -->   "\e/+ZER+.o&Um_mAR+.'t{An\e/+"
/\bJesse Joronen\b/   -->   "\e/+'jEs.$_'jOR+.$.n$n\e/+"
/\bJo Jung\b/   -->   "\e/+d&Zo&U_d&ZunK\e/+"
/\bJoan Angel Roman\b/   -->   "\e/+wAn_'AnK.hEl_R+o&U.'mAn\e/+"
/\bJoan Hartock\b/   -->   "\e/+Zo&U.An_hAR+.t{Ok\e/+"
/\bJohan Martial\b/   -->   "\e/+jo&U.An_mAR+.t{i.'Al\e/+"
/\bJonas De Roeck\b/   -->   "\e/+'jo&Un.$s_d$_'R+o&Uk\e/+"
/\bJonas Martin\b/   -->   "\e/+Zo&U.nAs_mAR+.'t{An\e/+"
/\bJulius Biada\b/   -->   "\e/+'juli.$s_bi.'Ad.$\e/+"
/\bJuri Judt\b/   -->   "\e/+'juR+.i_'jUd\e/+"
/\bJust remember: A watched iPhone never boils\b/   -->   "\e/+'dZ^st_R+I.'mEm.b$R+#$_'wAt&St_'a&I.fo&Un_'nE.v$R+_'bO&Ilz\e/+"
/\bKen Burns\b/   -->   "\e/+'kEn_'bE0nz\e/+"
/\bKeychain Access\b/   -->   "\e/+'ki.t&Se&In_'@k.sEs\e/+"
/\bKeynote Live\b/   -->   "\e/+'ki.no&Ut_'la&Iv\e/+"
/\bKoch (Brothers|Industries)\b/i   -->   "\e/+'ko&Uk\e/+ $1"
/\bLa Secla\b/   -->   "\e/+l$.'sEk.l$\e/+"
/\blead (singer|singers)\b/   -->   "\e/+'lid\e/+ $1"
/\bLe Crom\b/   -->   "\e/+l$_kro&Um\e/+"
/\bLED\b/   -->   "\e/+El_i_'di\e/+"
/\bLEDs\b/   -->   "\e/+El_i_'diz\e/+"
/\bLe Fondre\b/   -->   "\e/+l$_'FOnd.R+$\e/+"
/\bLe Lan\b/   -->   "\e/+l$_lAn\e/+"
/\bLe Pogam\b/   -->   "\e/+l$_po&Ug.$m\e/+"
/\blil uzi vert\b/   -->   "\e/+'lIL_'u.zi_'vER+t\e/+"
/\bLionel Cappone\b/   -->   "\e/+li.o&U.nEl_ kA.pOn\e/+"
/\blive and let die\b/i   -->   "\e/+'lIv_@nd_lEt_'da&I\e/+"
/\bLive Another Day\b/   -->   "\e/+'lIv_$.'n^D.$R+_'de&I\e/+"
/\bLive Photo\b/   -->   "\e/+la&Iv_'fo&U.to&U\e/+"
/\bLive Photos\b/   -->   "\e/+la&Iv_'fo&U.to&Uz\e/+"
/\blive at wembley\b/i   -->   "\e/+la&Iv_@t_'wEm.bli\e/+"
/\bLogic Pro X\b/   -->   "\e/+'lA.d&ZIk_'pR+o&U_'tEn\e/+"
/\bLogic X\b/   -->   "\e/+'lA.d&ZIk_'tEn\e/+"
/\bLive Photos\b/   -->   "\e/+la&Iv_'fo&U.to&Uz\e/+"
/\bLouis Armstrong\b/   -->   "\e/+'lu.i_'AR+m.stR+OnK\e/+"
/\bLouis Saha\b/   -->   "\e/+lu.'i_'sA.$\e/+"
/\bLucas Piazón\b/   -->   "\e/+lu.'k^s_pi.^.'zOn\e/+"
/\bMac App Store\b/   -->   "\e/+'m@k_'@p_'stOR+\e/+"
/\bOS X\b/   -->   "\e/+'o&U.'Es_'tEn\e/+"
/\bMac OS\b/   -->   "\e/+'m@k_'o&U.'Es\e/+"
/\bMac Pro\b/   -->   "\e/+'m@k_'pR+o&U\e/+"
/\bMac mini\b/   -->   "\e/+'m@k_'mI.ni\e/+"
/\bMacBook Air\b/   -->   "\e/+'m@k.bUk_'ER+\e/+"
/\bMacBook Pro\b/   -->   "\e/+'m@k.bUk_'pR+o&U\e/+"
/\bMagic Mouse\b/   -->   "\e/+'m@.d&ZIk_ma&Us\e/+"
/\bMagic Songs\b/   -->   "\e/+'m@.d&ZIk_sOnKz\e/+"
/\bMagic Trackpad\b/   -->   "\e/+'m@.d&ZIk_'tR+@k.p@d\e/+"
/\bMama Said\b/   -->   "\e/+'mA.m$_'sEd\e/+"
/\bMarcel Gecov\b/   -->   "\e/+'mAR+tsEl_'gEts.Of\e/+"
/\bMarcus Thames\b/   -->   "\e/+'mAR+.k$s_'temz\e/+"
/\bMargrethe II\b/   -->   "\e/+mAR+.'gR+e&I.t$_D$_'sE.k$nd\e/+"
/\bMatthias Lehmann\b/   -->   "\e/+'mAt{.i.$s_'le&I.mAn\e/+"
/\bMbah a Moute\b/   -->   "\e/+$m.bA.A.'mu.te&I\e/+"
/\bMel Bellefontaine\b/   -->   "\e/+'mEl_bEl.fAn.'te&In\e/+"
/\bMelania(?= Trump)\b/   -->   "\e/+m$.'lA.ni.^\e/+"
/\bmicex ind\b/i   -->   "micex index"
/\bMichael Lumb\b/   -->   "\e/+'mik.a&Il_le&Im\e/+"
/\bMiss Movin' On\b/   -->   "\e/+'mIs_'mu.vIn_'An\e/+"
/\bMiss Movin On\b/   -->   "\e/+'mIs_'mu.vIn_'An\e/+"
/\bMono Lake\b/   -->   "\e/+'mo&Un.o&U_le&Ik\e/+"
/\bMonte Vista\b/ -->  "\e/+mAn.t$_'vIs.t$\e/+"
/\bMount Rainier\b/  -->  "\e/+ma&Unt_R+e&I.'niR+\e/+"
/\bMoussa Sow\b/   -->   "\e/+mu.s$_so&U\e/+"
/\bMusic Store\b/   -->   "\e/+'mju.zIk_stOR+\e/+"
/\bNicolas Zeitlin\b/   -->   "\e/+'nIk.$.l$s_'za&It.lIn\e/+"
/\bNicolas Gomollon\b/   -->   "\e/+'nIk.$.l$s_'gOm.$.l$n\e/+"
/\bNike + iPod\b/   -->   "\e/+'na&I.ki_pl^s_'a&I.pAd\e/+"
/\bO.co Colosseum\b/   -->   "\e/+'o&U_dAt_ko&U_kAl.$.'si.$m\e/+"
/\b(?<=Obama )II\b/i   --> "the second"
/\bOpen Link\b/   -->   "\e/+'o&U.p$n_lInKk\e/+"
/\bou=people, o=company\b/   -->   "\e/+'o&U_'ju_'i.kw$lz_'pi.pl%)#'o&U_'i.kw$lz_'k^m.p$.ni\e/+"
/\bp(e|ae)dophile\b/   -->   "\e/+'pE.r6$.fa&Il\e/+"
/\bPatrick Roy\b/   -->   "\e/+'p@.tR+Ik_'wA\e/+"
/\bPeer Kluge\b/   -->   "\e/+'pER+_'klug.$\e/+"
/\bPetit Biscuit\b/   -->   "\e/+p$.'ti_bi.'skwi\e/+"
/\bPéter Gulacsi\b/   -->   "\e/+'pe&It.ER+_'gu.lA.t&Si\e/+"
/\bPhi Phi island\b/   -->   "\e/+'pi_'pi_'a&I.l$nd\e/+"
/\bPlease use\b/   -->   "\e/+'pliz_'juz\e/+"
/\bPodcast Capture\b/   -->   "\e/+'pAd.k@st_'k@p.t&S$R+\e/+"
/\bPodcast Producer\b/   -->   "\e/+'pAd.k@st_pR+$.'du.s$R+\e/+"
/\bPodcast Producer Server\b/   -->   "\e/+'pAd.k@st_pR+$.'du.s$R+_'sE0R+.v$R+\e/+"
/\bPodcast Publisher\b/   -->   "\e/+'pAd.k@st_'p^.blI.S$R+\e/+"
/\bPort Micro\b/   -->   "\e/+'pOR+t_'ma&I.kR+o&U\e/+"
/\bPort Micro 0\b/   -->   "\e/+'pOR+t_'ma&I.kR+o&U_'ziR+.o&U\e/+"
/\bPort Micro 1\b/   -->   "\e/+'pOR+t_'ma&I.kR+o&U_'w^n\e/+"
/\bPower Nap\b/   -->   "\e/+'pa&U.$R+_n@p\e/+"
/\bPowerbeats³/i   -->   "Powerbeats 3"
/\bRAID Utility\b/   -->   "\e/+'R+e&Id_ju.'tI.l$.r6i\e/+"
/\bRegina, (\x1b\\pause=\d+\\)?(?=Canada|Saskatchewan)\b/   -->   "\e/+R+I.'d&Za&In.$\e/+, $1"
/\bRemote Install Mac OS X\b/   -->   "\e/+R+I.'mo&Ut_In.'stOl_'m@k_'o&U.'Es_'tEn\e/+"
/\bRicky Gervais\b/   -->   "\e/+'R+I.ki_d&Z$R+.'ve&Iz\e/+"
/\bRobinson Cancel\b/   -->   "\e/+'R+Ab.In.s$n_k@n.'sEl\e/+"
/\bRomain Grange\b/   -->   "\e/+R+o&U.mAn_gR+AnZ\e/+"
/\bRoman Colon\b/   -->   "\e/+R+o&U.'mAn_k$.'lo&Un\e/+"
/\bRudy Mater\b/   -->   "\e/+'R+u.di_mA.'te&I\e/+"
/\bSAP Center\b/  -->  "\e/+'Es.e&I.'pi_'sEn.r6$R+\e/+"
/\bSamed Yesil\b/   -->   "\e/+'sAm.e&Id_'je&I.Sil\e/+"
/\bSan Francisco\'s\b/   -->   "\e/+s@n_fR+@n.'sIs.ko&Uz\e/+"
/\bSan Francisco\b/   -->   "\e/+s@n_fR+@n.'sIs.ko&U\e/+"
/\bSanta Cruz\b/   -->   "\e/+'s@n.t$_kR+uz\e/+"
/\bSan Lorenzo\b/   -->   "\e/+'s@n_l$.'R+En.zo&U\e/+"
/\bLos Gatos\b/   -->   "\e/+'lo&Us_'gA.r6o&Us\e/+"
/\bsci fi\b/   -->   "\e/+'sa&I_'fa&I\e/+"
/\bSerie A\b/   -->   "\e/+'se&I.R+i.$_A\e/+"
/\bSergio Mitre\b/   -->   "\e/+sER+Z.i.o&U_'mi.tR+e&I\e/+"
/\bSimon Mignolet\b/   -->   "\e/+si.mOn_ min.jo&U.'le&I\e/+"
/\bSir Mix A Lot\b/   -->   "\e/+'sE0R+_'mIks_$_'lAt\e/+"
/\bSpeakerboxxx\/The Love Below\b/   -->   "\e/+'spi.k$R+.bAks_D$_'l^v_bI.'lo&U\e/+"
/\bSt. Denis\b/   -->   "\e/+s@n_d$.'ni\e/+"
/\bSt. Elsewhere\b/   -->   "\e/+'se&Int_'Els.wER+\e/+"
/\bSt.? Louis\b/   -->   "\e/+se&Int_'lu.Is\e/+"
/\bStar Wars(\:|) Episode I\b/   -->   "\e/+'stAR+_'wOR+z_'E.pI.so&Ud_'w^n\e/+"
/\bStar Wars(\:|) Episode II\b/   -->   "\e/+'stAR+_'wOR+z_'E.pI.so&Ud_'tu\e/+"
/\bStar Wars(\:|) Episode V\b/   -->   "\e/+'stAR+_'wOR+z_'E.pI.so&Ud_'fa&Iv\e/+"
/\bStar Wars(\:|) Episode VI\b/   -->   "\e/+'stAR+_'wOR+z_'E.pI.so&Ud_'sIks\e/+"
/\bStar Wars(\:|) Episode VII\b/   -->   "\e/+'stAR+_'wOR+z_'E.pI.so&Ud_'sE.v$n\e/+"
/\bStar Wars(\:|) Episode VIII\b/   -->   "\e/+'stAR+_'wOR+z_'E.pI.so&Ud_'e&It\e/+"
/\bStar Wars(\:|) Episode IX\b/   -->   "\e/+'stAR+_'wOR+z_'E.pI.so&Ud_'na&In\e/+"
/\bTantek Çelik\b/   -->   "\e/+'tAn.tEk_'t&SEl.Ik\e/+"
/\bThe Apple Collection\b/   -->   "\e/+Di_'@.pl%)_k$.'lEk.S$n\e/+"
/\bThe Universal Client\b/   -->   "\e/+D$_ju.n$.'vE0R+.sl%)_'kla&I.$nt\e/+"
/\bThe power to be your best\b/   -->   "\e/+D$_'pa&U.$R+_t$_bi_j$R+_'bEst\e/+"
/\bTheresa May\b/   -->   "\e/+t$.'R+i.s$_'me&I\e/+"
/\bThere's an app for that\b/   -->   "\e/+DER+z_$n_'@p_f$R+_'D@t\e/+"
/\bThink different\b/   -->   "\e/+'TInKk_'dI.fR+$nt\e/+"
/\bTime Capsule\b/   -->   "\e/+'ta&Im_k@p.sl%)\e/+"
/\bTime Machine\b/   -->   "\e/+'ta&Im_m$.'Sin\e/+"
/\bThnks Fr Th Mmrs\b/   -->   "\e/+'T@nks.fOR+.T$.'mEm.R+iz\e/+"
/\bThorgan Hazard\b/   -->   "\e/+tOR+.gAn_Az.AR+\e/+"
/\bTristan Do\b/   -->   "\e/+tris.t$n_do&U\e/+"
/\bUnforgiven II\b/   -->   "\e/+^n.f$R+.'gI.v$n_tu\e/+"
/\bUsual Suspects\b/   -->   "\e/+'juZ.u.$l_'s^s.pEkts\e/+"
/\bVan der Vaart\b/   -->   "\e/+vAn d$R+ 'vAR+t\e/+"
/\bWest Bromwich Albion\b/   -->   "\e/+wEst_'bR+Am.IdZ_'@l.bi.$n\e/+"
/\bWilliam Gallas\b/   -->   "\e/+wil.jAm_gAl.As\e/+"
/\bWilson Palacios\b/   -->   "\e/+wil.'sO&Um_pA.'lAs.jo&Us\e/+"
/\bWily Mo Peña\b/   -->   "\e/+'wI.li_'mo&U_'pe&In.j$\e/+"
/\bWily Peralta\b/   -->   "\e/+'wI.li_p$.'R+Al.t$\e/+"
/\bwound(-| )up(?=\.|!|\?)\b/   -->   "\e/+'wa&Und_'^p\e/+"
/\bWyclef Jean\b/   -->   "\e/+'wa&I.klIf_'ZAn\e/+"
/\bXavier Cedeño\b/   -->   "\e/+'hAv.i.ER+_s$.'de&In.jo&U\e/+"
/\bXavier Nady\b/   -->   "\e/+'Eks.e&I.vi.E0_'ne&I.di\e/+"
/\bXavier Paul\b/   -->   "\e/+'ze&Iv.jE0_'pOl\e/+"
/\bYan Gomes\b/   -->   "\e/+'jAn_'go&Umz\e/+"
/\bZhi Gin Lam\b/   -->   "\e/+t&Si_kin_l^m\e/+"
/\bde Haan\b/   -->   "\e/+d$_'hAn\e/+"
/\bkelp bass\b/   -->   "\e/+'kElp_b@s\e/+"
/\bkid-friendly restaurants\b/   -->   "\e/+'kId.'fR+End.li_'R+Est.R+Ants\e/+"
/\blarge mouth bass\b/   -->   "\e/+'lAR+d&Z_ma&UT_'b@s\e/+"
/\bsea bass\b/   -->   "\e/+'si_b@s\e/+"
/\bstriped bass\b/   -->   "\e/+'stR+a&Ipt_b@s\e/+"
/\bWi-Fi + Cellular\b/   -->   "\e/+'wa&I.fa&I_pl^s_'sE.lj$.l$R+\e/+"
/\bWi-Fi Direct\b/   -->   "\e/+'wa&I.fa&I_d$.'R+Ekt\e/+"
/\bWiki Server 2\b/   -->   "\e/+'wI.ki_'sE0R+.v$R+_'tu\e/+"
/\bWiki Server 3\b/   -->   "\e/+'wI.ki_'sE0R+.v$R+_'TR+i\e/+"
/\bWSJ Live\b/   -->   "\e/+'d^b.$l.ju_'Es_'d&Ze&I_'la&Iv\e/+"
/\bX Window System\b/   -->   "\e/+'Eks_'wIn.do&U_sI.st$m\e/+"
/\bBuca di Beppo\b/i   -->   "\e/+'bu.kA_di_'bEp.o&U\e/+"
#
/\bCoen Gortebaker\b/   -->   "\e/+'kun_'gOR+.t$.bAk.$R+\e/+"
/\bDaley Blind\b/   -->   "\e/+'de&Il.i_blInt\e/+"
/\bGill Swerts\b/   -->   "\e/+'hIl_'svER+ts\e/+"
/\bJan Vennegoor\b/   -->   "\e/+'jAn_'vEn.$.gOR+\e/+"
/\bJan Vertonghen\b/   -->   "\e/+'jAn_'vER+.tOnK.hEn\e/+"
/\bJan Wuytens\b/   -->   "\e/+'jAn_'wu.i.tEnz\e/+"
/\bJan-Arie van der Heijden\b/   -->   "\e/+'jAn_'AR+.i.$_v@n_dER+_'he&I.d$n\e/+"
/\bJulian Jenner\b/   -->   "\e/+'jul.i.An_'jEn.$R+\e/+"
/\bJust Berends\b/   -->   "\e/+'j^st_'be&I.R+$nts\e/+"
/\bSaid Bakkati\b/   -->   "\e/+sA.'id_b$.'kAt{.i\e/+"
/\bAndrea Mei\b/   -->   "\e/+'And.R+e&I.$_me&I\e/+"
#
/\bAlves de Lima\b/   -->   "\e/+Al.'ve&Iz_d$_'lim$\e/+"
/\bAndrea Barzagli\b/   -->   "\e/+An.'dR+e&I.$_bAR+.zA.li\e/+"
/\bAndrea Bertolacci\b/   -->   "\e/+An.'dR+e&I.$_bER+.to&U.'lAts.i\e/+"
/\bAndrea Campagnolo\b/   -->   "\e/+An.'dR+e&I.$_kAm.pAn.'jo&U.lo&U\e/+"
/\bAndrea Catellani\b/   -->   "\e/+An.'dR+e&I.$_kA.tEl.'An.i\e/+"
/\bAndrea Coda\b/   -->   "\e/+An.'dR+e&I.$_'ko&Ud.$\e/+"
/\bAndrea Consigli\b/   -->   "\e/+An.'dR+e&I.$_kOn.'sil.ji\e/+"
/\bAndrea Cossu\b/   -->   "\e/+An.'dR+e&I.$_'kOs.su\e/+"
/\bAndrea Costa\b/   -->   "\e/+An.'dR+e&I.$_'ko&Us.t$\e/+"
/\bAndrea Doninelli\b/   -->   "\e/+An.'dR+e&I.$_dOn.i.'nEl.li\e/+"
/\bAndrea Dossena\b/   -->   "\e/+An.'dR+e&I.$_dOs.'sEn.$\e/+"
/\bAndrea Gessa\b/   -->   "\e/+An.'dR+e&I.$_d&ZEs.s$\e/+"
/\bAndrea Lazzari\b/   -->   "\e/+An.'dR+e&I.$_lAd.'dzAR+.i\e/+"
/\bAndrea Mantovani\b/   -->   "\e/+An.'dR+e&I.$_mAn.to&U.'vAn.i\e/+"
/\bAndrea Masiello\b/   -->   "\e/+An.'dR+e&I.$_mAz.i.'El.o&U\e/+"
/\bAndrea Parola\b/   -->   "\e/+An.'dR+e&I.$_pA.'R+o&Ul.$\e/+"
/\bAndrea Pirlo\b/   -->   "\e/+An.'dR+e&I.$_'piR+.lo&U\e/+"
/\bAndrea Poli\b/   -->   "\e/+An.'dR+e&I.$_'po&U.li\e/+"
/\bAndrea Raggi\b/   -->   "\e/+An.'dR+e&I.$_'R+A.d&Zi\e/+"
/\bAndrea Ranocchia\b/   -->   "\e/+An.'dR+e&I.$_R+A.'no&U.ki.$\e/+"
/\bAndrea Rispoli\b/   -->   "\e/+An.'dR+e&I.$_R+is.'po&U.li\e/+"
/\bAndrea Romano\b/   -->   "\e/+An.'dR+e&I.$_R+o&U.'mAn.o&U\e/+"
/\bAndrea Rossi\b/   -->   "\e/+An.'dR+e&I.$_'R+Os.si\e/+"
/\bAndrea Sbraga\b/   -->   "\e/+An.'dR+e&I.$_'zbR+A.g$\e/+"
/\bAndrea Seculin\b/   -->   "\e/+An.'dR+e&I.$_s$.'ku.lin\e/+"
/\bAndrea Tozzo\b/   -->   "\e/+An.'dR+e&I.$_'tOts.so\e/+"
/\bDi Michele\b/   -->   "\e/+di_mi.'kEl.e&I\e/+"
/\bIgnazio Abate\b/   -->   "\e/+ij.'njA.s.i.o&U_A.'bA.te&I\e/+"
/\bJean-Alain Fanchone\b/   -->   "\e/+ZAn_A.'lAn_fAn.'SOn\e/+"
/\bJean Francois Gillet\b/   -->   "\e/+ZAn_frAns.'wA_Zi.'le&I\e/+"
/\bJean Mbida\b/   -->   "\e/+ZAn_m'bi.d$\e/+"
/\bJose Angel\b/   -->   "\e/+'ho&U.ze&I_'AnK.hEl\e/+"
/\bLame Surraco\b/   -->   "\e/+'lA.me&I_su.'R+A.ko&U\e/+"
/\bLive Another Day\b/   -->   "\e/+'lIv_$.'n^D.$R+.'de&I\e/+"
/\bMichele Camporese\b/   -->   "\e/+mi.'ke&I.le&I_kAm.pOR+.'e&I.ze&I\e/+"
/\bMichele Canini\b/   -->   "\e/+mi.'ke&I.le&I_kA.'ni.ni\e/+"
/\bMichele Ferri\b/   -->   "\e/+mi.'ke&I.le&I_'fER+.i\e/+"
/\bMichele Pazienza\b/   -->   "\e/+mi.'ke&I.le&I_pAts.i.'En.ts$\e/+"
/\bMiguel Angel Britos\b/   -->   "\e/+mi.'gEl_'AnK.hEl_'bR+i.to&US\e/+"
/\bMilan Milanovic\b/   -->   "\e/+'mi.lAn_'mi.lAn.$.vIt&S\e/+"
/\bNadir Minotti\b/   -->   "\e/+nA.'diR+_min.'Ot.ti\e/+"
/\bNicola Belmonte\b/   -->   "\e/+ni.'k'o&U.l$_bEl.'mOn.te&I\e/+"
/\bNicola Berselli\b/   -->   "\e/+ni.'ko&U.l$_bER+.'sEl.li\e/+"
/\bNicola Leali\b/   -->   "\e/+ni.'ko&U.l$_le&I.'A.li\e/+"
/\bNicola Legrottaglie\b/   -->   "\e/+ni.'ko&U.l$_le&I.gR+Ot.'tAl.je&I\e/+"
/\bNicola Murru\b/   -->   "\e/+ni.'ko&U.l$_'mu.R+u\e/+"
/\bNicola Pavarini\b/   -->   "\e/+ni.'ko&U.l$_pA.v$.'R+i.ni\e/+"
/\bNicola Pozzi\b/   -->   "\e/+ni.'ko&U.l$_'pOts.i\e/+"
/\bPhilippe Coutinho\b/   -->   "\e/+fi.'li.pi_ko&U.u.'t&Sin.ju\e/+"
/\bServin Cesar\b/   -->   "\e/+s$R+.'vin_'t&Se&I.zAR+\e/+"
#
/\bÁngel Dealbert\b/   -->   "\e/+'AnK.hEl_de&I.'Al.bER+t\e/+"
/\bÁngel Di Maria\b/   -->   "\e/+'AnK.hEl_di_mA.'R+i.$\e/+"
/\bÁngel Propin\b/   -->   "\e/+'AnK.hEl_'pR+o&U.pin\e/+"
/\bCarles Gil\b/   -->   "\e/+'kAR+.lEs_'hil\e/+"
/\bEver Banega\b/   -->   "\e/+'e&I.vER+_bA.'ne&I.g$\e/+"
/\bImanol Elias\b/   -->   "\e/+i.mA.'no&Ul_'e&I.li.As\e/+"
/\bJaime Isuardi\b/   -->   "\e/+'ha&I.me&I_i.su.'AR+.di\e/+"
/\bJaime Romero\b/   -->   "\e/+'ha&I.me&I_R+o&U.'mER+.o&U\e/+"
/\bJoan Angel Roman\b/   -->   "\e/+Zu.'AnK_Angel_'R+o&Um.An\e/+"
/\bJoan Capdevila\b/   -->   "\e/+Zu.'AnK_k$.d$.'vil.j$\e/+"
/\bJoan Tomas\b/   -->   "\e/+Zu.'AnK_to&U.'mAs\e/+"
/\bJoan Verdu\b/   -->   "\e/+Zu.'AnK_vER+.'du\e/+"
/\bJoan Oriol\b/   -->   "\e/+Zu.'An_uR+.i.'Ol\e/+"
/\bJoao Victor\b/   -->   "\e/+'Zu.a&U_vik.'tOR+\e/+"
/\bJosé Angel\b/   -->   "\e/+ho&U.'ze&I_'AnK.hEl\e/+"
/\bJosé Maria Cases\b/   -->   "\e/+ho&U.'ze&I_mA.'R+i.$_'kAs.Es\e/+"
/\bManu Del Moral\b/   -->   "\e/+'mA.nu_dEl_mOR+.Al\e/+"
/\bMate Bilic\b/   -->   "\e/+'mA.te&I_'bi.lit&S\e/+"
/\bMiguel Angel Luque\b/   -->   "\e/+mi.'gEl_'AnK.hEl_'lu.ke&I\e/+"
/\bNacho Cases\b/   -->   "\e/+'nA.t&So&U_'kAs.Es\e/+"
/\bOscar Plano\b/   -->   "\e/+'Os.kAR+_'plAn.o&U\e/+"
/\bPedro Astray\b/   -->   "\e/+'pe&Id.R+o&U_A.'stR+a&I\e/+"
/\bRamiro Mayor\b/   -->   "\e/+R+$.'miR.+o&U_mA.'jOR+\e/+"
#
/\bAndrea Barzagli\b/   -->   "\e/+An.'dR+e&I.$_bAR+.'zA.li\e/+"
/\bAndrea Pirlo\b/   -->   "\e/+An.'dR+e&I.$_'piR+.lo&U\e/+"
/\bAngel Reyna\b/   -->   "\e/+'AnK.hEl_'R+e&I.i.n$\e/+"
/\bAnthony Lopes\b/   -->   "\e/+'@n.t$,ni_'lOp.Is\e/+"
/\bDaley Blind\b/   -->   "\e/+'dA.li_blInt\e/+"
/\bDavid Donatelli\b/   -->   "\e/+'de&I.vId_dA.n$.'tE.li\e/+"
/\bDries Mertens\b/   -->   "\e/+'dR+is_'mER+.t$ns\e/+"
/\bGermán Re\b/   -->   "\e/+hER+.'mAn_'R+e&I\e/+"
/\bGuy-Rolland N'dy Assembe\b/   -->   "\e/+gi_R+Ol.'An_$n.di_A.'sEm.be&I\e/+"
/\bIn-Hwan Jung\b/   -->   "\e/+'In.hAn.d&Z^nK\e/+"
/\bJan Vertonghen\b/   -->   "\e/+'jAn_v$R+.'tOnK.$n\e/+"
/\bJean-Daniel\b/   -->   "\e/+ZAn_dAn.'jEl\e/+"
/\bJean Effala\b/   -->   "\e/+ZAn_E.'fAl.$\e/+"
/\bJean-Jacques\b/   -->   "\e/+ZAn_ZAk\e/+"
/\bJean Makoun\b/   -->   "\e/+ZAn_m$.kun\e/+"
/\bJean-Armel Kana-Biyik\b/   -->   "\e/+ZAn_AR+.'mEl_kAn.$_bi.'jik\e/+"
/\bJean-Patrick Abouna\b/   -->   "\e/+ZAn_pA.tR+ik_$.bun.$\e/+"
/\bJean Beausejour\b/   -->   "\e/+ZAn_bo&U.se&I.ZuR+\e/+"
/\bJesús Escoboza\b/   -->   "\e/+he&I.'sus_Es.ko&U.'bo&Us.$\e/+"
/\bJesús Molina\b/   -->   "\e/+he&I.'sus_mo&U.'lin.$\e/+"
/\bJesús Navas\b/   -->   "\e/+he&I.'sus_'nA.vAs\e/+"
/\bJesús Zavala\b/   -->   "\e/+he&I.'sus_sA.'vA.l$\e/+"
/\bJosé de Jesús Corona\b/   -->   "\e/+ho&U.'ze&I_de&I_he&I.'sus_k$.'R+o&U.n$\e/+"
/\bJung-Soo\b/   -->   "\e/+'d&ZUnK.su\e/+"
/\bJung-Woo\b/   -->   "\e/+'d&ZUnK.wu\e/+"
/\bLuis Angel Mendoza\b/   -->   "\e/+lu.'is_AnK.'hEl_mEn.'do&U.s$\e/+"
/\bLuis Muriel\b/   -->   "\e/+lu.'is_'muR+.i.e&Il\e/+"
/\bMate Maleš\b/   -->   "\e/+'mA.te&I_'mAl.ES\e/+"
/\bMax-Alain\b/   -->   "\e/+m@ks_A.'lAn\e/+"
/\bMilan Badelj\b/   -->   "\e/+'mi.lAn_'bAd.e&I\e/+"
/\bMile Jedinak\b/   -->   "\e/+'mi.le&I_'jEd.in.Ak\e/+"
/\bPark Geun Hye\b/   -->   "\e/+'pAR+k_'gUn_'he&I\e/+"
/\bSerey Die\b/   -->   "\e/+sER+.'e&I_di.'e&I\e/+"
/\bStephen(?= Curry)\b/   -->   "\e/+'stE.f$n\e/+"
/\bYuki Abe\b/   -->   "\e/+'ju.ki_'A.be&I\e/+"
/\bInspectah Deck\b/i    -->   "\e/+In.spEk.t$.'dEk\e/+"
#
# Last names
/\bDe Leow\b/   -->   "\e/+d$_'lo&U\e/+"
/\bDe Ville\b/   -->   "\e/+d$_'vIl\e/+"
/\bDe Vore\b/   -->   "\e/+d$_'vOR+\e/+"
/\bLe Monde\b/   -->   "\e/+l$.'mAnd\e/+"
#
# Place names
/\bBossier City\b/   -->   "\e/+'bo&U. Z$R+_'sI.ti\e/+"
/\bBaie d'Espoire\b/i   -->   "\e/+'be&I_dEs.'pER+\e/+"
/\bBoise City\b/   -->   "\e/+'bo&Is_'sIt.i\e/+"
/\bBrett Favre\b/   -->   "\e/+bR+Et_fAR+v\e/+"
/\bCanyon de Chelly\b/   -->   "\e/+'k@n.j$n_d$_'Se&I.li\e/+"
/\bChamps Elysées\b/   -->   "\e/+'SAmps_E.li.'se&I\e/+"
/\btsim sha tsui\b/i   -->   "\e/+'d&ZIm_'S@_'d&ZO&I\e/+"
/\bChoa Chu Kang\b/   -->   "\e/+'t&SwA_'t&Su_kAnK\e/+"
/\bDes Plaines\b/   -->   "\e/+dEz_ple&Inz\e/+"
/\bDe Anza\b/   -->   "\e/+di_'@n.z$\e/+"
/\bKusu Island\b/   -->   "\e/+'ku.su_'a&I.l$nd\e/+"
/\bLac Courte Oreilles\b/   -->   "\e/+l$_'kud_$.R+e&I \e/+"
/\bLa Plata\b/i   -->   "\e/+l$_'ple&It.$\e/+"
/\bLiancourt Rocks\b/   -->   "\e/+'li.$nK.kOR+t_'R+Aks\e/+"
/\bLos Angeles\b/i   -->   "\e/+lAs.'@n.d&Z$.l$s\e/+"
/\bLos Altos\b/i   -->   "\e/+lOs.'@l.to&Us\e/+"
/\bMagdalen College\b/   -->   "\e/+'mOd. lIn_'kAl.Id&Z\e/+"
/\bMagdalene College\b/   -->   "\e/+'mOd. lIn_'kAl.Id&Z\e/+"
/\bNice(?=, France)\b/   -->   "\e/+'nis\e/+"
/\bper se\b/   -->   "\e/+pE0_'se&I\e/+"
/\bPlanet Granite\b/   -->   "\e/+'pl@.nIt_'gr@.nIt\e/+"
/\bPulau Tekong\b/   -->   "\e/+pU.'la&U_'t$.kAnK\e/+"
/\bPulau Ubin\b/   -->   "\e/+pU.'la&U_'u.bIn\e/+"
/\bSt(\.|) Ive\b/   -->   "\e/+s$nt_'iv\e/+"
/\bSan Luis Obispo\b/   -->   "\e/+s@n_'lu.Is.$.'bIs.po&U\e/+"
/\bSanta Teresa\b/i   -->   "\e/+s@n.t$_'t$.'R+i.s$\e/+" #workaround
/\bSan Rafael\b/   -->   "\e/+s@n_R+$.'fEl\e/+"
/\bSault Ste(\.|) Marie\b/i   -->   "\e/+'su_se&Int_m$.'R+i\e/+"
/\bsilicon valley\b/i   -->   "\e/+'sI.l$.k$n_'v@.li\e/+"
/\bsri lanka\b/i   -->   "\e/+SR+i.'lOnK.k$\e/+"
/\bSix Minute English\b/   -->   "\e/+'sIks_'mI.nIt_'InK.glIS\e/+"
/\bSt(\.|) Helena\b/i   -->   "\e/+'se&Int_h$.'li.n$\e/+"
/\bTopsail Beach\b/   -->   "\e/+'tOp.s$l_bit&S\e/+"
/\btsim sha tsui\b/i   -->   "\e/+'d&ZIm_'S@_'d&ZO&I\e/+"
/\bcinque terre\b/i   -->   "\e/+'t&SInKk.we&I_'tER+.e&I\e/+"
/\b(Sure. Let[’']s kick things off with) Oh, (What a Night)\b/i	-->	"$1: Oh $2"
/\bsanta clara dah as[íi]s\b/i   -->   "\e/+s@n.$.'kl@R+.$_de&I_$.'sis\e/+"
/\barroyo de arguello\b/i   -->   "\e/+$.'R+O&I.o&U_de&I_AR+.'gwe&I.jo&U\e/+"
/[ÈèEe] tutto qua\b/i   -->   "\e/+'e&I_'tu.r6o&U_'kwA\e/+"
#
# Misc names
/\bF[üu]hrer\b/i   -->   "\e/+'fjE0.E0\e/+"
/\bQuinoaGrill\b/i   -->   "quinoa grill"
/\bUchu Conbini\b/i   -->   "\e/+'u.t&Su_'ko&Um.bi.ni\e/+"
/\b(?<=Slate )Presents(?= Lexicon Valley)\b/   -->   "\e/+pR+I.'zEnts\e/+"
/\bDecksanddrumsandrockandroll\b/   -->   "decks n drums n rock n roll"
/\bMarathon(?= Classic)\b/   -->   "\e/+'mER+.IT.An\e/+" # workaround
/\b(?<=New York City )Marathon\b/i   -->   "\e/+'mER+.IT.An\e/+" # workaround
/\bNicolas Cage\b/   -->   "\e/+'nIk.$.l$s_ke&Id&Z\e/+"
/\bWall St(\.|) Cheat Sheet\b/   -->   "\e/+'wOl_stR+it_'t&Sit_Sit\e/+"
/\bTaquería La Bamba Ay Caramba\b/   -->   "\e/+tA.k$.'R+i.$_lA_'bAm.bA_a&I_k$.'R+Am.bA\e/+"
/\bTiny Desk Concerts\b/   -->   "\e/+'ta&I.ni_dEsk_'kAn.s$R+ts\e/+"
/\bLes(?= Baxter)\b/   -->   "\e/+'lEs\e/+"
/\bcrème brûlée\b/i   -->   "\e/+kR+Em_bR+u.'le&I\e/+"
/\bmark as read\b/i   -->   "mark as \e/+'R+Ed\e/+"
/\bper minute\b/   -->   "\e/+pE0_'mIn.It\e/+"
/\bshall I read\b/i   -->   "\e/+S@l_a&I_R+id\e/+"
/\b1234 by feist\b/i --> "one two three four by feist"
/\bfeist(\s|\s-\s)1234\b/i --> "feist one two three four"
/\bA Seat at the Table\b/   -->   "\e/+$_'sir6_$t_D$_'te&I.bl%)\e/+"
/\bWhat's the 411\b/   -->   "\e/+'w^ts_'D$_'fOR+_'w^n_'w^n\e/+"
/\bmuhammad ali\b/i   -->   "\e/+m$.'hA.m$d_A.'li\e/+"
/\byasiel puig\b/i   -->   "\e/+'ja.si.$l_'pwig\e/+"
/\bqoulee ouhibbouka\b/i   -->   "\e/+'kU.li_o&U.'hib_'bu.k$\e/+"
/\bingles (super)?market\b/i   -->   "\e/+'InK.g$lz $1 mAR+.k$t\e/+"
/\btsai ing-wen\b/i   -->   "\e/+'tsa&I_'InK.'wEn\e/+"
/\bhasta la casa\b/i   -->   "\e/+'A.st$_l$_'kA.s$\e/+"
/\bu\.?e\.?f\.?a\.?\b/i   -->   "\e/+ju.'e&I.f$\e/+"
/\bmah\s?na,? mah\s?na\b/i   -->   "\e/+m$.'nA_m$.'nA\e/+"
#
# Proper readout for dates in yyyy/mm/dd form
/\b(\d{4})[-\/](0[1-9]|1[012])[-\/](0[1-9]|[12]\d|3[01])\b/ --> "$2/$3/$1"
# Proper readout for time in dd.ddPM and variants
/\b(0?[1-9]|1[012])\.([0-6][0-9])\s*([ap]\.?m)\b/i   -->   "$1:$2 $3"
#
# Pronounce flat and sharp in keys
/(?<=\b[ACDFG])#(?= (major|minor)\b)/i  --> " sharp"
/(?<=\b[ABDEG])(b|♭)(?= (major|minor)\b)/i  --> " flat"
#
# Music bulk-addition
/\bC\+C Music Factory\b/i   -->   "C and C Music Factory"
/\b10 d e a t h b r e a s t\b/i   -->   "\e/+tEn_'dET.bR+Est\e/+"
/\b03' adolescence\b/i   -->   "\e/+'o&U_'TR+i_@.r6l%).'E.s$ns\e/+"
/\b24k magic\b/i   -->   "\e/+twEn.r6i.'fOR+_'k@.R+$t_'m@.d&ZIk\e/+"
/\b305 to my city\b/i   -->   "\e/+TR+i.o&U_'fa&Iv_t$_ma&I_'sI.r6i\e/+"
/\ba beber\b/i   -->   "\e/+A_bE.'bER+\e/+"
/\bace frehley\b/i   -->   "\e/+'e&Is_'fR+e&I.li\e/+"
/\badeste fideles\b/i   -->   "\e/+A.'dEs.te&I_fI.'d.e&I.le&Iz\e/+"
/\bafrika bambaataa\b/i   -->   "\e/+'@.fR+I.k$_b^m.'bA.t$\e/+"
/\bagnes obel\b/i   -->   "\e/+'@g.nIs_'o&U.bIl\e/+"
/\baha gazelle\b/i   -->   "\e/+$.'hA#g$.'zEl\e/+"
/\balessia cara\b/i   -->   "\e/+$.'lEs.j$_'kAR+.$\e/+"
/\balexandre desplat\b/i   -->   "\e/+@.lEg.'zAn.dR+$_dE.'splA\e/+"
/\bali bomaye\b/i   -->   "\e/+'A.li_bAm.a&I.'e&I\e/+"
/\balina baraz\b/i   -->   "\e/+$.'li.n$_b$.'R+Az\e/+"
/\balka yagnik\b/i   -->   "\e/+'Al.kA_'jAg.nIk\e/+"
/\balso sprach zarathustra\b/i   -->   "\e/+Alzo&U_'spR+Ak_zAR+.$.'tu.stR+$\e/+"
/\balta consigna\b/i   -->   "\e/+'Al.tA_kOn.'sik.nA\e/+"
/\baly x\b/i   -->   "\e/+'@.li_'Eks\e/+"
/\bamadou and mariam\b/i   -->   "\e/+A.mA.'du_@n_mA.R+i.'Am\e/+"
/\bambitionz az a ridah\b/i   -->   "\e/+@m.'bI.S$nz_@z_$_'R+a&I.r6$\e/+"
/\bamir obe\b/i   -->   "\e/+$.'miR+_'o&U.be&I\e/+"
/\banders lystell\b/i   -->   "\e/+'@n.d$R+s_lI.'stElx\e/+"
/\banderson \.paak\b/i   -->   "\e/+'@n.d$R+.s$n_'p@k\e/+"
/\banneliese van der pol\b/i   -->   "\e/+A.n$.'li.z$_v@n_dE0R+_'po&Ul\e/+"
/\bannie lennox\b/i   -->   "\e/+'@.ni_'lE.nIks\e/+"
/\bantonin dvorak\b/i   -->   "\e/+'An.t$.'nin_dU.'vOR+.ZAk\e/+"
/\bariel camacho\b/i   -->   "\e/+Ar6.i.'El_kA.'mA.t&So&U\e/+"
/\barmin van buuren\b/i   -->   "\e/+'AR+.mIn_v@n_'bjuR+.$n\e/+"
/\barpád jóo\b/i   -->   "\e/+'AR+.pAd_'jo&U\e/+"
/\basap ferg\b/i   -->   "\e/+'e&I.s@p_'fE0R+g\e/+"
/\bau fond du temple saint\b/i   -->   "\e/+o&U_'fOn_du_'tOm.pl$_'s^n\e/+"
/\bauli'i cravalho\b/i   -->   "\e/+a&U.'li.i_kR+$.'vA.li.o&U\e/+"
/\bave maria\b/i   -->   "\e/+'A.ve&I_m$.'R+i.$\e/+"
/\bayumi hamasaki\b/i   -->   "\e/+a&I.'ju.mi_hA.m$.'sA.ki\e/+"
/\bazizi gibson\b/i   -->   "\e/+^.'zi.zi_'gIb.s$n\e/+"
/\bback that azz up\b/i   -->   "\e/+'b@k_D@r6_'@s_^p\e/+"
/\bbad and boujee\b/i   -->   "\e/+'b@r6_$n_'bu.d&Zi\e/+"
/\bbanda ms\b/i   -->   "\e/+'ban.da_'em.'es\e/+"
/\bbarry louis polisar\b/i   -->   "\e/+'bER+.i_'lu.$s_pO.l$.'sAR+\e/+"
/\bbebe rexha\b/i   -->   "\e/+'bi.bi_'R+Ek.s$\e/+"
/\bbela fleck\b/i   -->   "\e/+'be&I.l$_'flEk\e/+"
/\bbenét and tamia\b/i   -->   "\e/+b$'.ne&I_@n_t$.'mi.$\e/+"
/\bberliner philharmoniker\b/i   -->   "\e/+bER+.'li.n^_fIl.hAR+.'mA.nI.k^\e/+"
/\bbig gipp\b/i   -->   "\e/+'bIg_'gIp\e/+"
/\bbitches n marijuana\b/i   -->   "\e/+'bI.t&SIz_$n_m@R+.$.'wA.n$\e/+"
/\bbling blaww burr\b/i   -->   "\e/+blInK#bla&U#'bE0R+\e/+"
/\bbohdan warchal\b/i   -->   "\e/+'bo&U.dAn_'vAR+.kAl\e/+"
/\bbohdon warchal\b/i   -->   "\e/+'bo&U.dAn_'vAR+.kAl\e/+"
/\bbon iver\b/i   -->   "\e/+'bo&Un_i.'vER+\e/+"
/\bboosie badazz\b/i   -->   "\e/+'bu.si_'b@.r6@s\e/+"
/\bbystrik rezucha\b/i   -->   "\e/+'bi.stR+Ik_R+E.'zu.k$\e/+"
/\bc'est la vie\b/i   -->   "\e/+se&I.lA.'vi\e/+"
/\bcalibre 50\b/i   -->   "\e/+kA.'li.br6e&I_sin.'kwAn.te&I\e/+"
/\bcandi staton\b/i   -->   "\e/+'k@n.di_'ste&I.tn%)\e/+"
/\bcapriccio espagnol\b/i   -->   "\e/+k^.'pR+i.t&So&U_Es.pAn.'jOl\e/+"
/\bcartel de santa\b/i   -->   "\e/+kAr6.'tEl_de&I_'sAn.tA\e/+"
/\bcece winans\b/i   -->   "\e/+'sisi_'wa&I.n$nz\e/+"
/\bcharles aznavour\b/i   -->   "\e/+SAR+l_'Az.n$.vuR+\e/+"
/\bcharles dutoit\b/i   -->   "\e/+'SAR+l_du.'twA\e/+"
/\bchristina milian\b/i   -->   "\e/+kR+Is.'ti.n$_mI.li.'An\e/+"
/\bclaudio arrau\b/i   -->   "\e/+kla&U.r6i.o&U_A.'R+a&U\e/+"
/\bclave nueva\b/i   -->   "\e/+'klA.ve&I_'nwe&I.vA\e/+"
/\bcolbie caillat\b/i   -->   "\e/+'ko&Ul.bi_k$.'le&I\e/+"
/\bcorazón sin cara\b/i   -->   "\e/+kO.r6A.'so&Un_sin_'kA.r6A\e/+"
/\bcorbin bleu\b/i   -->   "\e/+'kOR+.bIn_'blu\e/+"
/\bcrecer german\b/i   -->   "\e/+kr6E.'sEr6_hEr6.'mAn\e/+"
/\bculpable tu\b/i   -->   "\e/+kul.'pA.ble&I_'ttu\e/+"
/\bcyhi the prince\b/i   -->   "\e/+'sa&I.hi_'D$_'pR+Ins\e/+"
/\bDana Fuchs\b/i   -->   "\e/+'de&I.n$_'fjuks\e/+"
/\bdanza kuduro\b/i   -->   "\e/+'dAn.sA_ku.'du.R+o&U\e/+"
/\bdavid guetta\b/i   -->   "\e/+'de&I.vId_'gE.r6$\e/+"
/\bde amor\b/i   -->   "\e/+de&I_A.'mOr6\e/+"
/\bde aranjuez\b/i   -->   "\e/+'de&I_A.'r6An.wEs\e/+"
/\bde la soul\b/i   -->   "\e/+de&I_lA_'so&Ul\e/+"
/\bde ser\b/i   -->   "\e/+dE_'sEr6\e/+"
/\bdej loaf\b/i   -->   "\e/+'de&IZ_'lo&Uf\e/+"
/\bdevvon terrell\b/i   -->   "\e/+d$.'vOn_t$.'R+El\e/+"
/\bdid it on'em\b/i   -->   "\e/+'dIr6_Ir6_A.n$m\e/+"
/\bdidn't cha know\b/i   -->   "\e/+'dI.dn%)_t&S$_'no&U\e/+"
/\bdie antwoord\b/i   -->   "\e/+di_'Ant.vOR+t\e/+"
/\bdie fledermaus\b/i   -->   "\e/+'di_'fle&I.r6$R+.ma&Us\e/+"
/\bdifferent hos\b/i   -->   "\e/+'dI.fR+$nt_'ho&Uz\e/+"
/\bdile que\b/i   -->   "\e/+'di.le&I_ke&I\e/+"
/\bdionne warwick\b/i   -->   "\e/+di.'On_'wOR+.wIk\e/+"
/\bdoja cat\b/i   -->   "\e/+'do&U.Z$_k@t\e/+"
/\bdon't tell 'em\b/i   -->   "\e/+'do&Un_'tEl_$m\e/+"
/\bdos gringos\b/i   -->   "\e/+do&Us_'gR+InK.go&Us\e/+"
/\bDown AKA Kilo\b/i   -->   "\e/+'da&Un_'e&I.'ke&I.'e&I_'kI.lo&U\e/+"
/(?<=\bdrankin' )(and|\&) drivin'/i   -->   "'n \e/+'dR+a&I.v$n\e/+"
/\bdriicky graham\b/i   -->   "\e/+'dR+I.ki_'gR+e&I.$m\e/+"
/\bdoo uap\b/i   -->   "\e/+'du_@p\e/+"
/\bdu hast\b/i   -->   "\e/+du_'hAst\e/+"
/\bdua lipa\b/i   -->   "\e/+'du.$_'li.p$\e/+"
/\bd[eé]j[aà] vu\b/i   -->   "\e/+de&I.ZA_'vu\e/+"
/(?<=\bearth, wind )(and|\&)(?= fire\b)/i   -->   "n'"
/\b(?<=skies), wind,?(?= and thunderstorms)\b/i   -->   "\e/+'wInd\e/+"
/\bel chapo\b/i   -->   "\e/+El_'t&SA.po&U\e/+"
/\bel corazon\b/i   -->   "\e/+El_kO.r6.A.'zo&Un\e/+"
/\bel karma\b/i   -->   "\e/+'El_'kAr6.mA\e/+"
/\bel terco\b/i   -->   "\e/+El_'tER+.ko&U\e/+"
/\bella y yo\b/i   -->   "\e/+'E.jA_ii_jo&U\e/+"
/\belliott yamin\b/i   -->   "\e/+'El.i.$t_jA.'min\e/+"
/\ben la intimidad\b/i   -->   "\e/+En_lA_in.tti.mi.'dAd\e/+"
/\ben ti\b/i   -->   "\e/+En_'tti\e/+"
/\bentre tu y yo\b/i   -->   "\e/+En.tr6E_ttuu_'i_'jo&U\e/+"
/\bera istrefi\b/i   -->   "\e/+'ER+.$_I.'stR+E.fi\e/+"
/\beres mia\b/i   -->   "\e/+'Er6.Es_'mi.$\e/+"
/\beres mìa\b/i   -->   "\e/+'Er6.Es_'mi.$\e/+"
/\beric benét\b/i   -->   "\e/+'ER+.Ik_b$.'ne&I\e/+"
/\berykah badu\b/i   -->   "\e/+'ER+.I.k$_'bA.r6u\e/+"
/\bewan maccoll\b/i   -->   "\e/+'ju.$n_m$_'kAl\e/+"
/\bex's (and|\&) oh's\b/i --> "exes 'n ohs"
/\bflight of the conchords\b/i   -->   "\e/+'fla&Ir6_$v_D$_'kAn.kOR+dz\e/+"
/\bflo rida\b/i   -->   "\e/+'flo&U_'R+a&I.r6$\e/+"
/\bflor pálida\b/i   -->   "\e/+'flOr6_'pA.li.dA\e/+"
/\bfranz ferdinand\b/i   -->   "\e/+fR+@nz_'fE0R+.d$.n@nd\e/+"
/\bfrode fjellheim\b/i   -->   "\e/+'fR+o&U.d$_'fjEl.ha&Im\e/+"
/\bgente de zona\b/i   -->   "\e/+'hEn.te&I_de&I_'so&U.nA\e/+"
/\bgeorg solti\b/i   -->   "\e/+'ge&I.OR+g_'SOl.ti\e/+"
/\bgilberto gil\b/i   -->   "\e/+Zil.'bER+.tu_'Zil\e/+"
/\bgillian welch\b/i   -->   "\e/+'gIl.i.$n_'wElt&S\e/+"
/\bgive it to ya\b/i   -->   "\e/+'gIv_It_t$_'j^\e/+"
/\bglenn medeiros\b/i   -->   "\e/+'glEn_m$.'diR+.o&Us\e/+"
/\bgrace vanderwaal\b/i   -->   "\e/+'gR+e&Is_'v@n.d$R+_'wAl\e/+"
/\bgrupo maximo grado\b/i   -->   "\e/+'gr6u.po&U_mAk.'si.mo&U_'gr6A.do&U\e/+"
/\bgrupo niche\b/i   -->   "\e/+'gr6+u.po&U_'ni.t&Se&I\e/+"
/\bgucci mane\b/i   -->   "\e/+'gu.t&Si_'me&In\e/+"
/\bgunpowder and lead\b/i   -->   "\e/+'g^n.pa&U.r6$R+_$n_'lEd\e/+"
/(?<=\bguns )(n['’]|['’]n)(?= roses\b)/i   -->   "'n"
/\bhablame de\b/i   -->   "\e/+'A.blAme&I_de&I\e/+"
/\bhari hari\b/i   -->   "\e/+'hA.r6i_'hA.r6i\e/+"
/\bhasta el amanecer\b/i   -->   "\e/+'A.stA_'El_A.mE.n.E.'sEr6\e/+"
/\bhook n sling\b/i   -->   "\e/+'hUk_$n_'slInK\e/+"
/\bhot chelle rae\b/i   -->   "\e/+hAt_SEl_'R+e&I\e/+"
/\bhot in herre\b/i   -->   "\e/+'hAr6_In_hiR+\e/+"
/\bidina menzel\b/i   -->   "\e/+I.'di.n$_mEn.zEl\e/+"
/\biii\. telegraph ave.\b/i   -->   "\e/+'TR+i_'tE.l$.gR+@f_'@.v$.nu\e/+"
/\bilmar lapinsch\b/i   -->   "\e/+'Il.mAR+_'lA.pInS\e/+"
/\bin-n-out\b/i   -->   "\e/+'In.$n.'a&Ut\e/+"
/\bini kamoze\b/i   -->   "\e/+'a&I.ni_kA.'mo&U.zI\e/+"
/\bivan ulz\b/i   -->   "\e/+'a&I.v$n_'^lz\e/+"
/\bjacek koman\b/i   -->   "\e/+'jA.tsEk_'ko&U.mAn\e/+"
/\bjagged edge\b/i   -->   "\e/+'d&Z@.gId_'Ed&Z\e/+"
/\bjaime laredo\b/i   -->   "\e/+'d&Ze&I.mi_l$.'R+e&I.do&U\e/+"
/\bjanelle monáe\b/i   -->   "\e/+d&Z$.'nEl_mo&U.'ne&I\e/+"
/\bjanis joplin's\b/i   -->   "\e/+'d&Z@.nIs_'d&ZA.plInz\e/+"
/\bjanis joplin\b/i   -->   "\e/+'d&Z@.nIs_'d&ZA.plIn\e/+"
/\bjascha heifetz\b/i   -->   "\e/+'jA.S$_'ha&I.fIts\e/+"
/\bjason isbell\b/i   -->   "\e/+'d&Ze&I.s$n_'Iz.b$l\e/+"
/\bjavier colon\b/i   -->   "\e/+hA.'vjER+_ko&U.'lo&Un\e/+"
/\bjean yves\b/i   -->   "\e/+'ZOn_'iv\e/+"
/\bjess glynne\b/i   -->   "\e/+'d&ZEs_'glIn\e/+"
/\bjohn frusciante\b/i   -->   "\e/+'d&ZAn_fR+u.'SAn.te&I\e/+"
/\bjon pardi\b/i   -->   "\e/+'d&ZAn_'pAR+.di\e/+"
/\bJoshua Radin\b/i   -->   "\e/+'d&ZA.Sju.$_'R+e&I.dIn\e/+"
/\bJoshua(?= Bell)\b/   -->   "\e/+'d&ZA.Su.^\e/+"
/\bjr jr\b/i   -->   "junior junior"
/\bkali uchis\b/i   -->   "\e/+'kA.li_'u.t&SIs\e/+"
/\bkardinal offishall\b/i   -->   "\e/+kAR+.dI.'nAl_O.'fI.S@l\e/+"
/\bkat deluna\b/i   -->   "\e/+'k@t_d$.'lu.n$\e/+"
/\bkeke palmer\b/i   -->   "\e/+'ki.ki_'pA.m$R+\e/+"
/\bkelsea ballerini\b/i   -->   "\e/+'kEl.si_b@.l$.'R+i.ni\e/+"
/\bkeys n krates\b/i   -->   "\e/+'ki.z$n_'kR+e&Its\e/+"
/\bkid cudi\b/i   -->   "\e/+'kId_'k^.r6i\e/+"
/\bkishi bashi\b/i   -->   "\e/+'ki.Si_'bA.Si\e/+"
/\bkristin chenoweth\b/i   -->   "\e/+kR+I.st$n_'t&SE.nO&U.IT\e/+"
/\bla familia\b/i   -->   "\e/+'lA_f$.'mi.li.$\e/+"
/\bla sylphide\b/i   -->   "\e/+lA_sIl.'fid\e/+"
/\bla vie en rose\b/i   -->   "\e/+'lA_'vi_An_'R+o&Uz\e/+"
/\blady antebellum\b/i   -->   "\e/+'le&I.r6i_'@n.tI.'bE.l$m\e/+"
/\blana del rey\b/i   -->   "\e/+'lA.n$_dEl_'R+e&I\e/+"
/\blara mulcahy\b/i   -->   "\e/+'lAR+.$_m^l.'ke&I.i\e/+"
/\blas mañanitas\b/i   -->   "\e/+lAs_mA.njA.'nit.dAs\e/+"
/\blaura mvula\b/i   -->   "\e/+lOR+.$_$m.'vu.l$\e/+"
/\ble contesto\b/i   -->   "\e/+le&I_kOn.'tEs.to&U\e/+"
/\bles misérables\b/i   -->   "\e/+le&I_'mIz.E.'R+A.bl$\e/+"
/\blet em(')? know\b/i   -->   "\e/+'lEr6_$m_'no&U\e/+"
/\blet me see ya girl\b/i   -->   "\e/+lEt_mi_'si_j$_'gE0R+l\e/+"
/\blianne la havas\b/i   -->   "\e/+li.'@n_'lA_'hA.vAs\e/+"
/\blike woah\b/i   -->   "\e/+la&Ik_'wo&U\e/+"
/\blin-manuel miranda\b/i   -->   "\e/+'lIn.mAn.'wEl_m$.'R+@n.d$\e/+"
/\blindsay lohan\b/i   -->   "\e/+'lIn.zi_'lo&U.h@n\e/+"
/\blive for\b/i   -->   "\e/+'lIv_fOR+\e/+"
/\blogo te pate\b/i   -->   "\e/+'lO.go&U_tE_'pAt.te&I\e/+"
/\blos chacos\b/i   -->   "\e/+'lo&Us_'t&SA.ko&Us\e/+"
/\blos recoditos\b/i   -->   "\e/+'lo&Us_r6r6E.ko&U.'dit.do&Us\e/+"
/\bluther vandross\b/i   -->   "\e/+'lu.T$R+_v@n.'dR+o&Us\e/+"
/\bLykke Li\b/i   -->   "\e/+'lI.ki_'li\e/+"
/\blyric ave\b/i   -->   "\e/+'lIR+.Ik_'@.v\e/+"
/\blyte funkie ones\b/i   -->   "\e/+la&It_'f^nK.ki_w^nz\e/+"
/\bm\.a\.a\.d\. city\b/i   -->   "\e/+'m@d_'sI.r6i\e/+"
/\b(?<=maddie )&(?= tae)\b/i   -->   "'n"
/\bmadeleine peyroux\b/i   -->   "\e/+'mA.r6$.lEn_pe&I.'R+u\e/+"
/\bmajid jordan\b/i   -->   "\e/+'mA.d&ZId_'d&ZOR+.d$n\e/+"
/\bmali music\b/i   -->   "\e/+'m@.li_'mju.zIk\e/+"
/\bmarian lapsansky\b/i   -->   "\e/+'mAR+.i.An_l@p.'sAn.ski\e/+"
/\bmarsha ambrosius\b/i   -->   "\e/+'mAR+.S$_@m.'bR+o&U.Z$s\e/+"
/\bmas ysa\b/i   -->   "\e/+'mAs_'i.s^\e/+"
/\bmatt maher\b/i   -->   "\e/+m@t_'maR+\e/+"
/\bmaty noyes\b/i   -->   "\e/+'m@.r6i_'nO&Iz\e/+"
/\bmaurice abravanel\b/i   -->   "\e/+mO.'R+is_A.'bR+A.v$.nEl\e/+"
/\bmax peraza\b/i   -->   "\e/+'mAks_pE.'r6A.sA\e/+"
/\bmayor anhelo\b/i   -->   "\e/+ma&I.'jOr6_An.'hE.lo&UWeight\e/+"
/\bmc eiht\b/i   -->   "\e/+'Em_'si_'e&It\e/+"
/\bme ama\b/i   -->   "\e/+me&I_A.'mA\e/+"
/\bme está\b/i   -->   "\e/+me&I_Es.'ttAH\e/+"
/\bme gustas mucho\b/i   -->   "\e/+me&I_'gU.stAs_'mU.t&So&U\e/+"
/\bme odia\b/i   -->   "\e/+me&I_'o&U.di.A\e/+"
/\bme quieres\b/i   -->   "\e/+me&I_'kjEr6Es\e/+"
/\bme vas a extrañar\b/i   -->   "\e/+me&I_'vAs_A_Ek.str6A.'njAr6\e/+"
/\bmeg and dia\b/i   -->   "\e/+'mEg_$n_'di.$\e/+"
/\bmichel teló\b/i   -->   "\e/+mi.'SEl_tE.'lO\e/+"
/\bmike posner\b/i   -->   "\e/+'ma&Ik_'po&Uz.n$R+\e/+"
/\bmikis theodorakis\b/i   -->   "\e/+'mi.kIs_Ti.o&U.dO.'R+A.kIs\e/+"
/\bmos def\b/i   -->   "\e/+'mo&Us_'dEf\e/+"
/\bmoths to flames\b/i   -->   "\e/+'mOTs_t$_'fle&Imz\e/+"
/\bmumford and sons\b/i   -->   "\e/+'m^m.f$R+r6_$n_s^nz\e/+"
/\bmura masa\b/i   -->   "\e/+'mE0R+.$_'mA.s$\e/+"
/\bmura masa\b/i   -->   "\e/+'muR+.$_'mA.s$\e/+"
/\bmusiq soulchild\b/i   -->   "\e/+'mju.zIk_'so&Ul_t&Sa&Ild\e/+"
/\bmusiq soulchild\b/i   -->   "\e/+'mju.zIk_'so&Ul.t&Sa&Ild\e/+"
/\bnana mouskouri\b/i   -->   "\e/+'nAn.$_mU.'sku.R+i\e/+"
/\bNarendra Modi\b/i   -->   "\e/+n$.'R+En.dR+$_'mo&U.r6i\e/+"
/\bnct 127\b/i   -->   "\e/+'En_'si_'ti_w^n_twEn.r6i.'sE.v$n\e/+"
/\bnebu kiniza\b/i   -->   "\e/+'nE.bu_kI.'ni.z$\e/+"
/\bnella fantasia\b/i   -->   "\e/+'nE.lA_fAn.t$.'zi.$\e/+"
/\bnessun dorma\b/i   -->   "\e/+'nE.sUn_'dOr6.m$\e/+"
/\bniall horan\b/i   -->   "\e/+'na&I.$l_'hO.R+.$n\e/+"
/\bnicki minaj\b/i   -->   "\e/+'nI.ki_mI.'nAZ\e/+"
/\boh my dis side\b/i   -->   "\e/+'o&U_ma&I_'dIs.sa&Id\e/+"
/\bokieriete onaodowan\b/i   -->   "\e/+o&U.ki$.'R+E.te&I_o&U.'nA.do&U.wAn\e/+"
/\bolesya rulin\b/i   -->   "\e/+O.'li.sj$_'R+u.lIn\e/+"
/\bor nah\b/i   -->   "\e/+'OR+_'nA\e/+"
/\boru worship\b/i   -->   "\e/+'o&U_'AR+_'ju_'wE0R+.SIp\e/+"
/\bout do ya\b/i   -->   "\e/+a&Ut_'du_'j$\e/+"
/\bpaul grund\b/i   -->   "\e/+'pa&Ul_'gR+Unt\e/+"
/\bpaul kantschieder\b/i   -->   "\e/+'pa&Ul_'kAnt.Si.d$R+\e/+"
/\bpeter cetera\b/i   -->   "\e/+'pi.r6$R+_s$.'tER+.$\e/+"
/\bpeter schmalfuss\b/i   -->   "\e/+'pe&I.tAR+_'SmAl.fUs\e/+"
/\bpharrell williams\b/i   -->   "\e/+f$.'R+El_'wIl.j$mz\e/+"
/\bpierre boulez\b/i   -->   "\e/+pi.'ER+_bu.'lEz\e/+"
/\bpolovtsian dances\b/i   -->   "\e/+pA.'lAft.si.$n_'d@n.sIz\e/+"
/\bpor favor\b/i   -->   "\e/+pOr6_fA.'vOr6\e/+"
/\bprocol harum\b/i   -->   "\e/+'pR+o&U.kAl_'hAR+.r$m\e/+"
/\bpropuesta indecente\b/i   -->   "\e/+pr6o&U.'pwEs.tA_in.dE.'sEn.te&I\e/+"
/\bprélude à l'après-midi d'un faune\b/i   -->   "\e/+'pR+e&I.lur6_A_l.@.pr6e&I_mI.'di_d^n_'fo&Un\e/+"
/\bque sera sera\b/i   -->   "\e/+'ke&I_sE.'R+A_'sE.'R+A\e/+"
/\br\.a\. the rugged man\b/i   -->   "\e/+'AR+#'e&I#'D$_'R+^.gId_'m@n\e/+"
/\brafael kubelik\b/i   -->   "\e/+'R+@.fa&I.El_'ku.b$.lIk\e/+"
/\bray lamontagne\b/i   -->   "\e/+'re&I_l$.mAn.'te&In\e/+"
/\brazón de ser\b/i   -->   "\e/+r6A.'sOn_dE_'sEr6\e/+"
/\brecuerdos de\b/i   -->   "\e/+r6r6+E.'kwEr6.do&Us_de&I\e/+"
/\bremy ma\b/i   -->   "\e/+'R+E.mi_'mA\e/+"
/\brené camacho\b/i   -->   "\e/+R+E.'ne&I_kA.'mA.t&So&U\e/+"
/\briccardo muti\b/i   -->   "\e/+R+I.'kAR+.do&U_'mu.tti\e/+"
/\brodrigo y gabriela\b/i   -->   "\e/+R+O.'dR+.i.go&U_'i_g@.bR+i.'E.l$\e/+"
/\bromeo santos\b/i   -->   "\e/+r6r6o&U.'me&I.o&U_'sAn.to&Us\e/+"
/\bsalt n pepa\b/i   -->   "\e/+'sOl.t$n.'pEp.$\e/+"
/\bsarah jarosz\b/i   -->   "\e/+sER+.$_d&Z$.'ro&Uz\e/+"
/\bsay aah\b/i   -->   "\e/+se&I_'A\e/+"
/\bsha na na\b/i   -->   "\e/+'SA_'nA_'nA\e/+"
/\bshabba ranks\b/i   -->   "\e/+'SA.b$_'R+@nKks\e/+"
/\bshabba shabba\b/i   -->   "\e/+'SA.b$_'SA.b$\e/+"
/\bsi no me falla el corazón\b/i   -->   "\e/+'si_'no&U_'me&I_'fA.j^_El_kO.r6^.'so&Un\e/+"
/\bshokumotsu ga tsuranaru sekai\b/i   -->   "\e/+'So&U.ku.'mo&Ut.su_gA_tsu.R+$.na.R+u_sE.'ka&I\e/+"
/\bsiiiiiiiiilver surffffeeeeer\b/i   -->   "\e/+'sIl.v$R+_'sE0R+.f$R+\e/+"
/\bSigur Rós\b/i   -->  "\e/+'si.g$r_'R+o&Us\e/+"
/\bsin contrato\b/i   -->   "\e/+sin_kOn.'tr6At.do&U\e/+"
/\bsnatam kaur\b/i   -->   "\e/+s$.'nAt.d$m_'kOR+\e/+"
/\bsofia carson\b/i   -->   "\e/+so&U.'fi.$_'kAR+.s$n\e/+"
/\bsolo con verte\b/i   -->   "\e/+'so&U.lo&U_kOn_'vER+.te&I\e/+"
/\bsoulja boy\b/i   -->   "\e/+'so&Ul.d&Z$_bO&I\e/+"
/\bst\. tropez\b/i   -->   "\e/+s@n_tR+o&U.'pe&I\e/+"
/\bsuga suga\b/i   -->   "\e/+'SU.g$_'SU.g$\e/+"
/\bsuper saiyan\b/i   -->   "\e/+'su.p$R+_'se&I.$n\e/+"
/\bsuzy bogguss\b/i   -->   "\e/+'su.zi_'bA.g$s\e/+"
/\bsviatoslav richter\b/i   -->   "\e/+svi.'A.t$s.lAf_'R+Ik.t$R+\e/+"
/\bsymphonie fantastique\b/i   -->   "\e/+sAm.f$.'ni_fOn.tA.'stik\e/+"
/\btaio cruz\b/i   -->   "\e/+'ta&I.o&U_'kR+uz\e/+"
/\btalib kweli\b/i   -->   "\e/+tA.'lIb_kwA.'li\e/+"
/\btamar braxton\b/i   -->   "\e/+'te&I.mAR+_'bR+@k.st$n\e/+"
/\btaylor caniff\b/i   -->   "\e/+'te&I.l$R+_k$.'nIf\e/+"
/\bte amo\b/i   -->   "\e/+tte&I_'A.mo&U\e/+"
/\bte amo y\b/i   -->   "\e/+tte&I_'A.mo&U_'i\e/+"
/\bte busco\b/i   -->   "\e/+tte&I_'bUs.ko&U\e/+"
/\bte entiende\b/i   -->   "\e/+'tte&I_En.'tjEn.de&I\e/+"
/\bte hubieras ido\b/i   -->   "\e/+tte&I_u.'bjE.r6As_'i.do&U\e/+"
/\bte metiste\b/i   -->   "\e/+'tte&I_mE.'ttis.tte&I\e/+"
/\bte vas\b/i   -->   "\e/+tte&I_'vAs\e/+"
/\btear in my heart\b/i   -->   "\e/+'tER+_In_ma&I_'hAR+t\e/+"
/\btech n9ne\b/i   -->   "\e/+'tEk_'na&In\e/+"
/\btegan and sara\b/i   -->   "\e/+'ti.g$n_$n_'sER+.$\e/+"
/\btek weh yuh heart\b/i   -->   "\e/+tEk_'wE_j$_'hAR+t\e/+"
/\btell 'em\b/i   -->   "\e/+'tEl_$m\e/+"
/\bthe a team\b/i   -->   "\e/+Di_'e&I_tim\e/+"
/\bthe avett brothers\b/i   -->   "\e/+'Di_'e&I.v$t_bR+^.D$R+z\e/+"
/\bthe percocet and stripper joint\b/i   -->   "\e/+D$_pE0R+.k$.'sEt_@n_'stR+I.p$R+_d&ZO&Int\e/+"
/\btinie tempah\b/i   -->   "\e/+'ta&I.ni_'tEm.p$\e/+"
/\bto ü\b/i   -->   "\e/+t$.'ju\e/+"
/\btommy tutone\b/i   -->   "\e/+'tA.mi_'tut.to&Un\e/+"
/\btoo close to touch\b/i   -->   "\e/+'tu_'klo&Us_t$_'t^t&S\e/+"
/\btory lanez\b/i   -->   "\e/+'tOR+.i_'le&Inz\e/+"
/\btoro i moy\b/i   -->   "\e/+'tOR+.o&U_'i_'mO&I\e/+"
/\btrio sur\b/i   -->   "\e/+'tR+i.o&U_'suR+\e/+"
/\btroy ave\b/i   -->   "\e/+tR+O&I_'@v\e/+"
/\btroy sivan\b/i   -->   "\e/+'tR+O&I_'sI.v$n\e/+"
/\btucker beathard\b/i   -->   "\e/+'t^.k$R+_'bET.$R+d\e/+"
/\bulices chaidez\b/i   -->   "\e/+u.'li.sEs_t&Sa&I.'dEs\e/+"
/\bun segundo\b/i   -->   "\e/+Un_sE.'gUn.do&U\e/+"
/\buse (the|a)\b/i   -->   "\e/+'juz\e/+ $1"
/\bvente pa' ca\b/i   -->   "\e/+'vEnte&I_pA_kA\e/+"
/\bvesselin gellev\b/i   -->   "\e/+'vE.s$.'lIn_'gE.lEf\e/+"
/\bvince gill\b/i   -->   "\e/+'vIns_'gIl\e/+"
/\bviolent femmes\b/i   -->   "\e/+va&I.l$nt_'fEmz\e/+"
/\bvivir mi vida\b/i   -->   "\e/+vi.'viR+_mi_'vi.d$\e/+"
/\bvladimir horowitz\b/i   -->   "\e/+'vl@.r6$.miR+_'hOR+.$.vIts\e/+"
/\bvybez kartel\b/i   -->   "\e/+'va&Ibz_kAR+.'tEl\e/+"
/\bwaka flocka\b/i   -->   "\e/+'wA.k$_'flA.k$\e/+"
/\bwalter klien\b/i   -->   "\e/+'vAl.t$R+_'klin\e/+"
/\bway hii\b/i   -->   "\e/+'we&I_'ha&I\e/+"
/\bwe dem boyz\b/i   -->   "\e/+wi_dEm_'bO&Iz\e/+"
/\bwhere are ü now\b/i   -->   "\e/+wER+_AR+_ju_'na&U\e/+"
/\bwiener staatsoper\b/i   -->   "\e/+'vi.n$R+_'StAts.o&U.pE0R+\e/+"
/\bwiener staatsopernchor\b/i   -->   "\e/+'vi.n$R+_'StAts.o&U.pE0R+n.kOR+\e/+"
/\bwisin y yandel\b/i   -->   "\e/+'wI.sIn.iii.j@n.'dEl\e/+"
/\bx ambassadors\b/i   -->   "\e/+'Eks_'@m.'b@.s$.r6$R+z\e/+"
/\by así fue\b/i   -->   "\e/+'i_A.'si.'fwe&I\e/+"
/\by las\b/i   -->   "\e/+'i_'lAs\e/+"
/\by los\b/i   -->   "\e/+'i_'lOs\e/+"
/\by su\b/i   -->   "\e/+'i_'su\e/+"
/\by sus\b/i   -->   "\e/+'i_'sus\e/+"
/\by te\b/i   -->   "\e/+'i.tte&I\e/+"
/\by te amo\b/i   -->   "\e/+'i_'tte&I_'A.mo&U\e/+"
/\byeah yeah yeahs\b/i   -->   "\e/+'jE_'jE_'jEz\e/+"
/\byung joc\b/i   -->   "\e/+'j^nK_'d&ZAk\e/+"
/\byvng swag\b/i   -->   "\e/+'j^nK_'sw@g\e/+"
/\bzadok the priest\b/i   -->   "\e/+'ze&I.r6Ak_D$_'pR+ist\e/+"
/\bzay hilfigerrr and zayion mccall\b/i   -->   "\e/+'ze&I_'hIl.fI.g$R+_@n_'za&I.$n_m$.'kOl\e/+"
/\bzayn malik\b/i   -->   "\e/+'ze&In_'m@.lIk\e/+"
/\bólafur arnalds\b/i   -->   "\e/+'o&U.lA.fuR+#'AR+.nAldz\e/+"
/\b(\d{2})" iPad\b/   -->   " $1 inch iPad "
/\b(\d{2})\.5" iPad\b/   -->   " $1 point five inch iPad "
/\bbuenos dias\b/i   -->   "\e/+'bwE.no&Us_'di.As\e/+"
/\bguten tag\b/i   -->   "\e/+'gu.tn%)_'tAg\e/+"
/\blive(?= and direct to you)\b/   -->   "\e/+la&Iv\e/+"
/\bde Machaut\b/i   -->   "\e/+d$_mA.'So&U\e/+"
/\bbasil\b/i   -->   "\e/+'be&I.z$l\e/+"
/\bElizabeth II\b/i   -->   "Elizabeth the Second"
/\bLes grosses têtes\b/i   -->   "\e/+le&I_'gro&Us_'tEt\e/+"
# Bay Area Places
/\bVisitacion Valley\b/i   -->   "\e/+vI.zI.'te&I.S$n\e/+ valley"
/\bSAP Center\b/   -->   "S A P Center"
/\bI Don't Want to Live\b/i   -->   "I Don't Want to \e/+'lIv\e/+"
/\bjohn cena\b/i   -->   "\e/+'d&ZAn_'se&I.n$\e/+"
/\bjordan feliz\b/i   -->   "\e/+'d&ZOR+.dn%)_f$.'liz\e/+"
/\bjuan luis guerra\b/i   -->   "\e/+'hwAn_lu.'is_'gEr6.r6A\e/+"
/\bjung tru\b/i   -->   "\e/+d&Z^nK_'tR+u\e/+"
/\bkala balch\b/i   -->   "\e/+'ke&I.l$_'bOlt&S\e/+"
/\bkidz bop\b/i   -->   "\e/+'kIdz.bAp\e/+"
/\blaura pausini\b/i   -->   "\e/+'la&U.r6.A_pa&U.'si.ni\e/+"
/\bleon thomas iii\b/i   -->   "\e/+'li.An_'tA.m$s_'D$_'TE0R+d\e/+"
/\blos lobos\b/i   -->   "\e/+'lo&Us_'lo&U.bo&Us\e/+"
/\bmark mancina\b/i   -->   "\e/+'mAR+k_m@n.'si.n$\e/+"
/\bmaszella holzapfel\b/i   -->   "\e/+mA.'sE.l$_'hOlt.sAp.fl%)\e/+"
/\bmikael mutti\b/i   -->   "\e/+'mi.kA.El_'mUt.ti\e/+"
/\bnapua greig\b/i   -->   "\e/+n$.'pu.$_gR+Eg\e/+"
/\bnicola fasano\b/i   -->   "\e/+'ni.ko&U.lA_f$.'sA.no&U\e/+"
/\boran juice jones\b/i   -->   "\e/+'OR+.$n_'d&Zus_'d&Zo&Unz\e/+"
/\bparov stelar\b/i   -->   "\e/+'pAR+.$f_'stEl.E0R+\e/+"
/\bpfeifer broz\b/i   -->   "\e/+'fa&I.f$R+_bR+o&Uz\e/+"
/\bramón ayala\b/i   -->   "\e/+r6r6A.'mo&Un_A.'jA.l$\e/+"
/\bremy zero\b/i   -->   "\e/+'R+Em.i_'zIR+.o&U\e/+"
/\briz ortolani\b/i   -->   "\e/+'r6r6its_Or6.to&U.'lA.ni\e/+"
/\brosi golan\b/i   -->   "\e/+'R+o&Uz.i_go&U.'lAn\e/+"
/\bserena ryder\b/i   -->   "\e/+s$.'R+i.n$_'R+a&I.r6$R+\e/+"
/\bspandau ballet\b/i   -->   "\e/+'sp@n.da&U_'b@.le&I\e/+"
/\btony toni toné\b/i   -->   "\e/+'to&U.ni_'to&U.ni_'to&U.ni\e/+"
/\btorleif thedéen\b/i   -->   "\e/+'tOR+.le&If_t$.'di.$n\e/+"
/\bvalery gergiev\b/i   -->   "\e/+vA.'lER+.i_'gER+.'gjEf\e/+"
/\bvários artistas\b/i   -->   "\e/+'vA.r6i.o&Us_Ar6.'tis.tAs\e/+"
/\bwisin y yandel\b/i   -->   "\e/+wi.'sin.'i.jAn.'dEl\e/+"
/\bwm\. paul young\b/i   -->   "\e/+'wIl.j$m_'pOl_'j^nK\e/+"
/\bwynonna judd\b/i   -->   "\e/+wa&I.'no&U.n$_'d&Z^d\e/+"
/\byung wun\b/i   -->   "\e/+'j^nK_w^n\e/+"
/\b2 guys n the parque\b/i   -->   "\e/+'tu_'ga&Iz_In_D$_'pAR+k\e/+"
/\b311 essentials\b/i   -->   "three eleven essentials"
/\bgeddy lee\b/i   -->   "\e/+'gE.r6i_'li\e/+"
/\blead vocalists?\b/i   -->   "\e/+'lid_'vo&U.kl%).Ist\e/+"
/\bFace ID\b/i   -->   "\e/+'fe&Is.'a&I_'di\e/+"
/\bSuper Retina Display\b/i   -->   "Super \e/+'R+Et.I.n$\e/+ Display"
/\bAnimoji\b/i   -->   "\e/+@.n$.mo&U.d&Zi\e/+"
/(\d+)\s?>\s?(\d+)/   -->   "$1 is greater than $2"
/(\d+)\s?≥\s?(\d+)/   -->   "$1 is greater than or equal to $2"
/(\d+)\s?<\s?(\d+)/   -->   "$1 is less than $2"
/(\d+)\s?≤\s?(\d+)/   -->   "$1 is less than or equal to $2"
/(\d+)\s?≠\s?(\d+)/   -->   "$1 is not equal to $2"
/\bMahalangur Himal\b/i   -->   "\e/+mA.hA.'l^nK.g$R+_'hI.mAl\e/+"
/\balejandro fernández\b/i   -->   "\e/+A.lE.'hAn.dr6+o&U_fEr6.'nAn.dEs\e/+"
/\bannasophia robb\b/i   -->   "\e/+'A.n$_s$.'fi.$_'R+Ab\e/+"
/\bantônio carlos jobim\b/i   -->   "\e/+An.'to&U.ni.o&U_'kAR+.luZ.Zo&U.'bin\e/+"
/\bantonio lucio\b/i   -->   "\e/+An.'to&U.ni.o&U_'lu.t&So&U\e/+"
/\bbebel gilberto\b/i   -->   "\e/+b$.'bEl.Zil.'bER+t.tU\e/+"
/\bberliner symphoniker\b/i   -->   "\e/+bER+.'li.n$R+_zIm.'fo&U.nI.k$R+\e/+"
/\bbig mato\b/i   -->   "\e/+'bIg_'me&I.to&U\e/+"
/\bbilly vera\b/i   -->   "\e/+'bI.li_'vE.R+$\e/+"
/\bbruce channel\b/i   -->   "\e/+'bR+us_S$.'nEl\e/+"
/\bbutterfly boucher\b/i   -->   "\e/+'b^.t$R+.fla&I_'ba&U.t&SE0R+\e/+"
/\bby que\b/i   -->   "\e/+ba&I_'kju\e/+"
/\bcalle 13\b/i   -->   "\e/+'kA.je&I_'tr6E.se&I\e/+"
/\bcasa de leones\b/i   -->   "\e/+'kA.zA_de&I_li.'o&U.nEs\e/+"
/\bcelso valli\b/i   -->   "\e/+'t&SEl.so&U_'vA.li\e/+"
/\bchad kroeger\b/i   -->   "\e/+'t&S@d_'kR+u.g$R+\e/+"
/\bdaniel reichard\b/i   -->   "\e/+'d@n.jl%)_R+I.'SAR+d\e/+"
/\bfedde le grand\b/i   -->   "\e/+fEd_l$_'gR+@nd\e/+"
/\bgente de zona\b/i   -->   "\e/+'hEn.te&I_de&I_'so&U.nA\e/+"
/\bhank williams iii\b/i   -->   "\e/+h@nKk_'wIl.j$mz_D$_'TE0R+d\e/+"
/\bhenrik måwe\b/i   -->   "\e/+'hEn.r6+Ik_'mo&U.vE\e/+"
/\bheribert beissel\b/i   -->   "\e/+'hE.R+I.bER+t_'ba&I.sl%\e/+"
/\bimar lapinsch\b/i   -->   "\e/+'i.mAr6r6_'lA.pInS\e/+"
/\bjawga boyz\b/i   -->   "\e/+'d&ZO.d&Z$_bO&Iz\e/+"
/\bjimmy durante\b/i   -->   "\e/+'d&ZI.mi_dU.'R+@n.ti\e/+"
/\bQutu?b Minar\b/   -->   "\e/+ku.'tub_mi.'nAR+\e/+"
/\bjoão gilberto\b/i   -->   "\e/+Zu.'a&U_Zil.'bER+t.tU\e/+"
/\b(?<=Axwell )Λ Ingrosso\b/i   -->   "and \e/+In.'gR+o&U.so&U\e/+"
/\bVan Aswegen\b/   -->   "\e/+'v@n_'As.wE.g$n\e/+"
#recent music additions
/\bBeastie Boys\b/i   -->   "\e/+'bi.sti.bO&Iz\e/+"
/\b6lack\b/i    -->  "black"
/\$uicideboy\$/i    -->  "suicide boys"
/.Paak\b/i    -->   "paak"
/\b(?<=Tori )Amos\b/i    -->  "\e/+'e&I.m$s\e/+"
/\bbette davis\b/i    -->   "\e/+'bE.r6i_'de&I.vIs\e/+"
/\bChaka Khan\b/i    -->   "\e/+'SA.k$_'kAn\e/+"
/\bFetty Wap\b/i    -->   "\e/+'fE.r6i_'wAp\e/+"
/\bIron Maiden\b/i    -->   "\e/+'a&I.E0n_'me&Id.n%)\e/+"
/(?<=\bKool )(and|\&)(?= The Gang\b)/i    -->   "'n"
/\bNEEDTOBREATHE\b/i    -->    "Need to Breathe"
/\bPusha T\b/i    -->   "\e/+'pU.S$_'ti\e/+"
/\brag'n'bone Man\b/i    -->   "\e/+'R+@g_$n_'bo&Un_'m@n\e/+"
/\bSnakehips\b/i    -->    "Snake hips"
/\bBlack Eyed Peas\b/i    -->   "\e/+bl@.'ka&Id_'piz\e/+" # Workaround
/\bty dolla $ign\b/i    -->   "\e/+'ta&I_dA.l$.'sa&In\e/+"
/\bwhat's the 411\b/i   -->   "what's the four one one"
/\b90125\b/i   -->   "nine oh one two five"
/\b(?<=A Decade of Hits )1969-1979\b/i   -->   ", 19 69 to 19 79"
/\b(?<=Beatles )1967-1970\b/i   -->   ", 19 67 to 19 70"
/\bBow Chicka Wow Wow\b/i   -->   "\e/+'ba&U_t&SI.k$.'wa&U_'wa&U\e/+"
/\bCan I Live\b/i   -->   "can I \e/+'lIv\e/+"
/\bCardiac Arrest\b/i   -->   "\e/+'kAR+.di.@k_E0.'R+Est\e/+"
/\bDO IT\b/   -->   "do it"
/\bDROP IT\b/i   -->   "drop it"
/\besc[áa]pate conmigo\b/i   -->   "\e/+$s.'kA.p$.te&I_k$n.'mI.go&U\e/+"
/\bF\*ck(?= Everybody\b)/i   -->   "fuck"
/\bF[óo]rmula volume 2\b/i   -->   "\e/+'fOR+.mj$.l$_v$.'lu.me&I_'do&Us\e/+"
/\bFrom the Westside With Love II\b/i   -->   "from the westside with love, 2"
/\bGrandes Éxitos\b/i   -->   "\e/+'gR+An.de&Iz_'e&Ik.'sI.'to&Us\e/+" #Workaround
/\b(?<=Greatest Hits) '93-'03\b/i   -->   ", 93 to O 3"
/\b(?<=greatest Hits) 1985-1995\b/i   -->   ", 19 85 to 19 95"
/\b(?<=Greatest Hits) II\b/i   -->   ", 2"
/\b(HIStory) (Past Present and Future)(?=, Book I)\b/i   -->   "$1, $2"
/\b(?<=Hot Rocks) 1964-1971\b/i   -->   ", 19 64 to 19 71"
/\bHoy Más Fuerte\b/i   -->   "\e/+'O&I_'mAs_'fwER+.te&I\e/+"
/\bIt's Lit\b/i   -->   "its lit"
/\bKaty Lied\b/i   -->   "katy lied"
/\bLed Zeppelin II\b/i   -->   "led zeppelin 2"
/\bLifestylez ov da Poor and Dangerous\b/i   -->   "lifestyles of \e/+d$\e/+ poor and dangerous"
/\bLiquid Mind VIII\b/i   -->   "liquid mind 8"
/\bLittle Deuce Coupe\b/i   -->   "little deuce coop"	
/\bLong Live the Angels\b/i   -->   "long \e/+'lIv\e/+ the angels"	
/\bLong Live the Pimp\b/i   -->   "long live the pimp"
/\bLong Live\b/i   -->   "long live"
/\blow kii savage\b/i   -->   "low key savage"
/\bMe Dejé Llevar\b/i   -->   "\e/+'me&I_d$.'he&I_l$.'vAR+\e/+"
/\bMis Número 1\.\.\.40 Aniversario\b/i   -->   "\e/+'mis_'nu.m$.R+o&U_'u.no&U_kwA.dR+A.'hE.si.mo&U_A.nI.v$R+.'sAR+.i.o&U\e/+"
/\bComet Of 1812\b/i   -->   "comet of 18 12"
/\bPlata O Plomo\b/i   -->   "\e/+'plAt.t^_'o&U_'plo&U.mo&U\e/+" #Workaround
/\b(?<=Rearviewmirror Greatest Hits )1991-2003\b/i   -->   "19 91 to 2003"
/\brearviewmirror\b/i   -->   "rearview mirror"
/\bRed Coupe\b/i   -->   "red coop"
/\bSgt Pepper's Lonely Hearts Club Band\b/i   -->   "Sergeant Pepper's Lonely Hearts Club Band"
/\bSi Lo Digo Es Porque Puedo\b/i   -->   "\e/+'si_'lo&U_'di.go&U_'Es_pUR+.'ke&I_'pwe&I.r6o&U\e/+"
/\bSOB X RBE\b/i   -->   " S O B R B E"
/\bSongsthatwewontgetsuedforbutattheendofthedayweallgonnadieanyway\b/i   -->   "songs that we won't get sued 4 but at the end of the day we all gonna die anyway"
/\bSouthernplayalisticadillacmuzik\b/i   -->   "Southern playalistic cadillac music"
/\bSoy Peor\b/i   -->   "\e/+'sO&I_pe&I.'OR+\e/+"
/\bStraight To It\b/i   -->   "straight \e/+'tu\e/+ it"
/\bTha Carter II\b/i   -->   "the carter 2"
/\b(?<=The Beatles) 1967-1970\b/i   -->   ", 19 67 to 19 70"
/\b(?<=The Best of )1992-2002\b/i   -->   "19 92 to 2002"
/\b(?<=There's )Alot(?= Going On)\b/i --> "a lot"
/\b(?<=These )Heaux\b/i   -->   "hoes"
/\bto live\b/i   -->   "to \e/+'lIv\e/+"
/\bVengo a Aclarar\b/i   -->   "\e/+'vEnK.go&U_$_'A.kl$.'R+AR+\e/+"
#Workaround
/\b(?<=Tommy )Thayer\b/i   -->   "\e/+'T.e&I.E0\e/+" 
/\bOscar Ivan Treviño\b/i   -->   "\e/+'Os.k$R+_i.'vAn_tR+E.'vi.njo&U\e/+"
/\bSA Martinez\b/i   -->   "S A martinez"
/\b(?<=carnuccio )III\b/i    -->   "the third"
/\bC[ée]sar S[aá]nchez\b/i   -->   "\e/+'si.z$R+_'s@n.t&Se&Iz\e/+"
/\bGy[oö]rgy Ligeti\b/i   -->   "\e/+'d&ZOR+.d&Zi_l$.'gE.r6i\e/+"
/\bA[S$]AP(?= Illz)\b/i	-->	"\e/+'e&I.s@p\e/+"
/\b(?<=van der )Beek\b/i   -->   "\e/+'bik\e/+"
/\bAlain Johannes\b/i	-->	"\e/+'@.l$n_j$.'hA.n$s\e/+"
/\bByun Baek-hyun\b/i	-->	"\e/+'bjUn_'bAk_'hjUn\e/+"
/\bJorge(?= Gaxiola)\b/i	-->	"\e/+'hOR+.he&I\e/+"
/\b(?<=José )Areas\b/i	-->	"\e/+$.'R+e&I.$s\e/+"
/\b(?<=Matt )Gentling\b/i	-->	"\e/+'gEn.lInK\e/+"
/\bSergio Vallín\b/i	-->	"\e/+'sE0.d&Zi.o&U_v$.'jIn\e/+"
/\bSulata Foai-Amiatu\b/i	-->	"\e/+s$.'l@.r6$_'fo&U.a&I_@.mi.'A.r6u\e/+"
/\b(?<=Nokio the )N-Tity\b/i	-->	"entity"
/\b(?<=John )Espy\b/i	-->	"\e/+'Es.pi\e/+"
/\b(?<=Joel )Fido(?= Martínez)\b/i	-->	"\e/+'fi.do&U\e/+"
/\bLes(?= Lawless\b)/i	-->	"\e/+'lEz\e/+"
/\bOle Beich\b/i	-->	"\e/+'o&U.l$_'be&Ik\e/+"
/\bIvan(?= L. Moody)\b/i	-->	"\e/+'a&I.v$n\e/+"
/\bA\$AP Twelvyy\b/i	-->	"\e/+'e&I.s@p_'twEl.vi\e/+"
/\bChou Tzu-?Yu\b/i	-->	"\e/+'t&So&U_'zu_'ju\e/+"
/\b(?<=Lelee )Lyons\b/i	-->	"\e/+'la&I.$nz\e/+"
/\bLol(?= Tolhurst)\b/i	-->	"\e/+'lAl\e/+"
/\b(?<=Luis )Ángel\b/i	-->	"\e/+'An.hEl\e/+"
/\b(?<=Royce da )5'9\b/i	-->	"five nine"
/\btkay maidza\b/i -->   "T K \e/+'ma&Id.z$\e/+"
/\bSoul II Soul\b/i	-->	"soul to soul"
/\bj.? willgoose,? esq./i	-->	"jay willgoose esquire"
/\bjean michel jarre\b/i	-->	"\e/+'ZAn_mI.'SEl_'ZAR+\e/+"
/\bsixx:A.M./i -->   "6AM"
/\bRainer \+ Grimm\b/i -->   "rainer and grim"
/\bDan \+ Shay\b/i -->   "dan and shay"

# Classical music bulk addition
/\ba due cori\b/i   -->   "\e/+A_'du.e&I_'kO.R+i\e/+"
/\bal factotum\b/i   -->   "\e/+'Al_fAk.'to&U_t$m\e/+"
/\balso sprach zarathustra\b/i   -->   "\e/+'Al.zo&U_'spR+Ak_zAR+.$.'tu.stR+$\e/+"
/\bairs valaques\b/i   -->   "\e/+'ER+_vA.'lAk\e/+"
/\bbeati mortui\b/i   -->   "\e/+be&I.'A.'ti_'mOR+.'tu.i\e/+"
/\bcavalleria rusticana\b/i   -->   "\e/+kA.v$.lE.'R+i.j$_R+^.sti.'kA.n$\e/+"
/\bcésar franck\b/i   -->   "\e/+se&I.'zAR+_'fR+OnKk\e/+"
/\bcésar franck's\b/i   -->   "\e/+se&I.'zAR+_'fR+OnKks\e/+"
/\bcharles gounod\b/i   -->   "\e/+'SAR+l_gu.'no&U\e/+"
/\bcharles gounod's\b/i   -->   "\e/+'SAR+l_gu.'no&Uz\e/+"
/\bcirca mea pectora\b/i   -->   "\e/+'siR+.k$_'me&I.$_'pEk.tO.R+$\e/+"
/\bclair de lune\b/i   -->   "\e/+'klER+_d$_'lun\e/+"
/\bcosi fan tutti\b/i   -->   "\e/+'ko&U.si_'fAn_'tut.ti\e/+"
/\bdaphnis et chloé\b/i   -->   "\e/+'dAf.'ni_e&I_'klo&U.'e&I\e/+"
/\bda requiem\b/i   -->   "\e/+dA_'R+E.kwi.$m\e/+"
/\bde falla\b/i   -->   "\e/+de&I_'fa&I.j$\e/+"
/\bde machaut\b/i   -->   "\e/+d$_mA.'So&U\e/+"
/\bde machaut's\b/i   -->   "\e/+d$_mA.'So&Uz\e/+"
/\bde salon\b/i   -->   "\e/+d$_sA.'lOn\e/+"
/\bde sarasate\b/i   -->   "\e/+de&I_sAR+.$.'sA.te&I\e/+"
/\bde sarasate's\b/i   -->   "\e/+de&I_sAR+.$.'sA.te&Iz\e/+"
/\bdie fledermaus\b/i   -->   "\e/+'di_'fle&I.d$.ma&Us\e/+"
/\bdie forelle\b/i   -->   "\e/+'di_fO.'R+E.l$\e/+"
/\bdies irae\b/i   -->   "\e/+'di.e&Iz_'i.R+e&I\e/+"
/\bdona nobis\b/i   -->   "\e/+'do&U.n$_'no&U.bIs\e/+"
/\bè mobile\b/i   -->   "\e/+'E_'mo&U.bi.le&I\e/+"
/\bedvard grieg\b/i   -->   "\e/+'Ed.vAR+d_'gR+ig\e/+"
/\bedvard grieg's\b/i   -->   "\e/+'Ed.vAR+d_'gR+igz\e/+"
/\bennio morricone\b/i   -->   "\e/+'E.ni.o&U_mO.R+i.'ko&U.ne&I\e/+"
/\bernesto lecuona\b/i   -->   "\e/+ER+.'nE.sto&U_lE.'kwo&U.n$\e/+"
/\bfantaisie-impromptu\b/i   -->   "\e/+fAn.te&I.'zi.Im.'pR+Amp.tu\e/+"
/\bfrancis poulenc\b/i   -->   "\e/+fR+On.'sis_pu.'l@nKk\e/+"
/\bfunèbre et triomphale\b/i   -->   "\e/+fu.'nE.bR+$_e&I_tR+i.Om.'fAl\e/+"
/\bfür elise\b/i   -->   "\e/+fjuR+_I.'lis\e/+"
/\bgabriel fauré\b/i   -->   "\e/+gA.bR+i.'El_fO.'R+e&I\e/+"
/\bgabriel fauré's\b/i   -->   "\e/+gA.bR+i.'El_fO.'R+e&Iz\e/+"
/\bgazza ladra\b/i   -->   "\e/+'gAd.zA_'lAd.r6A\e/+"
/\bgian carlo menotti\b/i   -->   "\e/+'d&ZAn_'kAR+.lo&U_mE.'nOt.ti\e/+"
/\bgian carlo menotti's\b/i   -->   "\e/+'d&ZAn_'kAR+.lo&U_mE.'nOt.tiz\e/+"
/\bgottes zeit\b/i   -->   "\e/+'gA_t$s_'tsa&It\e/+"
/\bgrande symphonie\b/i   -->   "\e/+'gR+Ond_sAm.fo&U.'ni\e/+"
/\bgrosse fuge\b/i   -->   "\e/+'gR+o&U.s$_'fu.g$\e/+"
/\bi pagliacci\b/i   -->   "\e/+i_pA.'ljA.t&Si\e/+"
/\bjean sibelius\b/i   -->   "\e/+ZAn_sI.'be&I.lj$s\e/+"
/\bjean sibelius's\b/i   -->   "\e/+ZAn_sI.'be&I.lj$s.Iz\e/+"
/\bjean-baptiste lully\b/i   -->   "\e/+ZAn.b@.'tist_l^.'li\e/+"
/\bjohann strauss\b/i   -->   "\e/+'jo&U.hAn_'StR+a&Us\e/+"
/\bjohann strauss's\b/i   -->   "\e/+'jo&U.hAn_'StR+a&Us.Iz\e/+"
/\bjohann strauss ii\b/i   -->   "\e/+'jo&U.hAn_'StR+a&Us_D$_'sE.k$nd\e/+"
/\bjohann strauss ii's\b/i   -->   "\e/+'jo&U.hAn_'StR+a&Us_D$_'sE.k$ndz\e/+"
/\bjosquin des prez'/i   -->   "\e/+Zo&Us.'kAn_de&I_'pR+e&Iz\e/+"
/\bjosquin des prez\b/i   -->   "\e/+Zo&Us.'kAn_de&I_'pR+e&I\e/+"
/\bjules delibes\b/i   -->   "\e/+'Zul_d$.'lib\e/+"
/\bjules delibes'\b/i   -->   "\e/+'Zul_d$.'libz\e/+"
/\bjules massenet\b/i   -->   "\e/+'Zul_mA.s$.'ne&I\e/+"
/\bjules massenet's\b/i   -->   "\e/+'Zul_mA.s$.'ne&Iz\e/+"
/\bjulius klengel\b/i   -->   "\e/+'ju.li.Us_'klEnK.$l\e/+"
/\bjulius klengel's\b/i   -->   "\e/+'ju.li.Us_'klEnK.$lz\e/+"
/\bla mer\b/i   -->   "\e/+lA_'mER+\e/+"
/\blibera_me\b/i   -->   "\e/+'li.bER+.A_'me&I\e/+"
/\bl'orfeo\b/i   -->   "\e/+lOR+.'fe&I.o&U\e/+"
/\blux aurumque\b/i   -->   "\e/+'lUks_'a&UR+.Um.kwe&I\e/+"
/\bmà vlast\b/i   -->   "\e/+mA_'vlAst\e/+"
/\bmarche_militaire\b/i   -->   "\e/+'mAR+S_mI.lI.'tER+\e/+"
/\bmarche slave\b/i   -->   "\e/+'mAR+S_'slAv\e/+"
/\bmodest mussorgsky\b/i   -->   "\e/+m$.'dEst_m$.'sOR+k.ski\e/+"
/\bnepomuk hummel\b/i   -->   "\e/+'ne&I.po&U.mUk_'hU.ml%)\e/+"
/\bnepomuk hummel's\b/i   -->   "\e/+'ne&I.po&U.mUk_'hU.ml%)z\e/+"
/\bpanis angelicus\b/i   -->   "\e/+'pA.nIs_@n.'d&ZE.lI.kUs\e/+"
/\bpetite messe\b/i   -->   "\e/+p$.'tit_'mEs\e/+"
/\bpie jesu\b/i   -->   "\e/+'pi.e&I_'je&I.su\e/+"
/\brichard strauss\b/i   -->   "\e/+'rI.kAR+t_'StR+a&Us\e/+"
/\brichard strauss's\b/i   -->   "\e/+'rI.kAR+t_'StR+a&Us.Iz\e/+"
/\brichard wagner\b/i   -->   "\e/+'R+I.kA$R+t_'vAg.n$R+\e/+"
/\brichard wagner's\b/i   -->   "\e/+'R+I.kA$R+t_'vAg.n$R+s\e/+"
/\bstabat mater\b/i   -->   "\e/+'stA.bAt_'mA.t$R+\e/+"
/\bte deum\b/i   -->   "\e/+te&I_'de&I.Um\e/+"
/\btr(a|ä)umerei\b/i   -->   "\e/+'tR+O&I.m$.R+a&I\e/+"
/\bunter donner und blitz\b/i   -->   "\e/+'Un.tA_'dO.nA_Unt_'blIts\e/+"
/\bvon bingen\b/i   -->   "\e/+fAn_'bInK.$n\e/+"
/\bvon bingen's\b/i   -->   "\e/+fAn_'bInK.$nz\e/+"
/\bzoltán kodály\b/i   -->   "\e/+'zo&Ul.tAn_ko&U.'da&I.i\e/+"
/\bzoltán kodály's\b/i   -->   "\e/+'zo&Ul.tAn_ko&U.'da&I.iz\e/+"
/\b(?<=Revolutionary Etude )op\.? 10 in Cm\b/i   -->   "opus ten in C minor"
#
# Sports entries
/\b([0-9]{1,3})-([0-9]{1,3})\b/   -->   "$1 $2" #ensure dash in sports scores not read
/\b(?<=Hassan )II\b/i	-->	"the second"
/\bChampionships-HSBC\b/i	-->	"championships, HSBC"
/\bFdez-Castano\b/i	-->	"fernandez castaño"
/\b(?<=Andris )Sics\b/i	-->	"\e/+'SIts\e/+"
/\b(?<=Cabrera )Bello\b/i	-->	"\e/+'be&I.jo&U\e/+"
/\b(?<=Carreno )Busta\b/i	-->	"\e/+'bUs.t$\e/+"
/\b(?<=Gerry )Weber\b/i	-->	"\e/+'wE.b$R+\e/+"
/\b(?<=Gilles )Simon\b/i	-->	"\e/+sI.'mAn\e/+"
/\b(?<=Juan )Martin\b/i	-->	"\e/+mAR+.'tin\e/+"
/\b(?<=Lara )Gut\b/i	-->	"\e/+'gUt\e/+"
/\b(?<=Maddie )Bowman\b/i	-->	"\e/+'bo&U.m$n\e/+"
/\b(?<=Max )Parrot\b/i	-->	"\e/+p$.'R+o&U\e/+"
/\bCoupe(?= Rogers)\b/i	-->	"\e/+'kup\e/+"
/\bJonas(?= Blixt)\b/i	-->	"\e/+'jo&U.nAs\e/+"
/\bKarolina(?= Pliskova)\b/i	-->	"\e/+kE.ro&U.'li.n$\e/+"
/\bPutting(?= green)\b/i	-->	"\e/+'p^.tInK\e/+"
/\bQi(?= Guangpu)\b/i	-->	"\e/+'t&Si\e/+"
/\bSud(?= de France)\b/i	-->	"\e/+'sud\e/+"
/\bChez Reavie\b/i	-->	"\e/+'t&SEz_'R+iv.i\e/+" #Workaround
/\bElena Vesnina\b/i	-->	"\e/+$.'le&I.n$_vEs.'ni.n$\e/+"
/\bHagen Kearney\b/i	-->	"\e/+'he&I.g$n_'kE0R+.ni\e/+"
/\bHana Mandlíková\b/i	-->	"\e/+'hE.n$_m@nd.l$.'ko&U.v$\e/+"
/\bHyeon Chung\b/i	-->	"\e/+'hjAn_'t&SUnK\e/+"
/\bIreen Wuest\b/i	-->	"\e/+I.'re&In_'wE0st\e/+"
/\bJan Blokhuijsen\b/i	-->	"\e/+'jAn_'blAk.hwi.z$n\e/+"
/\bJan Kodeš/i	-->	"\e/+'jAn_k$.'dES\e/+"
/\bJana Cepelova\b/i	-->	"\e/+'jA.n$_sE.p$.'lo&U.v$\e/+"
/\bJean Borotra\b/i	-->	"\e/+'ZAn_b$.'ro&U.tr$\e/+"
/\bJean Frederic Chapuis\b/i	-->	"\e/+'ZAn_fR+E.d$.'rik_S$.'pwi\e/+"
/\bJhonattan Vegas\b/i	-->	"\e/+'ZA.n$.t$n_'ve&I.g$\e/+"
/\bJulia Dujmovits\b/i	-->	"\e/+'ju.li.$_'dO&I.m$.vIts\e/+"
/\bJuris Sics\b/i	-->	"\e/+'ju.rIs_'SIts\e/+"
/\bLaura Gonzalez Escallon\b/i	-->	"\e/+'la&U.R+$_g$n.'zA.lEz_Es.k$.'jAn\e/+"
/\bLucas Pouille\b/i	-->	"\e/+'lu.k$_'pwi\e/+"
/\bMarat Safin\b/i	-->	"\e/+'mE.R+$t_'s@.f$n\e/+"
/\bMarie Dorin Habert\b/i	-->	"\e/+m$.'R+i_d$.'R+An_$.'be&IR+\e/+"
/\bMi Jung Hur\b/i	-->	"\e/+'mi_'d&ZUnK_'hUR+\e/+"
/\bMiguel Angel Carballo\b/i	-->	"\e/+mI.'gEl_An.'hEl_kAR+.'ba&I.o&U\e/+"
/\bNicolas Almagro\b/i	-->	"\e/+'nI.k$.lAs_@l.'mA.gR+o&U\e/+"
/\bNicolas Mahut\b/i	-->	"\e/+'nI.k$.lA_mA.'ut\e/+"
/\bOceane Dodin\b/i	-->	"\e/+o&U.se&I.'An_do&U.'dAn\e/+"
/\bOle Einar Bjoerndalen\b/i	-->	"\e/+'o&U.l$_'a&I.n$R+_'bjE0n.dA.l$n\e/+"
/\bPierre-Hugues Herbert\b/i	-->	"\e/+'pjER+_'ug_E0R+.'bER+\e/+"
/\bRichard Gasquet\b/i	-->	"\e/+R+I.'SAR+_g@s.'ke&I\e/+"
/\bRoberto Bautista Agut\b/i	-->	"\e/+R+o&U.'bER+.'to&U_b$.'ti.st$_@.'gut\e/+"
# Abbreviation Expansions
/\bOOT?O\b/   -->   "out of the office"
/\bNRN\b/   -->   "no reply necessary"
/\bEOM\b/   -->   "end of message"
/\bHTH\b/   -->   "hope that helps"
/\bIMO\b/   -->   "in my opinion"
/\bIIRC\b/   -->   "if I recall correctly"
/\bOTOH\b/   -->   "on the other hand"
/\bWRT\b/   -->   "with regards to"
/\bLGTM\b/   -->   "looks good to me"
/\bNBD\b/   -->   "no big deal"
/\bSRY\b/   -->   "sorry"
/\bL8R\b/   -->   "later"
/\bGTG\b/   -->   "gotta go"
/\bGR8\b/   -->   "great"
/\bAFAIK\b/   -->   "as far as I know"
/\bFWIW\b/   -->   "for what it's worth"
/\bIDK\b/   -->   "I don't know"
/\bLMK\b/   -->   "let me know"
/\bAbu Bakr\b/i   -->   "\e/+'A.bu_'bA.k$R+\e/+"
/\bAbd (ar|al)(-|\s)Rahman\b/i   -->   "\e/+'Abd_AR+_'R+A.mAn\e/+"
/\bthe answer is e raised to n\b/i   -->   "the answer is e, raised to n"
/\bSetting: On\s*$/i   -->   "setting on"
/\b(?<=OK, I turned on )Use(?= listening history)\b/i   -->   "\e/+'juz\e/+"
/\bLes (McCann|Patterson|Murray|Claypool|Paul|Binks)\b/i	-->	"\e/+'lEz\e/+ $1"
/\bMonte Sereno\b/i   -->   "\e/+'mAn.te&I_s$.'re&I.no&U\e/+"
/\bTaj Mahal\b/i   -->   "\e/+'tAZ_m$.'hAl\e/+"
/\b(?<=No value to confirm for )Content\b/i   -->   "\e/+'kAn.tEnt\e/+"
/\b(?<=Mike )Doughty\b/i   -->   "\e/+'do&U.r6i\e/+"
/\bJunipero(?= Serra Freeway)\b/i   -->   "\e/+d&Zu.n$_pER+.o&U\e/+" #workaround
/\bmovin['’]/i   -->   "\e/+'mu.vIn\e/+"
/\b(?<=Pure Silk Bahamas )LPGA(?= Classic)\b/i   -->   "\e/+'El.'pi.'d&Zi_'e&I\e/+"
/\b(?<=I will )not, then\b/i   -->   "\e/+'nAt\e/+ then"
/\b(?<=Trevor )Siemian\b/i   -->   "\e/+'sI.mi.$n\e/+"
/\bLemon\s?jelly.ky\b/i   -->   "Lemon Jelly K Y"
/\bD['’]Angelo\b/i   -->   "D Angelo"
/\bOkay, ([\S\s]{1,20}), what's the new name for this meeting\?/i   -->   "Okay $1. What's the new name for this meeting?"
/\bPierre, (SD|South Dakota)\b/i   -->   "\e/+'piR+\e/+ south dakota"
/\bPierre(?= is the capital of South Dakota)\b/i   -->   "\e/+'piR+\e/+"
/\b(?<=Todd Gurley )II\b/i   -->   "the second"
/\b(?<=coming )right up\b/i   -->  "\e/+R+a&It_'^p\e/+"
/\bI'm already here, ([\S\s]{1,20}), what can I do for you\?/i   -->   "I'm already here $1. What can I do for you?"
/\b(?<=Our reality is but one page in )a(?= omni-dimensional book of infinite time across multi-versal space)\b/i   -->   "\e/+En\e/+"
/\bMarquis de Sade\b/i   -->   "\e/+mAR+.'ki_d$_'sAd\e/+"
/\b(?<=New Gold Dream) \(81-82-83-84\)/i   -->   ", 81, 82, 83, 84"
/\bbabymetal\b/i   -->   "baby metal"
/\bHamaguchi(?= and Associates)\b/i   -->   "\e/+'hA.m$.gu.t&Si\e/+" # workaround
/\b401\(?-?k\)?\b/i   -->   "four oh one k"
#Second round of artists
/\bOingo Boingo\b/i   -->   "\e/+'O&InK.go&U_'bO&InK.go&U\e/+"
/\bPawe[lł] M[aą]ciwoda\b/i   -->   "\e/+'pA.v$l_m$n.t&Si.'vo&U.d$\e/+"
/(?<=\bPeter, Paul )(and|\&)(?= Mary\b)/i   -->   "'n"
/(?<=\bPhineas )(and|\&)(?= Ferb\b)/i   -->   "'n"
/\bPiper Skih\b/i   -->   "piper sky"
/\bPortugal\. The Man\b/i   -->   "portugal the man"
/(?<=\bPuff Daddy )(and|\&)(?= The Family\b)/i   -->   "'n"
/\bQuinn XCII\b/i   -->   "quinn 92"
/\b(?<=Phil )Dausch\b/i   -->   "\e/+'da&US\e/+"
/\b(?<=Glenn )Kotche\b/i	-->	"\e/+'ko&U.t&Si\e/+"
/\b(?<=Hailee )Steinfeld\b/i	-->	"\e/+'sta&In.fEld\e/+"
/\b(?<=Hayley )Kiyoko\b/i	-->	"\e/+ki.'jo&U.ko&U\e/+"
/\b(?<=Raj )Punjabi\b/i   -->   "\e/+pun.'d&ZA.bi\e/+"
/\b(?<=Raul )Rekow\b/i   -->   "\e/+R+i.'ko&U\e/+"
/\b(?<=Rob )Bourdon\b/i   -->   "\e/+'bOR+.d$n\e/+"
/\b(?<=Rhett )and(?= Link)\b/i   -->   "'n"
/\bRilo Kiley\b/i   -->   "\e/+'R+a&I.lo&U_'ka&I.li\e/+"
/(?<=\bSam )(and|\&)(?= Dave\b)/i   -->   "'n"
/\bSebu(?= Simonian)\b/i   -->   "\e/+'sE.bu\e/+"
/(?<=\bSiouxsie )(and|\&)(?= The Banshees\b)/i   -->   "'n"
/\bSkerrit Bwoy\b/i   -->   "scare it boy"
/\bSébastien Lefebvre\b/i   -->   "\e/+s$.'b@s.t&S$n_l$.'fe&Iv\e/+"
/\bTeairra Marí\b/i   -->   "\e/+ti.'ER+.$_m^.'R+i\e/+"
/\bTJ Ihle\b/i   -->   "t j isle"
/\bTony! Toni! Toné!/i   -->   "tony tony tony"
/\b(?<=Tommy James and The )Shondells\b/i   -->   "\e/+SAn.'dElz\e/+"
/\bde la Rocha\b/i   -->   "\e/+de&I_l$_'R+o&U.t&S$\e/+"
/(?<=\bKing )(and|\&)(?= Country\b)/i	-->	"'n"
/(?<=\bThe Head )(and|\&)(?= the Heart\b)/i   -->   "'n"
/\b(?<=Thousand Foot )Krutch\b/i   -->   "crutch"
/\bTré(?= Cool)\b/i   -->   "tray"
/\bYhung T\.O\./i   -->   "young t o"
/\bMatty\s?B\b/i   -->   "matty b"
/\b(?<=Matt|Matthew )Fazzi\b/i   -->   "\e/+'f@.zi\e/+"
/\bMatthew Thiessen\b/i   -->   "matthew tyson"
/\bMatty\s?B\b/i   -->   "matty b"
/(?<=\bMaze )(and|\&)(?= Frankie Beverly\b)/i   -->   "'n"
/\bMiles Zuniga\b/i   -->   "\e/+'ma&Ilz_u.'ni.g$\e/+"  # Workaround
/\bMoneybagg Yo\b/i   -->   "moneybag yo"
/(?<=\bNahko )(and|\&)(?= Medicine for the People\b)/i   -->   "'n"
/(?<=\bNick Cave )(and|\&)(?= The Bad Seeds\b)/i   -->   "'n"
/\b(?<=Shinz[oō] )Abe\b/i   -->   "\e/+'A.be&I\e/+"
/\bAino Jawo\b/i   -->   "\e/+'a&I.'no&U_'d&Za&U.w$\e/+"  # Workaround
/\b(?<=Jasen )Rauch\b/i	-->	"\e/+'R+a&US\e/+"
/\bJ\.Balvin\b/i	-->	"jay balvin"
/\b(?<=Jack )[U|Ü]\b/i	-->	"U"
/\bJemaine Clement\b/i	-->	"\e/+d&Z$.'me&In_kl$.'mEnt\e/+"
/\bJeon Jung\s?kook\b/i	-->	"\e/+'CAn_'CUnK_'kuk\e/+"
/\b(?<=A Flock of )Seagulls\b/i   -->    "\e/+'si.g$lz\e/+"
/\b(?<=A )Perfect(?= Circle)\b/i   -->    "\e/+'pE0R+.f$kt\e/+"
/\bA[$S]AP Illz\b/i   -->    "\e/+'e&I.s@p_'Ilz\e/+"
/\bAgnetha Fältskog\b/i   -->    "\e/+@g.ne&I.T$_fElt.'skug\e/+"  # Workaround
/(?<=\bAll Sons )(and|\&)(?= Daughters\b)/i  -->    "'n"
/\bAmar(?= Khalil)\b/i   -->    "\e/+'e&I.mAR+\e/+"
/(?<=\bAngels )(and|\&)(?= Airwaves\b)/i   -->    "'n"
/\bAnni-Frid Lyngstad\b/i   -->    "\e/+@.n$.'fR+id_'lInK.st@d\e/+"
/\bArmin van Buuren\b/i   -->    "\e/+'AR+.m$n_'v@n_'bjE0.$n\e/+"
/\bArnar(?= Rósenkranz Hilmarsson)\b/i --> "\e/+'AR+.nAR+\e/+"
/\bArnel Pineda\b/i   -->   "\e/+AR+.'nEl_pI.'nE.r6$\e/+"
/\bBankroll(?= Fresh)\b/i   -->    "\e/+'b@nKk_R+o&Ul\e/+" # Workaround
/(?<=\bBars )(and|\&)(?= Melody\b)/i   -->  "'n"
/(?<=\bBig )(and|\&)(?= Rich\b)/i   -->    "'n"
/\bBjörn Ulvaeus\b/i   -->    "\e/+'bjOR+n_$l.'ve&I.$s\e/+"
/(?<=\bBrooks )(and|\&)(?= Dunn\b)/i   -->    "'n"
/\bBrynjar Leifsson\b/i   -->    "\e/+'bR+In.jE0R+_'le&If.s$n\e/+"
/\b(?<=Camila )Cabello\b/i   -->    "\e/+k$.'be&I.jo&U\e/+"
/\bCarmit Bachar\b/i   -->    "\e/+'kAR+.mit_b$.'kAR+\e/+"
/\bCelia Cruz y La Sonora Matancera\b/i   -->    "Celia Cruz \e/+'i\e/+ La Sonora \e/+mA.'tAn.'sER+.$\e/+"
/\bChoi Young-?jae\b/i   -->    "\e/+'t&Se&I_'j^nK_'d&Ze&I\e/+"
/\bCon Funk Shun\b/i   -->    "\e/+k$n.'f^nKk.S$n\e/+"
/\bCrosby, Stills (and|\&) Nash\b/i   -->    "Crosby Stills 'n Nash"
/\bCrosby, Stills, Nash (and|\&) Young\b/i   -->    "Crosby Stills Nash 'n Young"
/\bCyrille Aimée\b/i   -->    "\e/+s$.'R+il_E.'me&I\e/+"
/\bDeana(?= Carter)\b/i   -->    "\e/+'di.n$\e/+"
/\bDeath Grips\b/ i  -->    "\e/+'dET.gR+Ips\e/+"
/(?<=\bEcho )(and|\&) The Bunnymen\b/i   -->    "'n the \e/+'b^.ni.mEn\e/+"
/(?<=\bEmerson, Lake )(and|\&)(?= Palmer\b)/i   -->    "'n"
/\bEste(?= Haim)\b/i  -->  "\e/+'E.sti\e/+"
/\bFlight Facilities\b/i   -->    "\e/+'fla&It.f$.sI.l$.r6iz\e/+"
/\bJorma Taccone\b/i	-->	"\e/+'jOR+.m$_t$.'ko&U.ni\e/+"
/\b(?<=Kalin )(and|\&)(?= Myles)\b/i   -->    "'n"
/\bKang Seul-?gi\b/	-->	"\e/+'kAnK_'s^l_'gi\e/+"
/\bKari(?= Jobe)\b/	-->	"\e/+'kER+.i\e/+"
/\bKasim(?= Sulton)\b/i	-->	"\e/+'k@.sIm\e/+"
/\bKeKe(?= Wyatt)\b/i	-->	"\e/+'ki.ki\e/+"
/\bKJ-52\b/i	-->	"K J 5 2"
/\b(?<=Loggins )&(?= Messina)\b/i   -->   "'n"
/\b(?<=skies, )wind(?=,)/i   -->   "\e/+'wInd\e/+"
/\bauf der(?= maur)\b/i   -->   "\e/+Of_dE0\e/+"
/\bsingin(\b|['’])/i   -->   "\e/+'sInK.InK\e/+"
/\bsoul asylum\b/i   -->   "\e/+so&Ul_$.'sa&I.l$m\e/+"
/\bZHU x A-Trak x Keznamdi\b/i   -->   "zhu, a-trak \e/+$n_kEz.'n@m.di\e/+"
/\b(?<=Sonny )Bono\b/i   -->   "\e/+'bo&U.no&U\e/+"
/\bmanouevres\b/i   -->   "maneuvers"
/\bm[ou]hamm[ae]d\b/i   -->   "\e/+m$.'hA.mId\e/+"
/\b(?<=Mohammad )Ali\b/i   -->   "\e/+A.'li\e/+"
/\be\. coli\b/i   -->   "\e/+i.'ko&Ul.a&I\e/+"
/\bJiang Zemin\b/i   -->   "\e/+d&Zi.AN_z^.mIn\e/+" # Workaround
/\bWu Zetian\b/i   -->   "\e/+'wu_zO.'ti.In\e/+" # Workaround
/\bAstronomicalΦAKIBA-POP\b/i   -->   "astronomical akiba pop"
/\bMOSAIC.WAV\b/i   -->   "\e/+mo&U.ze&I.Ik.'wAv\e/+"
/\bDas Spiel\b/i   -->   "\e/+dAS.'pi.$\e/+"
/\bSergio(?= Garc[íi]a)\b/i   -->   "\e/+'sER+.hi.o&U\e/+"
/\bLa Rompe Corazones\b/i   -->   "\e/+l$_'R+Am.pe&I_kO.R+$.'so&U.ne&Iz\e/+"
/(?<=\bThick )(and|\&)(?= Pretty\b)/i   -->   "n'"
/(?<=\bAlvin )(and|\&)(?= The Chipmunks\b)/i   -->   "n'"
/\bMiel San Marcos\b/i   -->   "\e/+mi.'El_s@n_'mAR+.ko&Uz\e/+"
/\b(?<=Victor )Manuelle\b/i   -->   "\e/+'m@n.ju.El\e/+"
/\b6ix9ine\b/i   -->   "6 9"
/\bj-live\b/i   -->   "\e/+'d&Ze&I.la&Iv\e/+"
/\bfeat\. /i  --> "featuring "
/\bLaudir de Oliveira\b/i	-->	"\e/+la&U.'d&ZiR+_d&Zjo&U.li.'vE.R+$\e/+"
/\bLalah(?= Hathaway)\b/i	-->	"\e/+'le&I.l$\e/+"
/\bLevon(?= Helm)\b/i	-->	"\e/+li.'vAn\e/+"
/\bluciano pavarotti\b/i	-->	"\e/+lu.t&Si.'A.no&U_pA.v$.'R+A.'ti\e/+"
/\blatocha(?= scott)\b/i	-->	"\e/+l$.'tA.S$\e/+"
/\b(?<=trey )anastasio\b/i	-->	"\e/+@.n$.'ste&I.zi.o&U\e/+"
/\bse-?hun\b/i	-->	"\e/+se&I.'hun\e/+"
/\b(?<=jared )leto\b/i	-->	"\e/+'lE.r6o&U\e/+"
/\bsolon(?= bixler)\b/i	-->	"\e/+'so&U.l$n\e/+"
/\bmatthias(?= jabs)\b/i	-->	"\e/+m$.'Ta&I.$s\e/+"  
/\bchae-?young\b/i	-->	"\e/+'t&Se&I.j^nK\e/+"
/\bchan-?yeol\b/i	-->	"\e/+t&S@n.'jo&Ul\e/+"
/\bou-?yang\b/i	-->	"\e/+o&U.'j^nK\e/+"
/\bda-?hyun\b/i	-->	"\e/+d$.'h^n\e/+"
/\bhyo-?yeon\b/i	-->	"\e/+'hjo&U_j$n\e/+"
/\bjin-?young\b/i	-->	"\e/+'d&ZIn.j^nK\e/+"
/\bisaiah(?= rashad)\b/i	-->	"\e/+a&I.'ze&I.E0\e/+" # Workaround
/(?<=\bHumble )(and|\&)(?= Kind\b)/i   -->   "n'"
/\bBeats Studio\s?³/i   -->   "beats studio three"
/\bresume(?= schedule)\b/i   -->   "\e/+R+I.'zum\e/+"
/\b(?<=No\. [1-9] in )A(?= Minor)\b/i   -->   "\e/+'e&I\e/+"
/\bma['’]am\b/i   -->   "\e/+'m@m\e/+"
/\b(?<=The War on Drugs, )A(?= Deeper Understanding)\b/i   -->   "\e/+$\e/+"
/\b(?<=You've got a bunch to choose )from\b/i   -->   "\e/+fR+$m\e/+"
/\b(?<=Which language would you like to translate )into(?=\?)/i   -->   "\e/+'In_tu\e/+"
/\bS&P\s?(?=500)/i   -->   "\e/+'Es_$n_'pi\e/+"
/\b(?<=Sunrise )was(?= at \d{1,2}:\d\dAM today)\b/i   -->   "\e/+w$z\e/+"
/\bFriday(?=,)/i   -->   "\e/+'fR+a&Id.e&I\e/+" #workaround
/\b(?<=turn right )onto(?= Infinite Loop)\b/i   -->   "\e/+'An.t$\e/+"
/\bmele kalikimaka\b/i	-->	"\e/+'mE.le&I_k$.lI.ki.'mA.k$\e/+"
/\bFormat:B\b/i   -->   "format b"
/\b(?<=blow )ya(?= mind)\b/i   -->   "yo"
/(?<=\bmike )(and|[&+])(?= the mechanics\b)/i   -->   "n'"
/(?<=\bbeauty )(and|\&)(?= the beast\b)/i   -->   "n'"
/(?<=\bgrande )(and|\&)(?= john\b)/i   -->   "n'"
/(?<=\bchase )(and|\&)(?= status\b)/i   -->   "n'"
/(?<=\bblack )(and|\&)(?= YG\b)/i   -->   "n'"
/(\bmy|\byour|\bhis|\bher|\bour|\btheir|'s|s') eta\b/i   -->   "$1 E T A"
/\bNow, Now\b/i   -->   "now now"
/\b(?<=the )j.?b.?[’'.]s\b/i   -->   "jay bees"
/\bbogot[aá]/i   -->   "\e/+bo&U.g$.'tA\e/+"
/\bthe oil\b/i   -->   "\e/+'Di_'O&I.$l\e/+" #Workaround
/\bin ruins\b/i   -->   "\e/+'In_'R+u.$nz\e/+" #Workaround
/(?<=\bcrash )(and|\&)(?= burn\b)/i   -->   "n'"
/\bjong-?hyun\b/i	-->	"\e/+t&SOnK.'h^n\e/+"
/\b(?<=Addison )Agen\b/i   -->   "\e/+'e&I.g$n\e/+"
/\b(?<=Side )EFX\b/i   -->   "effects"
/\bdulci jubilo\b/i	-->	"\e/+'dul.t&Si_'ju.bI.lo&U\e/+"
/(?<=\buntitled )02 l?/i	-->	"two"
/(?<=\bsons )(and|\&)(?= daughters\b)/i   -->   "n'"
/(?<=\btrae )tha(?= truth\b)/i   -->   "the"
/\b08 19 2014/i   -->   "08.19.2014"
/\b06 23 2014/i   -->   "06.23.2014"
/\b05 28 2013/i   -->   "05.28.2013"
/\b08 14 2014/i   -->   "08.14.2014"
/\b09 21 2014/i   -->   "09.21.2014"
/\b06 30 2014/i   -->   "06.30.2014"
/\b09 06 2014/i   -->   "09.06.2014"
/\bseventy-/   -->   "\e/+'sE.v$n.r6i\e/+"
/\bsupport.apple.com\b/i   -->   "support dot apple dot com"
/\bLincecum\b/i   -->   "\e/+'lIn.s$.k^m\e/+"
/(?<=\bfrancis )(and|\&)(?= the lights\b)/i   -->   "n'"
/\bLea(?= Michele)\b/i   -->   "\e/+'li.$\e/+"
/\bLoren(?= Allred)\b/i   -->   "lauren"
/\bsome(?= way)\b/i   -->   "\e/+'s^m\e/+"
/(?<=\bwild )(and|\&)(?= free\b)/i   -->   "n'"
/\bnoel(?= torres)\b/i   -->   "noelle"
/\b(?<=take a )bow\b/i   -->   "\e/+'ba&U\e/+"
/(?<=Paco )de Lucía\b/i -->   "\e/+De&I_'lu.Ti.$\e/+"
/\bPBUH\b/   -->   "peace be upon him"
/\bana gabriel\b/   -->   "\e/+'A.n$_gA.bR+i.'El\e/+"
/\bDulce Mar[ií]a\b/i	-->	"\e/+'dUl.se&I_m$.'R+i.$\e/+"
/\bF\*ckwithmeyouknowigotit\b/i	-->	"fuck with me you know I got it"
/(?<=\bpills )(and|\&)(?= automobiles\b)/i   -->   "n'"
/(?<=\bdogg )(and|\&)(?= rick\b)/i   -->   "n'"
/\bYung(?= Bans)\b/i   -->   "young"
/\ben espa[nñ]ol\b/i   -->   "\e/+En_E.spAn.'jo&Ul\e/+"
/(?<=\bHot Sauce Committee),? Pt\.? two/i   -->   "part two" # Workaround
/\bnguy[eễ]n\b/i   -->   "\e/+'wEn\e/+"
/(?<=Where Are )Ü(?= Now\b)/i   -->   "you"
/\bJ.(?=Perry\b)/i   -->   "J "
/\bDhugie(?= Adams\b)/i   -->   "\e/+'du.gi\e/+"
/(?<=ABC's and )123's\b/i   -->   "1 2 3's"
/(?<=\b10,000 Maniacs, )Live(?= at the Belly Up\b)/i   -->   "\e/+'la&Iv\e/+"
/\bJoakim(?= Noah\b)/i   -->   "\e/+'d&Zo&U.kim\e/+"
/([A-Za-z0-9]+-)hour/i   -->   "$1\e/+'a&U.$R+\e/+"
/(?<=\byou )can't(?= always get what you want\b)/i   -->   "\e/+'k@nt\e/+"
/\bDee Rees\b/i   -->   "\e/+'di_'R+is\e/+"
/\bI, Tonya\b/i   -->   "\e/+'a&I_'tO.nj$\e/+"
/\bTOGO'S\b/i   -->   "TOGO's"
/\bperfect illusion\b/i   -->   "\e/+'pE0R+.f$kt_I.'lu.Z$n\e/+"
/(?<=\bStax )Records\b/i   -->   "\e/+'R+E.kE0dz\e/+"
/\bbella y sensual\b/i   -->   "\e/+'bE.l$_i_sEn.su.'Ol\e/+"
/(?<=\bsweat )(and|\&)(?= tears\b)/i   -->   "n'"
/\bbright eyes\b/i   -->   "\e/+'bR+a&Ir6_'a&Iz\e/+"
/\bmy my my\b/i   -->   "\e/+'ma&I_'ma&I_'ma&I\e/+"
/\bowe me\b/i   -->   "\e/+'o&U_mi\e/+"
/\bRejjie(?= Snow\b)/i   -->   "reggie"
/\b(?<=Sunset )Bros\b/i   -->   "brothers"
/\b(?<=we are) (?=by nas)\b/i   -->   ", "
/\b(?<=we are) (?=featuring nas)\b/i   -->   ", "
/\bYeah I Said It\b/   -->   "yeah I said it"
/(?<=\bangus )(and|\&)(?= julia\b)/i   -->   "n'"
/\b(Choir of King's College), (Cambridge)\b/   -->   " "
/(?<=\bmatt )(and|\&)(?= kim\b)/i   -->   "n'"
/\bLea(?= Salonga)\b/i   -->   "\e/+'le&I.$\e/+"
/\baly (and|\&) aj\b/i   -->   "\e/+'@.li\e/+ n' A J"
/(?<=\bAnthony Brown )(and|\&) group therAPy\b/   -->   "n' group \e/+'TER+.$.pi\e/+"
/(?<=\bchino )(y|\&)(?= nacho\b)/i   -->   "\e/+'i\e/+"
/\bdeee-lite\b/i   -->   "\e/+di_'la&It\e/+"
/\bdo re mi\b/i   -->   "\e/+'do&U_'R+e&I_'mi\e/+"
/(?<=\bfeel good )inc\b/i   -->   "ink"
/\bh o l y\b/i   -->   "holy"
/(?<=\beveryday we )lit(?= by pnb rock\b)/i   -->   "\e/+'lIt\e/+"
/(?<=\bhit )'em'\b/i   -->   "\e/+$m\e/+"
/(?<=\bjesse )(and|\&)(?= joy\b)/i   -->   "n'"
/(?<=\bodom), (?=junior\b)/i   -->   " "
/(?<=\bshane )(and|\&)(?= shane\b)/i   -->   "n'"
/(?<=\bshe )(and|\&)(?= him\b)/i   -->   "n'"
/(?<=\bhold )yuh\b/i   -->   "you"
/\ba r i z o n a\b/i   -->   "Arizona"
/\bKah[- ]Lo\b/i   -->   "\e/+'kA.lo&U\e/+"
/\bhunter hayes\b/i   -->   "\e/+h^n.t$R+_'he&Iz\e/+"
/\b(?<=Perro )Fiel\b/i   -->   "\e/+fi.'El\e/+"
/\bkevin "chocolate droppa" hart\b/i   -->   "kevin chocolate droppa hart"
/\bnew choppa by asap rocky\b/i   -->   "new choppa by asap rocky"
/\bpon cho\b/i   -->   "poncho"
/(?<=\bemperor's new )clothes\b/i   -->   "\e/+'klo&Uz\e/+"
/\b2112\b/   -->   "21 12"
/(?<=\bkatrina )(and|\&)(?= the waves\b)/i   -->   "n'"
/(?<=\btoo )playa\b/i   -->   "\e/+'ple&I.$\e/+"
/(?<=\belvis costello )(and|\&)(?= the attractions\b)/i   -->   "n'"
/(?<=\bdepression )(and|\&)(?= obsession\b)/i   -->   "n'"
/(?<=\bhandbags )(and|\&) gladrags\b/i   -->   "n' \e/+'gl@d.R+@gz\e/+"
#
# The following rules MUST be kept as LAST entry in the rule set.
#
# rdar://problem/34731994:  Siri namer feature replaces the user's name by phonetics e.x.
# "\e\toi=lhp\'gOR+.d$n\e\toi=orth\'s reminders" is corrected to "\e\toi=lhp\'gOR+.d$nz\e\toi=orth\ reminders"
#
# <rdar://problem/35571603> Add a rule to include possessive form when the artist/name is picked by user rules.
# "\e/+'gE.r6i_'li\e/+'s album" is corrected to "\e/+'gE.r6i_'liz\e/+ album"
#
/(?<=\Ss|\Sz|\Sd&Z|\St&S|\SZ|\SS|\Sts)(\e\\toi=orth\\|\e\/\+)['’]s\b/   -->   ".Iz$1"
/(?<=\Sh|\Sf|\ST|\St|\Sk|\Sp)(\e\\toi=orth\\|\e\/\+)['’]s\b/   -->   "s$1"
/(?<=\S)(\e\\toi=orth\\|\e\/\+)['’]s\b/   -->   "z$1"
