Any line that has any of the -a-, -b-, -c-, -d-, -e-, -f-, -@- or -.-
Regex: /-[abcdef@.]-/ Input: "ab -q- " Input: "ab -z-a- " Input: "ab -.- " Input: "ab -- "
Regex: /-[a-f@.]-/
Follow me: