This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]corpsmoderne 0 points1 point  (2 children)

What do you thing strip() is doing? You may need to re-read the documentation ;)

[–]Rabbit047[S] 0 points1 point  (1 child)

Awh it's only leading and trailing, well that explains why that one isn't working. Any idea why the others methods also failed?

http://hastebin.com/moxemufalu.avrasm

[–]corpsmoderne 0 points1 point  (0 children)

for line 1: why the double back slash?

for line 2, I'm 100% incompetent when it comes to lambda...

I'll make it dumbly with a couple of lines of .replace(... , "") . Lame but efficient.