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

[fix] add title parsing logic #275

Merged
merged 1 commit into from
Oct 12, 2023
Merged

[fix] add title parsing logic #275

merged 1 commit into from
Oct 12, 2023

Conversation

014967
Copy link
Contributor

@014967 014967 commented Oct 12, 2023

🔥 관련 이슈

이미지 title 저장 수정 기능

🔥 PR Point

  • regex로 parsing
  • val regex = Regex("^((http[s]?|ftp):/)?/?([^:/\\s]+)((/\w+)/)([\w\-.]+[^#?\\s]+)(.)?(#[\w\-]+)?$")를 통해서
  • matchgroup의 6번째가 해당하는 이미지 파일의 이름입니다.

🔥 To Reviewers

📷 Screenshot

x

@014967 014967 merged commit e3c587d into mash-up-kr:develop Oct 12, 2023
1 check passed
@014967 014967 deleted the fix/save_title branch October 12, 2023 13:31
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.

None yet

1 participant