fix(curriculum): Added forumTopicId to remaining 1200 challeng… (#36558)

This commit is contained in:
Randell Dawson
2019-08-05 09:17:33 -07:00
committed by mrugesh
parent 16551d2ad6
commit 568f00e02a
1200 changed files with 1200 additions and 0 deletions

View File

@ -2,6 +2,7 @@
id: 587d7dba367417b2b2512ba8
title: Check for All or None
challengeType: 1
forumTopicId: 301338
---
## Description

View File

@ -2,6 +2,7 @@
id: 5c3dda8b4d8df89bea71600f
title: Check For Mixed Grouping of Characters
challengeType: 1
forumTopicId: 301339
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7db4367417b2b2512b92
title: Extract Matches
challengeType: 1
forumTopicId: 301340
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7db6367417b2b2512b9b
title: Find Characters with Lazy Matching
challengeType: 1
forumTopicId: 301341
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7db4367417b2b2512b93
title: Find More Than the First Match
challengeType: 1
forumTopicId: 301342
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7db7367417b2b2512b9c
title: Find One or More Criminals in a Hunt
challengeType: 1
forumTopicId: 301343
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7db4367417b2b2512b91
title: Ignore Case While Matching
challengeType: 1
forumTopicId: 301344
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7db4367417b2b2512b90
title: Match a Literal String with Different Possibilities
challengeType: 1
forumTopicId: 301345
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7db7367417b2b2512b9f
title: Match All Letters and Numbers
challengeType: 1
forumTopicId: 301346
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7db8367417b2b2512ba1
title: Match All Non-Numbers
challengeType: 1
forumTopicId: 301347
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7db5367417b2b2512b94
title: Match Anything with Wildcard Period
challengeType: 1
forumTopicId: 301348
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7db7367417b2b2512b9d
title: Match Beginning String Patterns
challengeType: 1
forumTopicId: 301349
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7db6367417b2b2512b99
title: Match Characters that Occur One or More Times
challengeType: 1
forumTopicId: 301350
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7db6367417b2b2512b9a
title: Match Characters that Occur Zero or More Times
challengeType: 1
forumTopicId: 301351
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7db7367417b2b2512b9e
title: Match Ending String Patterns
challengeType: 1
forumTopicId: 301352
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7db8367417b2b2512ba0
title: Match Everything But Letters and Numbers
challengeType: 1
forumTopicId: 301353
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7db5367417b2b2512b96
title: Match Letters of the Alphabet
challengeType: 1
forumTopicId: 301354
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7db3367417b2b2512b8f
title: Match Literal Strings
challengeType: 1
forumTopicId: 301355
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7db5367417b2b2512b97
title: Match Numbers and Letters of the Alphabet
challengeType: 1
forumTopicId: 301356
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7db5367417b2b2512b95
title: Match Single Character with Multiple Possibilities
challengeType: 1
forumTopicId: 301357
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7db6367417b2b2512b98
title: Match Single Characters Not Specified
challengeType: 1
forumTopicId: 301358
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7db8367417b2b2512ba3
title: Match Whitespace
challengeType: 1
forumTopicId: 301359
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7dba367417b2b2512ba9
title: Positive and Negative Lookahead
challengeType: 1
forumTopicId: 301360
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7dbb367417b2b2512bac
title: Remove Whitespace from Start and End
challengeType: 1
forumTopicId: 301362
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7db8367417b2b2512ba2
title: Restrict Possible Usernames
challengeType: 1
forumTopicId: 301363
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7dbb367417b2b2512baa
title: Reuse Patterns Using Capture Groups
challengeType: 1
forumTopicId: 301364
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7db9367417b2b2512ba7
title: Specify Exact Number of Matches
challengeType: 1
forumTopicId: 301365
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7db9367417b2b2512ba6
title: Specify Only the Lower Number of Matches
challengeType: 1
forumTopicId: 301366
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7db9367417b2b2512ba5
title: Specify Upper and Lower Number of Matches
challengeType: 1
forumTopicId: 301367
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7dbb367417b2b2512bab
title: Use Capture Groups to Search and Replace
challengeType: 1
forumTopicId: 301368
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7db3367417b2b2512b8e
title: Using the Test Method
challengeType: 1
forumTopicId: 301369
---
## Description