Commit Graph

13 Commits

Author SHA1 Message Date
Rico Sta. Cruz 7010476b4f
Merge pull request #1234 from ashur1k/patch-1
Update regexp.md
2019-12-24 22:07:42 +11:00
Rico Sta. Cruz 35b6899663 Update formatting 2019-11-17 17:01:11 +11:00
Martin Stühmer 1a17fe6148 Added match a single character that is not contained within the brackets. For example, [^abc]
Matches a single character that is not contained within the brackets. For example, [^abc] matches any character other than "a", "b", or "c". [^a-z] matches any single character that is not a lowercase letter from "a" to "z". Likewise, literal characters and ranges can be mixed.
2019-11-17 17:01:11 +11:00
Rico Sta. Cruz df11d9ed8b
Update regexp.md 2019-10-15 20:24:15 +11:00
ashur1k 41babf9c07
Update regexp.md
Added patterns of groups.
2019-10-14 11:27:55 +03:00
Rico Sta. Cruz f79ab86a2c
regexp: Update formatting 2019-03-24 07:38:52 +08:00
Rico Sta. Cruz aaa1f64e65
Merge branch 'pr-975' 2019-03-24 07:35:57 +08:00
Will Ware a75bec82da
"not digit" => "d" is upper case? 2019-01-08 12:05:23 -05:00
David Winterstein 4f0fb36e6d
regexp.md - add {,x} character class 2019-01-04 14:49:58 +01:00
chad d 26c6ed30ad Regexp cleanup 2018-12-06 15:19:55 -07:00
Rizqy Hidayat 15f8649fd9 Update regexp basic cheatsheets (#906) 2018-12-06 15:17:16 -07:00
Rico Sta. Cruz 95835808d0 Add categories 2015-11-24 10:57:56 +11:00
Rico Sta. Cruz 70ea6d8bed . 2014-02-25 18:32:14 +08:00