A.wrap.innerHTML("HELLO WORLD"); B.wrap.style.background-image="img/bg.jpg" C.wrap.style.border="1px solid#f00"; D.wrap.width="200px";
A.match B.test C.split D.splice
A.str.match(reg) B.reg.test(str) C.reg.exec(str); D.str.search(reg)