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

실무에서 자바스크립트에서 정규표현식을 사용하는 사례에는 어떤 것이 있을까요? #6

Open
MartianLee opened this issue Jul 9, 2020 · 1 comment

Comments

@MartianLee
Copy link
Owner

MartianLee commented Jul 9, 2020

당장 생각나는 사례는 validation 입니다.

  • 회원가입 시 이메일, 휴대폰 입력 폼 검증
  • 본문 검색

덤으로, 정규표현식의 속도와 실제 구현 방법(알고리즘)도 궁금합니다.

@MartianLee
Copy link
Owner Author

최근 구현한 로직으로는

  • html tag 중 특정 tag를 파싱하여 다른 태그로 replace하는 로직
  • 줄바꿈을 읽어서
    로 바꿔주는 로직
    이 있습니다.

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

No branches or pull requests

1 participant