单项选择题

A.hello JavaScript.match(/\w+\b/)
B.hello JavaScript.search(/\w+\b/)
C.hello JavaScript.test(/\w+\b/)
D.hello JavaScript.match(/\w+\b/g)