Skip to content

Instantly share code, notes, and snippets.

@rickhull
Created June 21, 2013 22:56
Show Gist options
  • Save rickhull/f7b43fac3344076d2242 to your computer and use it in GitHub Desktop.
Save rickhull/f7b43fac3344076d2242 to your computer and use it in GitHub Desktop.
txt = '<LOOPBACK,UP,LOWER_UP> mtu'
rgx = %r{<([A-Z,]+)>\smtu}
txt.match(rgx)
#=> nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment