/^hello.../ #### / (?! # fail to match if you find ( .* # zero or more characters Ga # followed by "Ga" ) # ) /x #### /^hello(?!.*Ga)/