Skip to content

Commit 9bb5ac3

Browse files
committed
examples
1 parent 973b909 commit 9bb5ac3

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

demo.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,10 @@ <h1>Demo of String_random.js</h1>
151151
Examples:
152152
<a href="javascript:void()" data-regexp="\d+">Numbers</a>,
153153
<a href="javascript:void()" data-regexp="https?:\/\/[a-z]{3,8}\.example\.com\/([a-z\d]+\/){3}">URL</a>,
154-
<!--
155-
<a href='javascript:generate(/(?:&lt;(p|div) title="[^"]+"&gt;[^&lt;]+&lt;\/\1&gt;)+/)'>HTML</a>,
156-
-->
154+
<a href="javascript:void()" data-regexp="#[0-9a-f]{6}">Hex Color</a>,
155+
<a href="javascript:void()" data-regexp="セミの鳴き声です: ( (ミー?ン)+|(ツクツク|ホーシ)+|(ジー?)+)">セミの鳴き声</a>,
156+
<a href="javascript:void()" data-regexp="[あ-お]{5} [あ-お]{7} [あ-お]{5}">川柳</a>,
157+
<a href="javascript:void()" data-regexp="(ルイズ!)+((ルイズ!?)+|(ぅ*う*わぁ+あ+ん!+)|あ+[あ…ぁ]+|[うぅ]+)+">ルイズ</a>,
157158
</div>
158159
</form>
159160

0 commit comments

Comments
 (0)