Q:

regex min length max length

// Validate string length
/^.{1,35}$/.test(variable) // min - 1, max - 35
2

New to Communities?

Join the community