Hi

Hmm, I never use transliterate, not exactly surprised , but sadly, PPI::Token::Regexp::Transliterate is not supported by PPIx::Regexp or ppixregexplain

Note to self and maybe rt://PPIx-Regexp, look into this again at a later time

Also curious B::Deparse does a lot of decoding/collapsing of tr, but doesn't offer an expanding :)

" " => "`" # 32 => 96 "!" => "a" # 33 => 97 "\"" => "b" # 34 => 98 "#" => "c" # 35 => 99 "\$" => "d" # 36 => 100 "%" => "e" # 37 => 101 "&" => "f" # 38 => 102 "'" => "g" # 39 => 103 "(" => "h" # 40 => 104 ")" => "i" # 41 => 105 "*" => "j" # 42 => 106 "+" => "k" # 43 => 107 "," => "l" # 44 => 108 "-" => "m" # 45 => 109 "." => "n" # 46 => 110 "/" => "o" # 47 => 111 ":" => "p" # 58 => 112 ";" => "q" # 59 => 113 "<" => "r" # 60 => 114 "=" => "s" # 61 => 115 ">" => "t" # 62 => 116 "?" => "u" # 63 => 117 "\@" => "v" # 64 => 118 "[" => "w" # 91 => 119 "\\" => "x" # 92 => 120 "]" => "y" # 93 => 121 "^" => "z" # 94 => 122 "_" => "{" # 95 => 123 "`" => "/" # 96 => 47 "{" => "\"" # 123 => 34 "|" => " " # 124 => 32 "}" => "\\" # 125 => 92 undef => "-" # => 45

m{[ -/][:-@][[-`][{-}]}; m{[`-{]/" \-};

In reply to Re: Please, help understanding y/// transliteration in this example (DON'T TRY executing oneliner)(ppix regexp explainer) by Anonymous Monk
in thread Please, help understanding y/// transliteration in this example (DON'T TRY executing oneliner) by igoryonya

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.