
Track of Regex
magicpang
C->CPP && ->Agile
展开
-
The absolute bare minimum every programmer should know about regular expressions
Wtf is a regular expression?Regular expressions are strings formatted using a special pattern notation that allow you to describe and parse text. Many programmers (even some good ones) disregard regul转载 2008-07-25 08:46:00 · 1072 阅读 · 0 评论 -
Example of "Negative lookahead and lookbehind"
Qustion: Display a large number (like 8927369280) in printed text, it’s often helpful to insert commas between each grouping of three numbers. The rule here is that we want to insert a comma at locat转载 2008-07-08 12:01:00 · 924 阅读 · 1 评论