Public Instance Methods : String

* sstUrlDecode
	"ACTION
		Decode the receiver, assumed to be in x-www-url-encoding.

	RETURN VALUE
		<instance of self>"
Categories
	SST-API Developer
* sstUrlEncode
	"ACTION
		Answer the receiver encoded in x-www-form-urlencoded format.

	RETURN VALUE
		<instance of self>"
Categories
	SST-API Developer
* sstUrlEncodeOn: stream
	"ACTION
		Encode the receiver in x-www-form-urlencoded on @stream.

	PARAMETERS
		stream : <WriteableStream>"
Categories
	SST-API Developer

[FIRST] [PREV] [NEXT] [LAST]