我必须验证一个文本框,它只允许10个字符的字符串和特殊字符(例如Boot.js,image.jpeg)
我使用了以下模式但不允许使用boot.js,image.jpeg文本。
<input class="k-textbox" data-bind="value:FileName" id="FileName" name="FileName" type="text" value="" pattern="^7.{9}$" title="The field FileName must be a string or array type with a maximum length of '10'">