Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    my $want = $have =~ s{\|[^|]*\|}{ $& =~ tr/*/-/r }ger;
    
    print "$have\n$want";
    
  2. or download this
    # turn * into - within |...| regions
    A |simple*example| is |so*simple| to come*up |with
    ...
    # turn * into - within |...| regions
    A |simple-example| is |so-simple| to come*up |with
    these-days|