stock replaceall(text[], const LEN, const WHAT[], const WITH[]) { while (contain(text, WHAT) != -1) replace(text, LEN, WHAT, WITH) }