afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [personal profile] afuna_archive 2007-12-01 06:47 pm (UTC)

*grins*

Replacing "+" with " " is a bit more complicated, and would (I think) involve going through the entire string character by character and then replacing the "+" if you see it.

Hmm. Maybe not as complicated as I thought:

var string tag_name = "";
foreach var string c($tag_from_url) { $tag_name = $tag_name + (($c == "+") ? " " : $c);}

Post a comment in response:

This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting