I've been trying hard to solve a problem using Js. I must define a function using RegExp that allows only 3 char words in which:
The first two characters must be between a-z, excluding b
The last character must be z or v
Tried to build many expressions but none of them seemed to work.
Help pls :c