Commit Graph

24 Commits

Author SHA1 Message Date
Rico Sta. Cruz 511de900ba
Formatting updates (#2133)
- Update some sheets which have very long sections
- Remove `layout: 2017/sheet` (everything has the same layout now)
- Remove outdated sheets
2024-04-03 18:30:24 +11:00
Yudai Takada e8bfec363f
Fix some typos (#2121)
* mispelling ==> misspelling

* boundry ==> boundary

* Subsituted ==> Substituted

* expresion ==> expression

* bandwith ==> bandwidth

* Contstructor ==> Constructor

* chaning ==> changing

* retrive ==> retrieve

* mached ==> matched

* devlopment ==> development

* inheritence ==> inheritance

* browers ==> browsers

* avalible ==> available

* funciton ==> function

* calulate ==> calculate
2024-03-22 08:53:26 +11:00
Xinpeng Wei 859d8e4f0b
fix: make the meaning of ^ and $ more precise (#1905)
* make the meaning of ^ and $ more clear

^ and $ work differently in multi-line pattern which are different from \A and \Z.

* Update regexp.md

Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2022-12-02 20:16:09 +11:00
original-taste 09d5779281
added capturing group reference term (#1896) 2022-10-30 23:27:48 +11:00
Rico Sta. Cruz 360bb87287 Cleanup: update timestamps of files 2020-07-04 23:33:09 +10:00
knw257 69ebb03cca
Added [:print:] class to character classes 2020-03-10 11:28:27 -04:00
Rico Sta. Cruz 46dd46edf1
Merge branch 'master' into feature/update-regexp 2020-01-01 10:06:49 +11:00
Rico Sta. Cruz b3a27632df
Update regexp.md 2020-01-01 10:06:17 +11:00
Rico Sta. Cruz 1d4e572260
Merge branch 'master' into master 2019-12-25 19:10:46 +11:00
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
kolapsys b7510ac455 Update 'Anchors' in regexp basic cheatsheets 2019-10-24 15:28:41 +03: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
is 8769155f5e update regexp 2019-10-04 21:59:58 -04: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