feat(curriculum): restore seed + solution to Chinese (#40683)
* feat(tools): add seed/solution restore script * chore(curriculum): remove empty sections' markers * chore(curriculum): add seed + solution to Chinese * chore: remove old formatter * fix: update getChallenges parse translated challenges separately, without reference to the source * chore(curriculum): add dashedName to English * chore(curriculum): add dashedName to Chinese * refactor: remove unused challenge property 'name' * fix: relax dashedName requirement * fix: stray tag Remove stray `pre` tag from challenge file. Signed-off-by: nhcarrigan <nhcarrigan@gmail.com> Co-authored-by: nhcarrigan <nhcarrigan@gmail.com>
This commit is contained in:
committed by
GitHub
parent
0095583028
commit
ee1e8abd87
@@ -3,6 +3,7 @@ id: 587d7dba367417b2b2512ba8
|
||||
title: Check for All or None
|
||||
challengeType: 1
|
||||
forumTopicId: 301338
|
||||
dashedName: check-for-all-or-none
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
@@ -3,6 +3,7 @@ id: 5c3dda8b4d8df89bea71600f
|
||||
title: Check For Mixed Grouping of Characters
|
||||
challengeType: 1
|
||||
forumTopicId: 301339
|
||||
dashedName: check-for-mixed-grouping-of-characters
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
@@ -3,6 +3,7 @@ id: 587d7db4367417b2b2512b92
|
||||
title: Extract Matches
|
||||
challengeType: 1
|
||||
forumTopicId: 301340
|
||||
dashedName: extract-matches
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
@@ -3,6 +3,7 @@ id: 587d7db6367417b2b2512b9b
|
||||
title: Find Characters with Lazy Matching
|
||||
challengeType: 1
|
||||
forumTopicId: 301341
|
||||
dashedName: find-characters-with-lazy-matching
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
@@ -3,6 +3,7 @@ id: 587d7db4367417b2b2512b93
|
||||
title: Find More Than the First Match
|
||||
challengeType: 1
|
||||
forumTopicId: 301342
|
||||
dashedName: find-more-than-the-first-match
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
@@ -3,6 +3,7 @@ id: 587d7db7367417b2b2512b9c
|
||||
title: Find One or More Criminals in a Hunt
|
||||
challengeType: 1
|
||||
forumTopicId: 301343
|
||||
dashedName: find-one-or-more-criminals-in-a-hunt
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
@@ -3,6 +3,7 @@ id: 587d7db4367417b2b2512b91
|
||||
title: Ignore Case While Matching
|
||||
challengeType: 1
|
||||
forumTopicId: 301344
|
||||
dashedName: ignore-case-while-matching
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
@@ -3,6 +3,7 @@ id: 587d7db4367417b2b2512b90
|
||||
title: Match a Literal String with Different Possibilities
|
||||
challengeType: 1
|
||||
forumTopicId: 301345
|
||||
dashedName: match-a-literal-string-with-different-possibilities
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
@@ -3,6 +3,7 @@ id: 587d7db7367417b2b2512b9f
|
||||
title: Match All Letters and Numbers
|
||||
challengeType: 1
|
||||
forumTopicId: 301346
|
||||
dashedName: match-all-letters-and-numbers
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
@@ -3,6 +3,7 @@ id: 587d7db8367417b2b2512ba1
|
||||
title: Match All Non-Numbers
|
||||
challengeType: 1
|
||||
forumTopicId: 301347
|
||||
dashedName: match-all-non-numbers
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
@@ -3,6 +3,7 @@ id: 5d712346c441eddfaeb5bdef
|
||||
title: Match All Numbers
|
||||
challengeType: 1
|
||||
forumTopicId: 18181
|
||||
dashedName: match-all-numbers
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
@@ -3,6 +3,7 @@ id: 587d7db5367417b2b2512b94
|
||||
title: Match Anything with Wildcard Period
|
||||
challengeType: 1
|
||||
forumTopicId: 301348
|
||||
dashedName: match-anything-with-wildcard-period
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
@@ -3,6 +3,7 @@ id: 587d7db7367417b2b2512b9d
|
||||
title: Match Beginning String Patterns
|
||||
challengeType: 1
|
||||
forumTopicId: 301349
|
||||
dashedName: match-beginning-string-patterns
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
@@ -3,6 +3,7 @@ id: 587d7db6367417b2b2512b99
|
||||
title: Match Characters that Occur One or More Times
|
||||
challengeType: 1
|
||||
forumTopicId: 301350
|
||||
dashedName: match-characters-that-occur-one-or-more-times
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
@@ -3,6 +3,7 @@ id: 587d7db6367417b2b2512b9a
|
||||
title: Match Characters that Occur Zero or More Times
|
||||
challengeType: 1
|
||||
forumTopicId: 301351
|
||||
dashedName: match-characters-that-occur-zero-or-more-times
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
@@ -3,6 +3,7 @@ id: 587d7db7367417b2b2512b9e
|
||||
title: Match Ending String Patterns
|
||||
challengeType: 1
|
||||
forumTopicId: 301352
|
||||
dashedName: match-ending-string-patterns
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
@@ -3,6 +3,7 @@ id: 587d7db8367417b2b2512ba0
|
||||
title: Match Everything But Letters and Numbers
|
||||
challengeType: 1
|
||||
forumTopicId: 301353
|
||||
dashedName: match-everything-but-letters-and-numbers
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
@@ -3,6 +3,7 @@ id: 587d7db5367417b2b2512b96
|
||||
title: Match Letters of the Alphabet
|
||||
challengeType: 1
|
||||
forumTopicId: 301354
|
||||
dashedName: match-letters-of-the-alphabet
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
@@ -3,6 +3,7 @@ id: 587d7db3367417b2b2512b8f
|
||||
title: Match Literal Strings
|
||||
challengeType: 1
|
||||
forumTopicId: 301355
|
||||
dashedName: match-literal-strings
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
@@ -3,6 +3,7 @@ id: 587d7db9367417b2b2512ba4
|
||||
title: Match Non-Whitespace Characters
|
||||
challengeType: 1
|
||||
forumTopicId: 18210
|
||||
dashedName: match-non-whitespace-characters
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
@@ -3,6 +3,7 @@ id: 587d7db5367417b2b2512b97
|
||||
title: Match Numbers and Letters of the Alphabet
|
||||
challengeType: 1
|
||||
forumTopicId: 301356
|
||||
dashedName: match-numbers-and-letters-of-the-alphabet
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
@@ -3,6 +3,7 @@ id: 587d7db5367417b2b2512b95
|
||||
title: Match Single Character with Multiple Possibilities
|
||||
challengeType: 1
|
||||
forumTopicId: 301357
|
||||
dashedName: match-single-character-with-multiple-possibilities
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
@@ -3,6 +3,7 @@ id: 587d7db6367417b2b2512b98
|
||||
title: Match Single Characters Not Specified
|
||||
challengeType: 1
|
||||
forumTopicId: 301358
|
||||
dashedName: match-single-characters-not-specified
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
@@ -3,6 +3,7 @@ id: 587d7db8367417b2b2512ba3
|
||||
title: Match Whitespace
|
||||
challengeType: 1
|
||||
forumTopicId: 301359
|
||||
dashedName: match-whitespace
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
@@ -3,6 +3,7 @@ id: 587d7dba367417b2b2512ba9
|
||||
title: Positive and Negative Lookahead
|
||||
challengeType: 1
|
||||
forumTopicId: 301360
|
||||
dashedName: positive-and-negative-lookahead
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
@@ -3,6 +3,7 @@ id: 587d7dbb367417b2b2512bac
|
||||
title: Remove Whitespace from Start and End
|
||||
challengeType: 1
|
||||
forumTopicId: 301362
|
||||
dashedName: remove-whitespace-from-start-and-end
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
@@ -3,6 +3,7 @@ id: 587d7db8367417b2b2512ba2
|
||||
title: Restrict Possible Usernames
|
||||
challengeType: 1
|
||||
forumTopicId: 301363
|
||||
dashedName: restrict-possible-usernames
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
@@ -3,6 +3,7 @@ id: 587d7dbb367417b2b2512baa
|
||||
title: Reuse Patterns Using Capture Groups
|
||||
challengeType: 1
|
||||
forumTopicId: 301364
|
||||
dashedName: reuse-patterns-using-capture-groups
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
@@ -3,6 +3,7 @@ id: 587d7db9367417b2b2512ba7
|
||||
title: Specify Exact Number of Matches
|
||||
challengeType: 1
|
||||
forumTopicId: 301365
|
||||
dashedName: specify-exact-number-of-matches
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
@@ -3,6 +3,7 @@ id: 587d7db9367417b2b2512ba6
|
||||
title: Specify Only the Lower Number of Matches
|
||||
challengeType: 1
|
||||
forumTopicId: 301366
|
||||
dashedName: specify-only-the-lower-number-of-matches
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
@@ -3,6 +3,7 @@ id: 587d7db9367417b2b2512ba5
|
||||
title: Specify Upper and Lower Number of Matches
|
||||
challengeType: 1
|
||||
forumTopicId: 301367
|
||||
dashedName: specify-upper-and-lower-number-of-matches
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
@@ -3,6 +3,7 @@ id: 587d7dbb367417b2b2512bab
|
||||
title: Use Capture Groups to Search and Replace
|
||||
challengeType: 1
|
||||
forumTopicId: 301368
|
||||
dashedName: use-capture-groups-to-search-and-replace
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
@@ -3,6 +3,7 @@ id: 587d7db3367417b2b2512b8e
|
||||
title: Using the Test Method
|
||||
challengeType: 1
|
||||
forumTopicId: 301369
|
||||
dashedName: using-the-test-method
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
Reference in New Issue
Block a user