正则表达式 Booklist

正则表达式 Booklist

正则表达式(Regular Expressions, Regexp or Regex)学习书单:

PS: Regular Expression is not a programming language, but it can work with many programming language and useful tool, such Perl, Python, Java, .Net, sed, awk, grep as well as vim. Regular expression can help a person serach for what they want efficently, especially in manipulating the text, string and characters work.

正则表达式不是一门编程语言,但是它在很多编程语言里面都可以使用,如 Perl、Python、 Java 等,以及很多工具都可以使用,如 grep、find、sed、awk、vim 等。