We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
정규식이 잘 사용하면 정말정말 끝도없이 편하지만 진입장벽이 생각보다 존재한다. 이번 기회에 공부를 해보자
/\s/g
01[016789]\D?\d{3,4}\D?\d{4}
/^[0-9a-zA-Z]([-_\.]?[0-9a-zA-Z])*@[0-9a-zA-Z]([-_\.]?[0-9a-zA-Z])*\.[a-zA-Z]{2,3}$
https?://(\w*:\w*@)?[-\w.]+(:\d+)?(/([\w/_.]*(\?\S+)?)?)?
//
/**/
\/\/.*
5[1-5]\d{14}
4\d{12}(\d{3})?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
정규식이 잘 사용하면 정말정말 끝도없이 편하지만 진입장벽이 생각보다 존재한다. 이번 기회에 공부를 해보자
/\s/g
01[016789]\D?\d{3,4}\D?\d{4}
/^[0-9a-zA-Z]([-_\.]?[0-9a-zA-Z])*@[0-9a-zA-Z]([-_\.]?[0-9a-zA-Z])*\.[a-zA-Z]{2,3}$
https?://(\w*:\w*@)?[-\w.]+(:\d+)?(/([\w/_.]*(\?\S+)?)?)?
//
/**/
주석 찾기\/\/.*
5[1-5]\d{14}
4\d{12}(\d{3})?
Reference
The text was updated successfully, but these errors were encountered: