正規表現 JAVA Script 新しいページはコチラ
提供: yonewiki
(→概要) |
(→概要) |
||
94行: | 94行: | ||
===="{}" 中カッコ、ブレースマーク(直前の文字の繰り返し数指定)==== | ===="{}" 中カッコ、ブレースマーク(直前の文字の繰り返し数指定)==== | ||
− | + | ::ex17.'''"超超超超文字列正規表現検索Regular Expression".match(/超{4}文字列/)''' | |
100行: | 100行: | ||
<yjavascript> | <yjavascript> | ||
− | document.write(" | + | document.write("超超超超文字列正規表現検索Regular Expression".match(/超{4}文字列/), "</BR>"); |
</yjavascript> | </yjavascript> |