匹配双字节字符
$t.REGEXP_DBCS.test('hello world') // true $t.REGEXP_DBCS.test('hello world') // false $t.REGEXP_DBCS.test('你好世界') // true $t.REGEXP_DBCS.test('ゆくえふめい') // true