자주쓰는 정규식 정리

qwe8851·2023년 5월 17일
0

📚 JavaScript

목록 보기
48/53

const emailReg = '[a-z0-9]+@[a-z]+.[a-z]{2,3}';
emailReg.test(val);

profile
FrontEnd Developer with React, TypeScript

0개의 댓글