Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix/viewing stored attachment #109

Merged
merged 2 commits into from
Oct 30, 2024
Merged

Conversation

SoujitD-SAP
Copy link
Contributor

  1. /\w+(: Matches a forward slash / followed by any word characters (\w+) like attachments or test, and an opening parenthesis (.

  2. .*ID=: Matches any characters between the opening parenthesis and ID=.

  3. ([0-9a-fA-F-]{36}): Captures the 36-character UUID that follows ID=.

@muskansethi1 muskansethi1 merged commit 19978b9 into main Oct 30, 2024
4 checks passed
@muskansethi1 muskansethi1 deleted the bugfix/viewing-stored-attachment branch October 30, 2024 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants