This website requires JavaScript.
Explore
Help
Sign In
gaspersic
/
freeCodeCamp
Watch
1
Star
0
Fork
0
You've already forked freeCodeCamp
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
freeCodeCamp
/
curriculum
/
challenges
/
english
/
02-javascript-algorithms-and-data-structures
/
regular-expressions
History
grets311
2219a9a8dd
Update positive-and-negative-lookahead.english.md (
#34582
)
...
Update solution from w{5} to w{6} as exercise is to match at greater than 5 characters long.
2019-03-20 15:58:09 +01:00
..
check-for-all-or-none.english.md
Update check-for-all-or-none.english.md (
#34758
)
2019-02-17 11:44:19 -05:00
check-for-mixed-grouping-of-characters.english.md
feat(curriculum): add grouping characters challenge and guide (
#34875
)
2019-01-17 22:08:46 +01:00
extract-matches.english.md
…
find-characters-with-lazy-matching.english.md
fix(curriculum): Find Characters with Lazy Matching (
#35454
)
2019-02-28 13:33:07 -08:00
find-more-than-the-first-match.english.md
Add solution to find more than one challenge (
#27476
)
2019-01-24 15:29:23 -05:00
find-one-or-more-criminals-in-a-hunt.english.md
Fix: remove quote from challenge where not needed [english] (
#35493
)
2019-03-19 15:04:03 +05:30
ignore-case-while-matching.english.md
…
match-a-literal-string-with-different-possibilities.english.md
…
match-all-letters-and-numbers.english.md
…
match-all-non-numbers.english.md
…
match-all-numbers.english.md
…
match-anything-with-wildcard-period.english.md
…
match-beginning-string-patterns.english.md
…
match-characters-that-occur-one-or-more-times.english.md
…
match-characters-that-occur-zero-or-more-times.english.md
Added solution to challenge "Regular Expressions: Match Characters th… (
#34668
)
2019-02-05 08:03:19 -08:00
match-ending-string-patterns.english.md
…
match-everything-but-letters-and-numbers.english.md
…
match-letters-of-the-alphabet.english.md
…
match-literal-strings.english.md
…
match-non-whitespace-characters.english.md
…
match-numbers-and-letters-of-the-alphabet.english.md
…
match-single-character-with-multiple-possibilities.english.md
…
match-single-characters-not-specified.english.md
…
match-whitespace.english.md
Add solution to match whitespace problem (
#27470
)
2019-01-24 15:23:07 -05:00
positive-and-negative-lookahead.english.md
Update positive-and-negative-lookahead.english.md (
#34582
)
2019-03-20 15:58:09 +01:00
remove-whitespace-from-start-and-end.english.md
Added solution to remove-whitespace-from-start-and-end.english.md (
#35145
)
2019-02-12 09:34:52 -08:00
restrict-possible-usernames.english.md
add more specific tests for username regex challenge (
#34655
)
2019-03-19 15:21:30 -07:00
reuse-patterns-using-capture-groups.english.md
fix: created more flexible test (
#35325
)
2019-03-08 11:07:50 -06:00
specify-exact-number-of-matches.english.md
Solution to specify-exact-number-of-matches.english JavaScript Challenge (
#34757
)
2019-03-05 13:12:55 -05:00
specify-only-the-lower-number-of-matches.english.md
…
specify-upper-and-lower-number-of-matches.english.md
…
use-capture-groups-to-search-and-replace.english.md
…
using-the-test-method.english.md
…