Commit graph

180 commits

Author SHA1 Message Date
Lavrentiy Rubtsov
d9ab4cf2bc
👾 smth 2022-06-07 17:33:09 +06:00
Lavrentiy Rubtsov
61888a265d
👾 fix typo 2022-06-07 17:29:50 +06:00
Dan Wallis
6af9a2e2a4
Correct mis-use of "it's" 2022-04-13 11:44:21 +01:00
Ilya Kantor
d5128182a5 minor fixes 2022-01-21 10:45:48 +03:00
Ilya Kantor
c5358c5949 themable pictures 2021-12-12 22:53:17 +03:00
Ilya Kantor
9fcffe1692 minor fixes 2021-11-01 21:18:36 +03:00
Ilya Kantor
be69f349d0 minor fixes 2021-11-01 21:18:23 +03:00
Ilya Kantor
cc18823108 minor fixes 2021-11-01 20:57:19 +03:00
Ilya Kantor
6989312841 closes #2752 2021-10-25 23:06:58 +03:00
Ilya Kantor
ee5853d724
Merge pull request #2604 from odsantos/regex-methods
Fix typo.
2021-06-13 11:04:28 +03:00
Ilya Kantor
5f927bd7dc
Merge pull request #2611 from AhmedElaguab/master
Fix typo
2021-06-13 11:02:45 +03:00
Ilya Kantor
581117ffe0
Merge pull request #2621 from leviding/patch-36
FIX: The range of hexadecimal numbers is 0-9 or A-F
2021-06-13 10:47:51 +03:00
Ilya Kantor
54ff266be7
Merge pull request #2623 from joaquinelio/patch-9
typo
2021-06-13 10:47:26 +03:00
joaquinelio
0e49461c92
typpo 2021-06-10 00:02:47 -03:00
joaquinelio
68172cc9c4
typo 2021-06-10 00:00:57 -03:00
LeviDing
52cb884565
Update article.md 2021-06-07 23:58:40 +08:00
Ahmed Elaguab
f8313dc936
Update article.md 2021-05-28 16:53:44 +01:00
Osvaldo Dias dos Santos
11e08904f9 Fix typo. 2021-05-16 14:06:13 +01:00
joaquinelio
fafab82e8a
typo 2021-05-15 00:16:49 -03:00
joaquinelio
6de9d70114
typo 2021-04-11 01:37:21 -03:00
joaquinelio
f452810885
typo 2021-03-02 10:28:52 -03:00
Ilya Kantor
f6ae0b5a5f minor fixes 2021-02-28 22:24:46 +03:00
Ilya Kantor
354c633803
Merge pull request #2445 from msisaifu/fix-typo
fix typo
2021-01-21 22:52:20 +03:00
joaquinelio
bdb19f681e
too wordy explanation 2021-01-17 20:00:35 -03:00
Saiful
0f65c3986f the type name is lookbehind instead of lookahead 2021-01-17 18:08:55 +06:00
Saiful
37c906ca56 fix typo 2021-01-17 10:20:15 +06:00
Ilya Kantor
6418344d59 closes #2411 2020-12-31 14:42:56 +03:00
Pano Papadatos
37e51e0d13
Typo "in any *of* language" 2020-12-13 13:35:25 -05:00
Ilya Kantor
c275ba48b6 closes #2382 2020-12-13 21:17:05 +03:00
Ilya Kantor
fd2e83c6a3
Merge pull request #2368 from vsemozhetbyt/patch-1
Fix confusing wording in 9.6 (Word boundary: \b)
2020-12-13 20:29:03 +03:00
Ilya Kantor
0543fee98d
Merge pull request #2369 from vsemozhetbyt/patch-3
Fix typo in 9.7 (Escaping, special characters)
2020-12-13 20:28:47 +03:00
Ilya Kantor
76f07329c6
Merge pull request #2370 from vsemozhetbyt/patch-4
Fix typo in 9.8 task solution (Sets and ranges [...])
2020-12-13 20:28:35 +03:00
Ilya Kantor
985dedbefd
Merge pull request #2371 from vsemozhetbyt/patch-5
Update support note in 9.8 (Sets and ranges [...])
2020-12-13 20:28:22 +03:00
Ilya Kantor
a1736bd757
Merge pull request #2372 from vsemozhetbyt/9.10
Fix typos in 9.10 (Greedy and lazy quantifiers)
2020-12-13 20:27:24 +03:00
Ilya Kantor
e1cb0f8690
Merge pull request #2373 from vsemozhetbyt/9.11
Fix typos in 9.11 (Capturing groups)
2020-12-13 20:24:53 +03:00
Ilya Kantor
aae708dacc
Merge pull request #2374 from vsemozhetbyt/patch-6
Fix typos in 9.13 (Alternation (OR) |)
2020-12-13 20:24:22 +03:00
Ilya Kantor
093dfe4c6f
Merge pull request #2375 from vsemozhetbyt/patch-7
Correct example in 9.14 (Lookahead and lookbehind)
2020-12-13 20:23:33 +03:00
Ilya Kantor
c59c9e8172
Merge pull request #2376 from vsemozhetbyt/patch-8
Make solution in 9.14 safer
2020-12-13 20:21:27 +03:00
Ilya Kantor
4e1ab89ea0
Merge pull request #2378 from vsemozhetbyt/patch-9
Fix typo, clarify wording in 9.15 (Catastrophic backtracking)
2020-12-13 20:16:55 +03:00
Ilya Kantor
f716a917bc minor fixes 2020-12-13 20:16:17 +03:00
Ilya Kantor
27c30303fa minor fixes 2020-12-13 20:15:24 +03:00
Ilya Kantor
19d1e33263
Merge pull request #2379 from vsemozhetbyt/patch-10
Update support note in 9.15 (Catastrophic backtracking)
2020-12-13 20:10:08 +03:00
Ilya Kantor
16fda1bed2
Merge pull request #2381 from vsemozhetbyt/patch-11
Fix typo in 9.16 (Sticky flag "y"...)
2020-12-13 20:08:35 +03:00
Ilya Kantor
92cdba0a00
Merge pull request #2383 from vsemozhetbyt/patch-12
Fix typo in 9.17 (Methods of RegExp and String)
2020-12-13 20:08:22 +03:00
Ilya Kantor
ba5ebbc5f6
Merge pull request #2363 from vsemozhetbyt/patch-2
Fix some issues in 9.2 (Character classes)
2020-12-13 20:07:53 +03:00
Vse Mozhe Buty
a8c22e92e6
Fix typo in 9.17 (Methods of RegExp and String) 2020-12-11 00:40:16 +02:00
Vse Mozhe Buty
04ce7283ad
Fix typo in 9.16 (Sticky flag "y"...) 2020-12-10 20:42:09 +02:00
Vse Mozhe Buty
4512a02fd0 Update support note in 9.15 (Catastrophic backtracking)
Refs: https://bugs.chromium.org/p/v8/issues/detail?id=10765
Refs: https://bugs.chromium.org/p/v8/issues/detail?id=11021

Can be tested in the Goole Chrome Beta, Dev, and Canary branches now,
as well as in the Node.js v8-canary branch.
2020-12-10 17:01:43 +02:00
Vse Mozhe Buty
e5d1c02628
Fix typo, clarify wording in 9.15 (Catastrophic backtracking) 2020-12-10 16:00:34 +02:00
Vse Mozhe Buty
20916d9dc7 Make solution in 9.14 safer
As the task uses multiline HTML
and the note at the end suggests using `s` flag,
the lazy quantifier would be safer.
2020-12-10 00:23:16 +02:00