Python/strings
Caeden Perelli-Harris 4b7ecb6a81
Create is valid email address algorithm (#8907)
* feat(strings): Create is valid email address

* updating DIRECTORY.md

* feat(strings): Create is_valid_email_address algorithm

* chore(is_valid_email_address): Implement changes from code review

* Update strings/is_valid_email_address.py

Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* chore(is_valid_email_address): Fix ruff error

* Update strings/is_valid_email_address.py

Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com>

---------

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-08-14 01:28:52 -07:00
..
__init__.py
aho_corasick.py
alternative_string_arrange.py
anagrams.py
anagrams.txt
autocomplete_using_trie.py Make some ruff fixes (#8154) 2023-03-01 17:23:33 +01:00
barcode_validator.py Add more ruff rules (#8767) 2023-05-26 09:34:17 +02:00
boyer_moore_search.py
can_string_be_rearranged_as_palindrome.py
capitalize.py Add more ruff rules (#8767) 2023-05-26 09:34:17 +02:00
check_anagrams.py Replace bandit, flake8, isort, and pyupgrade with ruff (#8178) 2023-03-15 13:58:25 +01:00
credit_card_validator.py
detecting_english_programmatically.py
dictionary.txt
dna.py
frequency_finder.py
hamming_distance.py
indian_phone_validator.py
is_contains_unique_chars.py
is_isogram.py
is_pangram.py
is_spain_national_id.py Add more ruff rules (#8767) 2023-05-26 09:34:17 +02:00
is_srilankan_phone_number.py Fix ruff rules ISC flake8-implicit-str-concat (#8892) 2023-07-28 17:53:09 +01:00
is_valid_email_address.py Create is valid email address algorithm (#8907) 2023-08-14 01:28:52 -07:00
jaro_winkler.py
join.py
knuth_morris_pratt.py
levenshtein_distance.py
lower.py
manacher.py
min_cost_string_conversion.py [Upgrade Ruff] Fix all errors raised from ruff (#8879) 2023-07-22 12:05:10 +02:00
naive_string_search.py
ngram.py
palindrome.py Merge and add benchmarks to palindrome algorithms in the strings/ directory (#8749) 2023-05-25 12:56:23 +02:00
prefix_function.py
rabin_karp.py
remove_duplicate.py
reverse_letters.py
reverse_long_words.py
reverse_words.py
snake_case_to_camel_pascal_case.py Add more ruff rules (#8767) 2023-05-26 09:34:17 +02:00
split.py
string_switch_case.py Switch case (#7995) 2023-05-11 06:53:47 +12:00
text_justification.py
top_k_frequent_words.py Solving the Top k most frequent words problem using a max-heap (#8685) 2023-04-27 23:02:07 +05:30
upper.py
wave.py
wildcard_pattern_matching.py
word_occurrence.py Replace bandit, flake8, isort, and pyupgrade with ruff (#8178) 2023-03-15 13:58:25 +01:00
word_patterns.py
words.txt
z_function.py