freeCodeCamp/curriculum/challenges/english/02-javascript-algorithms-and-data-structures/regular-expressions
2024-04-25 18:03:43 -07:00
..
check-for-all-or-none.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
check-for-mixed-grouping-of-characters.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
extract-matches.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
find-characters-with-lazy-matching.md fix(curriculum): improve lazy matching test regex (#42882) 2021-07-16 15:31:19 +01:00
find-more-than-the-first-match.md fix(curriculum): clarify that 'g flag' signifies 'global flag' (#46277) 2022-06-02 20:05:04 +02:00
find-one-or-more-criminals-in-a-hunt.md fix: reset regex.lastIndex when tests use test method (#43695) 2021-10-06 16:14:50 +09:00
ignore-case-while-matching.md fix: reset regex.lastIndex when tests use test method (#43695) 2021-10-06 16:14:50 +09:00
match-a-literal-string-with-different-possibilities.md fix: reset regex.lastIndex when tests use test method (#43695) 2021-10-06 16:14:50 +09:00
match-all-letters-and-numbers.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
match-all-non-numbers.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
match-all-numbers.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
match-anything-with-wildcard-period.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
match-beginning-string-patterns.md fix: reset regex.lastIndex when tests use test method (#43695) 2021-10-06 16:14:50 +09:00
match-characters-that-occur-one-or-more-times.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
match-characters-that-occur-zero-or-more-times.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
match-ending-string-patterns.md fix: reset regex.lastIndex when tests use test method (#43695) 2021-10-06 16:14:50 +09:00
match-everything-but-letters-and-numbers.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
match-letters-of-the-alphabet.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
match-literal-strings.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
match-non-whitespace-characters.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
match-numbers-and-letters-of-the-alphabet.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
match-single-character-with-multiple-possibilities.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
match-single-characters-not-specified.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
match-whitespace.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
positive-and-negative-lookahead.md fix: reset regex.lastIndex when tests use test method (#43695) 2021-10-06 16:14:50 +09:00
remove-whitespace-from-start-and-end.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
restrict-possible-usernames.md docs/fix(typos): Fix minor typos in English (#51853) 2023-10-14 04:16:15 +00:00
reuse-patterns-using-capture-groups.md fix(curriculum): add test cases to ensure single whitespace (#49417) 2023-02-18 16:14:07 +02:00
specify-exact-number-of-matches.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
specify-only-the-lower-number-of-matches.md fix: reset regex.lastIndex when tests use test method (#43695) 2021-10-06 16:14:50 +09:00
specify-upper-and-lower-number-of-matches.md fix: reset regex.lastIndex when tests use test method (#43695) 2021-10-06 16:14:50 +09:00
use-capture-groups-to-search-and-replace.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00
using-the-test-method.md feat: only remove comments when specified in the test (#54372) 2024-04-25 18:03:43 -07:00