Skip to content

Instantly share code, notes, and snippets.

@walkerdb
Last active November 21, 2015 23:02
Show Gist options
  • Select an option

  • Save walkerdb/3e68f0501c9b242a3af6 to your computer and use it in GitHub Desktop.

Select an option

Save walkerdb/3e68f0501c9b242a3af6 to your computer and use it in GitHub Desktop.
extent_2_raw_text = "1 oversize volume and 5 motion picture reels"
extent_2_target_output = ["1 oversize volume", "5 motion picture reels"]
split_extent_text = split_extents(extent_2_raw_text)
assert split_extent_text == extent_2_target_output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment