Function formDecode

Returns the decoded version of a form encoded string.

Form encoding is the same as normal URL encoding, except that spaces are replaced by plus characters.

Prototype

string formDecode(
  string str
);

Authors

Jan Krüger, Sönke Ludwig

Copyright

© 2012-2014 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.