Skip to content

Instantly share code, notes, and snippets.

@dwnoble
Created February 23, 2012 20:01
Show Gist options
  • Save dwnoble/1894791 to your computer and use it in GitHub Desktop.
Save dwnoble/1894791 to your computer and use it in GitHub Desktop.
Regex for removing all lines in a file that do not contain Spanish characters
s/^[^áÁéÉíÍóÓúÚñÑüÜ]*$//g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment