Skip to content

Instantly share code, notes, and snippets.

@ShimmerFairy
Last active August 29, 2015 14:00
Show Gist options
  • Save ShimmerFairy/4fc6654c1fe0b43c0796 to your computer and use it in GitHub Desktop.
Save ShimmerFairy/4fc6654c1fe0b43c0796 to your computer and use it in GitHub Desktop.
Simple link parser, for fun
$ perl6 wltest.p6
「[[abcde]] and [[f ghi j]] are on the [[APPLE ][]]」
wikilink => 「abcde」
wikilink => 「f ghi j」
wikilink => 「APPLE ][」
Unencoded:
http://tcrf.net/abcde
http://tcrf.net/f_ghi_j
http://tcrf.net/APPLE_][
Encoded:
http://tcrf.net/abcde
http://tcrf.net/f_ghi_j
http://tcrf.net/APPLE_%5D%5B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment