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
Files
66631812fa92e1dda9553366d264097301f12115
freeCodeCamp
/
curriculum
/
challenges
/
english
/
02-javascript-algorithms-and-data-structures
/
regular-expressions
History
Ashraf Nazar
1159a8dcaf
fix: Add edge case for mixed grouping of characters exercise, where "Frank Roosevelt" returns false (
#38097
)
2020-01-22 15:58:47 +05:30
..
check-for-all-or-none.english.md
…
check-for-mixed-grouping-of-characters.english.md
fix: Add edge case for mixed grouping of characters exercise, where "Frank Roosevelt" returns false (
#38097
)
2020-01-22 15:58:47 +05:30
extract-matches.english.md
…
find-characters-with-lazy-matching.english.md
…
find-more-than-the-first-match.english.md
…
find-one-or-more-criminals-in-a-hunt.english.md
…
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
…
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
…
positive-and-negative-lookahead.english.md
Added new test cases and corrected the solution for positive and negative lookahead for ensuring that strings beginning with numbers are not accepted (
#37485
)
2019-11-24 17:11:20 -05:00
remove-whitespace-from-start-and-end.english.md
…
restrict-possible-usernames.english.md
fix: added new test case to prevent invalid regex (
#37769
)
2019-11-25 20:25:24 -05:00
reuse-patterns-using-capture-groups.english.md
…
specify-exact-number-of-matches.english.md
…
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
refactor: update trivial regex capture group find and replace challenge (
#37768
)
2019-12-14 16:41:47 -05:00
using-the-test-method.english.md
…