Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    
    __DATA__
    http://www.gmx.de CamelCase/WikiLink [[http://gmx.de][BlubBlub]]
    
  2. or download this
    Pattern:
    (
        (?<named>\[ \[ (?<link>.*?) \] \[ (?<name>.*?) \] \])
    ...
    camel    =>     WikiLink
    blank    =>      
    named    =>     [[http://gmx.de][BlubBlub]]