Patterns - The Regex App

Patterns - The Regex App

By Nikolai Krill

  • Categoria: Developer Tools
  • Data Rilascio: 2011-04-07
  • Versione Attuale: 1.3
  • Adult Rating: 4+
  • Dimensione File: 1.07 MB
  • Sviluppatore: Nikolai Krill
  • Compatibilità: Richiede iOS 10.7 o successivo.

Descrizione

Patterns is the ultimate tool for working with regular expressions. Build great patterns quickly and effortlessly with regex syntax highlighting, live match view, replace mode, built-in quick reference, and much more. Whether you're new to regex and ready to learn, or a seasoned regex wizard looking to save valuable time, Patterns is the tool for the job. FEATURES: - Regular expression syntax highlighting makes it easy to see how your pattern is interpreted by the regex engine. No more confusion about what needs to be escaped. - The Matches view lets you inspect all matches and captured text produced by your regex, alongside your search text. Clicking on a match or group highlights both the matched search text and the specific portion of your regex that produced the match or capture. - See matches, replacements, and filter results in real time while you edit your pattern. - Use the Copy Code feature to quickly export your pattern for use in a number of different programming languages. - The built-in regular expression quick reference sheet helps you learn and expand your knowledge of regex syntax. - Customize the regex engine for different regex "flavors". Supported flavors are: Oniguruma, POSIX Basic (BRE), POSIX Extended (ERE), Perl (PCRE), emacs, Java, Ruby, bash, grep, and sed.

Screenshots

Recensioni

  • plese reduce font!!!

    4
    By MarcoScala
    Nice app, works really fine and useful for checking regex with several capture groups or fields extraction, event with names (using the "(?….)” syntax ) that you can check with the “replaca” tab. Actually the only problem is the fixed font, really big…. but works fine!
  • Missing important feature

    2
    By Viames
    I use regexp in PHP scripts in order to match and get part of text within brackets. "Reggy" (a free app) show matched parts by code in brackets with a different colour. In "Patterns" app I can see if everything matches, but the match into brackets. For ex. #
    ([[:digit:]]+)
    #, will enlight the whole div tag, but the digits expected within the brackets in a different way. Also, I use very large regexp (10+ rows), so I would like to make the regexp font smaller.

keyboard_arrow_up