I need regular expression for allow only letters,numbers and white space but not allow special characters This is my code
<input type="text" name="station_name" class="form-control" data-validation="required" data-validation-regexp="/^[a-zA-Z ]*$/" data-validation-error-msg="Please enter the valid Station Name" maxlength="50" value="<?php echo $shop_name;?>">