Skip to content

Commit

Permalink
delete replace date
Browse files Browse the repository at this point in the history
  • Loading branch information
artiebears13 committed Nov 24, 2023
1 parent 82153f7 commit bf0d1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/source/string_processing/validator_string.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def string_validator(raw_text: str):
if len(raw_text) <= 5:
return valid_data, raw_text

raw_text = replace_day(raw_text)
# raw_text = replace_day(raw_text)

numbers = pattern_number.findall(raw_text)
for num in numbers:
Expand Down

0 comments on commit bf0d1c5

Please sign in to comment.