Du skal blot opbygge korrekt regex
pattern "/A AND B/"
pattern "/NOT (NOT A OR NOT B)/"
Regex:
"/^(^A|^B)/"
Eller denne
/(?=.*word1)(?=.*word2)/
Du skal blot opbygge korrekt regex
pattern "/A AND B/"
pattern "/NOT (NOT A OR NOT B)/"
Regex:
"/^(^A|^B)/"
Eller denne
/(?=.*word1)(?=.*word2)/