Help for this page

Select Code to Download


  1. or download this
    my $regex = qr{
        (?<intplus> (?&INT) (?&SOMETHING)+ (?&QUOT)? )
    ...
                \/(?:E?[ABCD][XHL]|E?[SD]I|E?[SB]P|[DESC]S)=[0-9A-Fa-f]{2,
    +}[Hh]? )
        )
    }x;