freeCodeCamp/curriculum/challenges/english/02-javascript-algorithms-an.../regular-expressions
Igor Snitkin dc7092ecd1
(fix learn): Update description to accommodate tests (#38224)
2020-02-19 00:13:34 +05:30
..
check-for-all-or-none.english.md fix(curriculum): Added forumTopicId to remaining 1200 challeng… (#36558) 2019-08-05 22:14:37 +05:30
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 fix(curriculum): Added forumTopicId to remaining 1200 challeng… (#36558) 2019-08-05 22:14:37 +05:30
find-characters-with-lazy-matching.english.md fix: Add tests to check lazy matching is applied and that the string "h1" is not matched (#38193) 2020-02-11 10:17:51 -06:00
find-more-than-the-first-match.english.md fix(curriculum): Added forumTopicId to remaining 1200 challeng… (#36558) 2019-08-05 22:14:37 +05:30
find-one-or-more-criminals-in-a-hunt.english.md fix: use dfn instead of code tag (#36640) 2019-10-27 12:45:37 -04:00
ignore-case-while-matching.english.md fix(curriculum): Added forumTopicId to remaining 1200 challeng… (#36558) 2019-08-05 22:14:37 +05:30
match-a-literal-string-with-different-possibilities.english.md fix(curriculum): Added forumTopicId to remaining 1200 challeng… (#36558) 2019-08-05 22:14:37 +05:30
match-all-letters-and-numbers.english.md fix: use dfn instead of code tag (#36640) 2019-10-27 12:45:37 -04:00
match-all-non-numbers.english.md fix(curriculum): Added forumTopicId to remaining 1200 challeng… (#36558) 2019-08-05 22:14:37 +05:30
match-all-numbers.english.md feat: add forumTopicId to challenge frontmatter [pre-existing] 2019-08-05 22:14:37 +05:30
match-anything-with-wildcard-period.english.md Change test method from string.test(regex) to regex.test(string) (#37458) 2019-10-23 09:32:17 -05:00
match-beginning-string-patterns.english.md fix: use dfn instead of code tag (#36640) 2019-10-27 12:45:37 -04:00
match-characters-that-occur-one-or-more-times.english.md fix(curriculum): Added forumTopicId to remaining 1200 challeng… (#36558) 2019-08-05 22:14:37 +05:30
match-characters-that-occur-zero-or-more-times.english.md fix: use dfn instead of code tag (#36640) 2019-10-27 12:45:37 -04:00
match-ending-string-patterns.english.md fix: use dfn instead of code tag (#36640) 2019-10-27 12:45:37 -04:00
match-everything-but-letters-and-numbers.english.md fix(curriculum): Added forumTopicId to remaining 1200 challeng… (#36558) 2019-08-05 22:14:37 +05:30
match-letters-of-the-alphabet.english.md fix: use dfn instead of code tag (#36640) 2019-10-27 12:45:37 -04:00
match-literal-strings.english.md fix(curriculum): Added forumTopicId to remaining 1200 challeng… (#36558) 2019-08-05 22:14:37 +05:30
match-non-whitespace-characters.english.md feat: add forumTopicId to challenge frontmatter [pre-existing] 2019-08-05 22:14:37 +05:30
match-numbers-and-letters-of-the-alphabet.english.md fix(curriculum): Added forumTopicId to remaining 1200 challeng… (#36558) 2019-08-05 22:14:37 +05:30
match-single-character-with-multiple-possibilities.english.md fix: use dfn instead of code tag (#36640) 2019-10-27 12:45:37 -04:00
match-single-characters-not-specified.english.md fix: use dfn instead of code tag (#36640) 2019-10-27 12:45:37 -04:00
match-whitespace.english.md fix(curriculum): Added forumTopicId to remaining 1200 challeng… (#36558) 2019-08-05 22:14:37 +05:30
positive-and-negative-lookahead.english.md modfied tests and made correction in solution (#38023) 2020-02-06 20:31:03 -05:00
remove-whitespace-from-start-and-end.english.md fix: added white space checks including newlines to ensure pro… (#38166) 2020-02-12 12:17:54 +05:30
restrict-possible-usernames.english.md (fix learn): Update description to accommodate tests (#38224) 2020-02-19 00:13:34 +05:30
reuse-patterns-using-capture-groups.english.md fix: use dfn instead of code tag (#36640) 2019-10-27 12:45:37 -04:00
specify-exact-number-of-matches.english.md fix: use dfn instead of code tag (#36640) 2019-10-27 12:45:37 -04:00
specify-only-the-lower-number-of-matches.english.md fix: use dfn instead of code tag (#36640) 2019-10-27 12:45:37 -04:00
specify-upper-and-lower-number-of-matches.english.md fix: use dfn instead of code tag (#36640) 2019-10-27 12:45:37 -04:00
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 fix(curriculum): Added forumTopicId to remaining 1200 challeng… (#36558) 2019-08-05 22:14:37 +05:30