View Single Post
Old 12-06-2012, 12:51 PM   #5
mykalberta
Franchise Player
 
mykalberta's Avatar
 
Join Date: Aug 2005
Location: Calgary
Exp:
Default

We tried that, the default for split() removes whitespaces and \n, if you replace then it wont remove the whitespaces and \n

If we replace () with (' community ') then we get something weird like this:

Orig Data
JamesPuck community Evergreen
RobNewsome community Varsity

split() = 'JamesPuck', 'community', 'Evergreen', 'RobNewsome', 'Community', 'Varsity'
split(' community ') = 'JamesPuck ',' Evergreen/nRobNewsome ',' Varsity/n'
__________________
MYK - Supports Arizona to democtratically pass laws for the state of Arizona
Rudy was the only hope in 08
2011 Election: Cons 40% - Nanos 38% Ekos 34%
mykalberta is offline   Reply With Quote