Important: Without a not operator
I need to select everything that this regex doesnt match
/^(http(s)??\:\/\/)?(www\.)?((youtube\.com\/watch\?v=)|(youtu.be\/))([a-zA-Z0-9\-_])+/gm
This shouldnt match (this is what is currently being matched): https://www.youtube.com/watch?v=OsCfufAp2tM
This should match (this is what currently isnt being matched): randomwords