Tip: Click lines to highlight, hold ctrl/cmd to multi-select
http://codedumper.com/utopo (30-Jun @ 14:43)
Syntax Highlighted Code
- import re
- str = "* will * there."
- all = re.findall("\*", str)
Plain Code
import re
str = "* will * there."
all = re.findall("\*", str)