regex for not start with 'the' or end with 'form'. The input may have the or end form. eg:
the test3211 form - valid
the test22 - not valid
test34 - valid
test55 form - not valid
The regex i tried ^the.*form$
regex for not start with 'the' or end with 'form'. The input may have the or end form. eg:
the test3211 form - valid
the test22 - not valid
test34 - valid
test55 form - not valid
The regex i tried ^the.*form$