Forum Moderators: open
pattern="pattern="^[/].+{1,128}"" https://www.w3.org/TR/html52/sec-forms.html#the-pattern-attribute followed by hasty edit :: pattern="^\/.{1,127}$" This is HTML5 thoughYup, that’s why I had to take a quick look at the docs. It’s part of the new expanded Forms* section. But it does say plainly that the pattern is a Regular Expression, even if they don’t deign to spell out exactly which syntax they use. So whether you like it or not, you’re using a RegEx ;)