Terry Scott <[EMAIL PROTECTED]> added the comment:
Benjamin,
Thanks. The documentation cleared this up for me. Thanks.
Terry
On Mon, 13 Oct 2008, Benjamin Peterson wrote:
>
> Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
>
>
> --
> resolution: ->
Terry Scott <[EMAIL PROTECTED]> added the comment:
Tim,
Duh, thanks sorry I didn't check the documentation. Thanks.
Terry
On Mon, 13 Oct 2008, Tim Gordon wrote:
>
> Tim Gordon <[EMAIL PROTECTED]> added the comment:
>
> This is the intended behaviour. See
>
New submission from Terry Scott <[EMAIL PROTECTED]>:
x = "Four score and seven"
x.split() => ["Four", "score", "and", "seven"]
x.split(" ") => ["Four", "score", " ", "and&qu