Monks, asking for some guidance on a regex. . I'm trying to do format validation with a cgi script on an item passed back from the form.
The info needs to be entered in form: Any3Characters Underscore AnyCombo of characters ending in underscore ear, so:
..._*_ear ; example: abc_test_test_ear or abc_test_ear
This is somewhat working but not really what I want: