Skip to content

Instantly share code, notes, and snippets.

@guaracy
Created February 23, 2017 17:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guaracy/04e121fec317647d1de0feda4a6deef8 to your computer and use it in GitHub Desktop.
Save guaracy/04e121fec317647d1de0feda4a6deef8 to your computer and use it in GitHub Desktop.
Red []
page: read %page.txt
rule: [
collect any [
collect [
keep to tab
skip keep to tab
thru "+"
any ["0" skip] keep to sp
thru "(" keep to ")"
thru newline
]
]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment