GithubHelp home page GithubHelp logo

pyregex's Introduction

Purpose: Regular Expression Interactive Tool written in Python to visually verify pattern and actions. Regular Expression Quick Reference Guide is a 2 page PDF document that contains all the rules of Python Regular Expression Language and re module methods and features.

Developed and tested with Anaconda Python.Newer versions of Anaconda distribution has PyQt5 by default. If for any reason, PyQt4 import fails on anaconda, please install PyQt4 using this command: conda install PyQt=4. (Thank you Daniel for the tip)

Distributed as part of Python Regular Expressions Course: https://www.udemy.com/python-regular-expressions/?couponCode=PYREGEX

License: GNU General Public License, version 3 (GPL-3.0) https://opensource.org/licenses/GPL-3.0

Video Tutorial: https://youtu.be/Fkc-9iEhMKM

To run: python LearnRegex.py (on Python 3.x version)

or

python LearnRegex2.7.py (on Python 2.7 version)

Usage: Pattern - Specify pattern here Replacement Pattern - Specify replacement text or pattern (to be used with Replace button) Text - Text on which to look for Pattern Result - Output of the operation

Actions Match - Find the first match Next Match - Find subsequent matches Replace - Replace matches with specified Replacement Pattern Split - Split text based on Pattern

For comments/feedback: http://www.c2designs.cloud/2016/07/python-regex-interactive-tool.html

pyregex's People

Contributors

chandralingam avatar

Watchers

James Cloos avatar Vijay 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.