Starts with: abc Ends with: xyz Contains: 123 Doesn't contain: 456 OR /^abc|xyz$|123|^(?:(?!456).)*$/ AND /^(?=^abc)(?=.*xyz$)(?=.*123)(?=^(?:(?!456).)*$).*$/