Link with charecter '

Hello:
I am using the link in a cell, a function argument contains the character ', but this does not allow the function is built correctly and the link goes wrong and does not work.

I constructed the function as follows:

String sTapiceria = “QYFX Malla Speed’Up”;

cb.getNumcar()+"^javascript:selectVehicule("" + LiviaUtils.replaceSubString( cb.getVerlibelle(), “’”, “\” + “’”) + “”, “”

  • cb.getPrixcouleur() + “”, “”
  • cb.getPrixgarniint() + “”, “”
  • cb.getPrecioopciones() + “”, “”
  • cb.getPrixversion() + “”, “”
  • cb.getPreciofinalcoche() + “”, “”
  • cb.getPromocion().trim() + “”, “”
  • cb.getCombipackprix().trim() + “”, “”
  • cb.getCodversion16() + “”, “”
  • cb.getOptions() + “”, “”
  • cb.getCouleur() + “”,""
  • sTapiceria + “”, “”
  • sCombiPack+ “”, “”
  • cb.getNumcar()+ “”, “”
  • cb.getImpmatri() + “”, “”
    + cb.getIva() + “”, “”
    + cb.getNumvin() + “”);^_self";

The result is:

788271^javascript:selectVehicule(“208 5P Active 1.4 HDi 68cv”, “340.00”, “0.00”, “480.00”, “15250.00”, “15730.00”, “0.00”, “140.00
”, “1PIAA5LBD5B0A0B0”, “PR01 ZH39”, “Gris Shark (Metaliz.)”,“QYFX Malla Speed’Up”, “Faros Antiniebla
”, “788271”, “0.00”, “18.00”, “VF3CC8HR0CW029185”);^_self

“QYFX Malla Speed’Up”
PLease, try to remove apostrophe (’) with “’”.