javascript regular expression delete vovels code example Example: remove vowels from string javascript str = str.replace( /[aeiou]/ig, '' )