Regular expression: Difference between revisions

Jump to navigation Jump to search
Line 51: Line 51:
</tr>
</tr>
<tr>
<tr>
<td> 任意次的英文和數字文字(不包含空白) <br /> {{kbd | key = <nowiki>[\w]+</nowiki>}}</td>
<td> 任意次的英文、數字和底線符號( _ )文字(不包含空白) <br /> {{kbd | key = <nowiki>[\w]+</nowiki>}} = {{kbd | key = <nowiki>[a-zA-Z0-9_]+</nowiki>}}</td>
<td><span style="background:#C6E3FF">What</span> Does the Fox Say? 12 狐狸怎叫 34</td>
<td><span style="background:#C6E3FF">What</span> Does the Fox Say? 12 狐狸怎叫 34</td>
<td></td>
<td></td>

Navigation menu