Weather Observation Station 9

  • + 0 comments
    • If you use NOT REGEXP. You just need to use "^" outside the brackets: Not Regexp '^[aeiou]'.
    • If you use only REGEXP. You must add "^" Inside the brackets: Regexp '^[^aeiou]'.