Skip to content

Commit

Permalink
Merge pull request freeCodeCamp#1812 from AryanJ-NYC/AryanJ-NYC-1807
Browse files Browse the repository at this point in the history
  • Loading branch information
benmcmahon100 committed Aug 17, 2015
2 parents f0fd811 + 854406e commit 9727f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seed/challenges/basic-javascript.json
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@
"title": "Sift through Text with Regular Expressions",
"difficulty":"9.984",
"description":[
"<code>Regular expressions</code> are way to find certain words or patterns inside of <code>strings</code>.",
"<code>Regular expressions</code> are used to find certain words or patterns inside of <code>strings</code>.",
"For example, if we wanted to find the number of times the word <code>the</code> occurred in the string <code>The dog chased the cat</code>, we could use the following <code>regular expression</code>: <code>\/the+\/gi</code>",
"Let's break this down a bit:",
"<code>the</code> is the pattern we want to match.",
Expand Down

0 comments on commit 9727f3e

Please sign in to comment.