Skip to content

Instantly share code, notes, and snippets.

Created April 19, 2016 09:44
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 anonymous/9a46aad54f41a0f1cef136c54187e910 to your computer and use it in GitHub Desktop.
Save anonymous/9a46aad54f41a0f1cef136c54187e910 to your computer and use it in GitHub Desktop.
@extracted_names = []
index = 0
while (m = name_list.match(name_regex, index))
@extracted_names.push(m)
index = m.end(0)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment