Skip to content

Commit

Permalink
PLEASE CHATGPT FIX MY DAMN REGEX
Browse files Browse the repository at this point in the history
  • Loading branch information
coopeeo authored Mar 26, 2024
1 parent 10dd0d8 commit 4fd13f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/DOWNLOAD_FILE.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def save(clickName, folderName, ee):
try:
match = re.search(r'\s*?### Add Pack\s*?(\S+)\s*?', issue_body)
match3 = re.search(r'\s*?### Type of Click Sound\s*?(\S+)\s*?', issue_body)
match2 = re.search(r'\s*?### Click Sound Name\s*?(\S+(?:\s+\S+)*)\s*?(?=\n.*?\n.*?\n|\z)', issue_body)
match2 = re.search(r'\s*?### Click Sound Name\s*?(\S(?:.*\S)?)\s*?(?=\n.*\n.*\n|$)', issue_body)
print(match)
print(match3)
print(match2)
Expand Down

0 comments on commit 4fd13f0

Please sign in to comment.