Fix/remove stubs on filled articles (#35506)
This commit is contained in:
@@ -54,10 +54,4 @@ Person.find({age: 55}).sort({name: -1}).limit(5).select( {favoriteFoods: 0} ).ex
|
||||
})
|
||||
```
|
||||
</br>
|
||||
</br>
|
||||
|
||||
This is a stub. <a href='https://github.com/freecodecamp/guides/tree/master/src/pages/certifications/apis-and-microservices/mongodb-and-mongoose/chain-search-query-helpers-to-narrow-search-results/index.md' target='_blank' rel='nofollow'>Help our community expand it</a>.
|
||||
|
||||
<a href='https://github.com/freecodecamp/guides/blob/master/README.md' target='_blank' rel='nofollow'>This quick style guide will help ensure your pull request gets accepted</a>.
|
||||
|
||||
<!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds -->
|
||||
</br>
|
@@ -17,10 +17,4 @@ h1.border.center Profile Home
|
||||
|
||||
or else the tests wouldn't pass
|
||||
<br>
|
||||
<br>
|
||||
|
||||
This is a stub. <a href='https://github.com/freecodecamp/guides/tree/master/src/pages/certifications/information-security-and-quality-assurance/advanced-node-and-express/registration-of-new-users/index.md' target='_blank' rel='nofollow'>Help our community expand it</a>.
|
||||
|
||||
<a href='https://github.com/freecodecamp/guides/blob/master/README.md' target='_blank' rel='nofollow'>This quick style guide will help ensure your pull request gets accepted</a>.
|
||||
|
||||
<!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds -->
|
||||
<br>
|
@@ -1,6 +1,8 @@
|
||||
---
|
||||
title: Specify Only the Lower Number of Matches
|
||||
---
|
||||
## Specify Only the Lower Number of Matches
|
||||
|
||||
The Problem
|
||||
Change the regex haRegex to match the word "Hazzah" only when it has four or more letter z's.
|
||||
|
||||
@@ -8,11 +10,3 @@ Solution
|
||||
let haStr = "Hazzzzah";
|
||||
let haRegex = /Haz{4,30}ah/; // Change this line
|
||||
let result = haRegex.test(haStr);
|
||||
|
||||
## Specify Only the Lower Number of Matches
|
||||
|
||||
This is a stub. <a href='https://github.com/freecodecamp/guides/tree/master/src/pages/certifications/javascript-algorithms-and-data-structures/regular-expressions/specify-only-the-lower-number-of-matches/index.md' target='_blank' rel='nofollow'>Help our community expand it</a>.
|
||||
|
||||
<a href='https://github.com/freecodecamp/guides/blob/master/README.md' target='_blank' rel='nofollow'>This quick style guide will help ensure your pull request gets accepted</a>.
|
||||
|
||||
<!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds -->
|
||||
|
Reference in New Issue
Block a user