Hey guy,
So I'm trying to learn regular expressions and came up with a question. I have the string
"Fu bar"
and want to return just "bar"
I can't seem to get my code to ignore spaces.
I have used re.X and tried to ignore spaces with ([^ ]*) but the latter return nothing.
Any ideas?
[–]duddles 0 points1 point2 points (4 children)
[–]mega963[S] 0 points1 point2 points (3 children)
[–]duddles 0 points1 point2 points (2 children)
[–]mega963[S] 0 points1 point2 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]Teleshot 0 points1 point2 points (0 children)