Automatically set text box to Uppercase, Support alphabet and Number only?

<input type="text" oninput="this.value=this.value.replace(/[^A-Z0-9]/gi,'').toUpperCase()">

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *