295 links
  • Mind sticky
  • Home
  • Login
  • RSS Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
2 results for tags perl x
  • OverAPI.com | Collecting all the cheat sheets
    Un site F-A-B-U-L-E-U-X qui regroupe des mémos sur des centaines de soft/langages.

    A garder sous le coude impérativement !

    Via @nicosomb
    Fri 21 Mar 2014 12:29:44 PM UTC - permalink -
    QR-Code
    - http://overapi.com/
    humor java javascript jquery linux memo mysql oracle perl ruby sql unix
  • YAPE::Regex::Explain - search.cpan.org
    Explication avec des mots d'expression régulière :

    Par exemple :

    The regular expression:

    (?-imsx:/(?!1111)\d{4}/)

    matches as follows:

    NODE                     EXPLANATION
    ----------------------------------------------------------------------
    (?-imsx:                 group, but do not capture (case-sensitive)
                            (with ^ and $ matching normally) (with . not
                            matching \n) (matching whitespace and #
                            normally):
    ----------------------------------------------------------------------
     /                        '/'
    ----------------------------------------------------------------------
     (?!                      look ahead to see if there is not:
    ----------------------------------------------------------------------
       1111                     '1111'
    ----------------------------------------------------------------------
     )                        end of look-ahead
    ----------------------------------------------------------------------
     \d{4}                    digits (0-9) (4 times)
    ----------------------------------------------------------------------
     /                        '/'
    ----------------------------------------------------------------------
    )                        end of grouping
    ----------------------------------------------------------------------
    Wed 31 Jul 2013 09:28:43 AM UTC - permalink -
    QR-Code
    - http://search.cpan.org/~gsullivan/YAPE-Regex-Explain-4.01/Explain.pm
    explain perl regex
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, no-database delicious clone by the Shaarli community - Help/documentation