Find URI in text: Difference between revisions

Content added Content deleted
m (→‎{{header|Pike}}: line break)
m (how does mediawiki handle the )?)
Line 21: Line 21:
=={{header|Pike}}==
=={{header|Pike}}==
<lang Pike>string uritext = "this URI contains an illegal character, parentheses and a misplaced full stop:"
<lang Pike>string uritext = "this URI contains an illegal character, parentheses and a misplaced full stop:"
"http://en.wikipedia.org/wiki/Erich_Kästner_(camera_designer). (which is handled by http://mediawiki.org).";
"http://en.wikipedia.org/wiki/Erich_Kästner_(camera_designer). (which is handled by http://mediawiki.org/).";


array find_uris(string uritext)
array find_uris(string uritext)