Thread
:
RegEx question about repeating
View Single Post
03-17-2015, 09:25 PM
#
13
eschwartz
Ex-Helpdesk Junkie
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
r'''something''' -- see:
https://docs.python.org/2.0/ref/strings.html
.format()
acts on a string, and takes x arguments. For each argument, insert the value into the original string, replacing {n}.
eschwartz
View Public Profile
Find More Posts by eschwartz
Track Posts by eschwartz via RSS