Find URI in text: Difference between revisions

Content added Content deleted
m (→‎{{header|Pike}}: line break)
Line 20: Line 20:


=={{header|Pike}}==
=={{header|Pike}}==
<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).";
<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).";


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