NewMonarch (owner)

Revisions

gist: 26725 Download_button fork
public
Public Clone URL: git://gist.github.com/26725.git
Embed All Files: show embed
Text #
1
2
3
4
5
6
7
str = "So don't return this (but do return this)"
start = str.index("(")+1
stop = str.rindex(")")-1
str[start..stop]