Git Product home page Git Product logo

regexsimplified's Introduction

Have you ever thought regex was hard? Have you ever wished there was an easier way to do it?

Come with me as I teach you how to both be better at regex and also do powerful things by keeping your queries simple. How do we do that? The same way we eat an elephant: one bite at a time.

RegexSimplified

Doing complicated regex work with multiple simple regex matches

Example files end in name.example.txt Matching regex patterns (single vs step) are contained in name.regex.(single|step).txt

Regexes are shown as: Regex -> replacement Note that any replacement surrounded by () is blank, and if there is text in the replacement it is explanatory. ([\w\s]*) is an invalid replacement anyway. In some cases, the grave accent will be used to surround regexes or replacements which start or end with spaces

Useful sites: http://www.regular-expressions.info/ - learning http://regexpal.com/ - testing regexes https://regex101.com/ - testing regexes http://regexper.com/ - visualizing regex http://jsonlint.com/ - validating json (for one example)

regexsimplified's People

Contributors

amarrical avatar

Watchers

James Cloos avatar dcary avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.