URL decoding: Difference between revisions

m
→‎{{header|ooRexx}}: Regularize non-standard header markup
(→‎{{header|ALGOL 68}}: Note re UTF-8)
m (→‎{{header|ooRexx}}: Regularize non-standard header markup)
Line 995:
- : string = "http://foo bar/"</lang>
 
== {{header|ooRexx}} ==
While the implementation shown for [[#REXX|Rexx]] will also work with ooRexx, this version uses ooRexx syntax to invoke the built-in functions.
<lang ooRexx>/* Rexx */
10,339

edits