User Tools

Site Tools


regex_notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

regex_notes [2020/12/15 03:53] – created rajuregex_notes [2021/05/11 22:17] (current) admin
Line 1: Line 1:
 +==== sample commands ====
 +<code>
 + % git grep -i --all-match -e "df.*-sh"
 +debian.txt:PDF Arranger was formerly known as PDF-Shuffler.
 +</code>
 +
 ==== external links ==== ==== external links ====
   * https://amitness.com/regex/ - nice intro level tutorial on regex. It talks about regex first and then touches the functions in python's re module. Easy to read and follow along.   * https://amitness.com/regex/ - nice intro level tutorial on regex. It talks about regex first and then touches the functions in python's re module. Easy to read and follow along.
   * regex cheatsheet - http://www.rexegg.com/regex-quickstart.html   * regex cheatsheet - http://www.rexegg.com/regex-quickstart.html
  
regex_notes.1608004408.txt.gz · Last modified: 2020/12/15 03:53 by raju