if(icons_b!=null){
        for(h=0; h<icons_b.length; h++){
            word = word.replace(buildRegex(icons_b[h]), buildIconImage(icons_b[h]))
        }
      }