freeCodeCamp/curriculum/challenges/english/02-javascript-algorithms-an.../regular-expressions
Kristofer Koishigawa 095188215f fix(challenges): Regex Asterisk Challenge (#34800)
* fix(challenges): Fixes description and adds tests to close #17872.

* fix(challenges): Removed unnecessary string arguments from testString

* fix: improved challenge instr and tests
2019-04-01 19:19:13 +05:30
..
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 fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
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 fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
match-a-literal-string-with-different-possibilities.english.md fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
match-all-letters-and-numbers.english.md fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
match-all-non-numbers.english.md fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
match-all-numbers.english.md fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
match-anything-with-wildcard-period.english.md Update match-anything-with-wildcard-period.english.md (#35696) 2019-03-28 11:46:33 -07:00
match-beginning-string-patterns.english.md fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
match-characters-that-occur-one-or-more-times.english.md fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
match-characters-that-occur-zero-or-more-times.english.md fix(challenges): Regex Asterisk Challenge (#34800) 2019-04-01 19:19:13 +05:30
match-ending-string-patterns.english.md fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
match-everything-but-letters-and-numbers.english.md fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
match-letters-of-the-alphabet.english.md fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
match-literal-strings.english.md fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
match-non-whitespace-characters.english.md fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
match-numbers-and-letters-of-the-alphabet.english.md fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
match-single-character-with-multiple-possibilities.english.md fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
match-single-characters-not-specified.english.md fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
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 fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
specify-upper-and-lower-number-of-matches.english.md fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
use-capture-groups-to-search-and-replace.english.md fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
using-the-test-method.english.md fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30