HTML input field non-white spacing validation

In certain situations, there comes some validation to disallow white spaces in input filled. The below-given regex can use for such validation. The above-given Regex shows invalid if, there exists any white space in the input field value. If you want to validate the non-whitespace only for the starting and ending position of the input… Continue reading HTML input field non-white spacing validation