freeCodeCamp/curriculum/challenges/english/02-javascript-algorithms-an.../regular-expressions
Prathamesh Gawas d3708422dd
fix(curriculum): add test to check if the original variable is edited (#43791)
* fix: add test to check if variable is edited

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/regular-expressions/remove-whitespace-from-start-and-end.md

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
2021-10-09 19:45:10 +02: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 chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
extract-matches.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -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 chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07: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 chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -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 fix: reset regex.lastIndex when tests use test method (#43695) 2021-10-06 16:14:50 +09: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 fix(curriculum): add test to check if the original variable is edited (#43791) 2021-10-09 19:45:10 +02:00
restrict-possible-usernames.md fix: reset regex.lastIndex when tests use test method (#43695) 2021-10-06 16:14:50 +09:00
reuse-patterns-using-capture-groups.md fix: reset regex.lastIndex when tests use test method (#43695) 2021-10-06 16:14:50 +09: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 chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
using-the-test-method.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00