• Home
  • Raw
  • Download

Lines Matching refs:replace

247 	desc = string.replace(desc, "'", " ")
338 desc = string.replace(desc, "'", " ")
395 title = string.replace(title, "'", " ")
474 str = string.replace(str, ".", " ")
475 str = string.replace(str, "!", " ")
476 str = string.replace(str, "?", " ")
477 str = string.replace(str, ",", " ")
478 str = string.replace(str, "'", " ")
479 str = string.replace(str, '"', " ")
480 str = string.replace(str, ";", " ")
481 str = string.replace(str, "(", " ")
482 str = string.replace(str, ")", " ")
483 str = string.replace(str, "{", " ")
484 str = string.replace(str, "}", " ")
485 str = string.replace(str, "<", " ")
486 str = string.replace(str, ">", " ")
487 str = string.replace(str, "=", " ")
488 str = string.replace(str, "/", " ")
489 str = string.replace(str, "*", " ")
490 str = string.replace(str, ":", " ")
491 str = string.replace(str, "#", " ")
492 str = string.replace(str, "\\", " ")
493 str = string.replace(str, "\n", " ")
494 str = string.replace(str, "\r", " ")
495 str = string.replace(str, "\xc2", " ")
496 str = string.replace(str, "\xa0", " ")
500 str = string.replace(str, "'", " ")
501 str = string.replace(str, "\n", " ")
502 str = string.replace(str, "\r", " ")
503 str = string.replace(str, "\xc2", " ")
504 str = string.replace(str, "\xa0", " ")
793 info = string.replace(info, "'", " ")
808 symbol = string.replace(symbol, "'", " ")
831 info = string.replace(info, "'", " ")
848 symbol = string.replace(symbol, "'", " ")
861 rinfo = string.replace(rinfo, "'", " ")
867 ainfo = string.replace(ainfo, "'", " ")
872 name = string.replace(name, "'", " ")
880 info = string.replace(info, "'", " ")