Painting Blue Code
Simple, self-explanatory code snippets.
2015-07-28
PYTHON - Extract string content between parenthesis (without regex)
print YOUR_STRING[ YOUR_STRING.find( '(' ) + 1 : YOUR_STRING.find( ')' ) ]
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment