Skip to content

Instantly share code, notes, and snippets.

@liuxilu
Created June 19, 2020 11:10
Show Gist options
  • Save liuxilu/037146fa4cf28ba920963d59109087c4 to your computer and use it in GitHub Desktop.
Save liuxilu/037146fa4cf28ba920963d59109087c4 to your computer and use it in GitHub Desktop.
regex for poolmon to table
^ *(\S+) +(Nonp|Paged) +(-?\d+) +\( *(-?\d+)\) +(-?\d+) +\( *(-?\d+)\) +(-?\d+) +(-?\d+) +\( *(-?\d+)\) +(-?\d+)
\1\t\2\t\3\t\4\t\5\t\6\t\7\t\8\t\9\t$10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment