freeCodeCamp/curriculum/challenges/english/02-javascript-algorithms-an.../regular-expressions
Renato Melo e9614d60d4
fix: update regex specify exact number of matches - lastIndex = 0 before test (#38717)
2020-05-19 12:50:20 +02:00
..
check-for-all-or-none.english.md Allow use of g flag in Regular Expressions: Check for All or None (#38659) 2020-05-18 22:50:50 -05:00
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 Differentiate between test & match (#38498) 2020-04-25 08:35:46 -05:00
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(curriculum): Consolidated comments for JavaScript Algorithms and Data Structures challenges - part 4 of 4 (#38267) 2020-03-08 15:46:28 +01: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(curriculum): Consolidated comments for JavaScript Algorithms and Data Structures challenges - part 2 of 4 (#38259) 2020-03-03 10:18:30 +03: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 TYPO-FIX JS-regex-match-non-whitespace-characters (#38407) 2020-03-20 21:13:48 -07:00
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: improve test regex to validate disallowed methods that can be bypassed by prototype reassignments and/or otherwise (#38214) 2020-03-26 08:13:34 -07:00
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: update regex specify exact number of matches - lastIndex = 0 before test (#38717) 2020-05-19 12:50:20 +02: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