Jade Michael Thornton
d5861edc84
add more specific tests for username regex challenge ( #34655 )
...
* add more specific tests for username regex challenge
* fix: removed unnecessary test
2019-03-19 15:21:30 -07:00
NITIN BISHT
228d873dd3
Fix: remove quote from challenge where not needed [english] ( #35493 )
2019-03-19 15:04:03 +05:30
Randell Dawson
f6d07f37d7
fix: created more flexible test ( #35325 )
2019-03-08 11:07:50 -06:00
Aashis kumar
960811e31f
Solution to specify-exact-number-of-matches.english JavaScript Challenge ( #34757 )
...
* Update specify-exact-number-of-matches.english.md
Added an explanation to the working code too
* fix: removed i flag and comments
2019-03-05 13:12:55 -05:00
hilliarj
6cd3466f0b
fix(curriculum): Find Characters with Lazy Matching ( #35454 )
...
* fix(curriculum): Find Characters with Lazy Matching
* Update PR
Note is moved in the Description section and not the Instructions section
2019-02-28 13:33:07 -08:00
Aashis kumar
80d66a9808
Update check-for-all-or-none.english.md ( #34758 )
...
Added Solution to the problem Change the regex favRegex to match both the American English (favorite) and the British English (favourite) version of the word.
2019-02-17 11:44:19 -05:00
Kirill Malev
bca4d896cc
Added solution to reuse-patterns-using-capture-groups.english.md ( #35144 )
...
* Update reuse-patterns-using-capture-groups.english.md
* included whole solution
2019-02-16 19:10:03 -08:00
Kirill Malev
661d10412f
Added solution to remove-whitespace-from-start-and-end.english.md ( #35145 )
...
* Update remove-whitespace-from-start-and-end.english.md
* includes whole solution now
2019-02-12 09:34:52 -08:00
Luane
f2c3d635ef
Added solution to challenge "Regular Expressions: Match Characters th… ( #34668 )
...
* Added solution to challenge "Regular Expressions: Match Characters that Occur Zero or More Times"
* fix: removed necessary brackets
2019-02-05 08:03:19 -08:00
Joe Erickson
6a777a9b16
Add solution to find more than one challenge ( #27476 )
2019-01-24 15:29:23 -05:00
Joe Erickson
13b3e3fa9b
Add solution to match whitespace problem ( #27470 )
...
* Add solution to match whitespace problem
* fix: corrected case of countWhiteSpace on line 61
2019-01-24 15:23:07 -05:00
The Coding Aviator
ca2d01a81c
feat(curriculum): add grouping characters challenge and guide ( #34875 )
...
Added new challenge for mixed grouping of characters
2019-01-17 22:08:46 +01:00
Greg Brewton
7a1256df79
Minor clarification ( #34250 )
...
(?=\D*\d) is looking for a non-number to precede a number. If '12Three' was passed in to test, it would not match though it matches the stated criteria of 5 character minimum length and two consecutive numbers.
2018-11-10 10:33:01 +05:30
Carol W
54074a790c
fix: add additional tests for Regular Expression challenge ( #18696 )
...
fix(curriculum): add additional tests and solution for Restrict Possible Usernames challenge
2018-11-06 16:21:26 +03:00
Martin Payne
b63711fd83
Changed "match all the upper and lower a" to "match all the upper and lowercase a" ( #34171 )
...
This is just a simple grammar fix but I feel like upper and lowercase a reads better so it's worth making this change.
2018-11-03 07:21:39 +05:30
Valeriy
79d9012432
fix(curriculum): quotes in tests ( #18828 )
...
* fix(curriculum): tests quotes
* fix(curriculum): fill seed-teardown
* fix(curriculum): fix tests and remove unneeded seed-teardown
2018-10-20 23:32:47 +05:30
greggubarev
d644a2f494
Add solution ( #19228 )
...
Add solution (https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/regular-expressions/match-characters-that-occur-one-or-more-times )
2018-10-16 13:56:45 +05:30
Bouncey
ee9f6b2d72
chore(meta): Move challenge meta to challenges root
2018-10-11 02:15:05 +05:30
Bouncey
a859035023
fix(challenge-md): Fix quotes that failed in the transform
2018-10-08 11:38:26 +05:30
Bouncey
8f39bc1288
chore(curriculum): Remove files in wrong format
2018-10-05 15:58:12 +01:00