2017년 11월 1일 수요일

정규식 관련 정보

정리 잘 된 사이트
http://www.nextree.co.kr/p4327/
http://nkdk.tistory.com/entry/%EC%A0%95%EA%B7%9C-%ED%91%9C%ED%98%84%EC%8B%9D-%EC%A0%95%EB%A6%AC

정규식 테스트 사이트
https://regexr.com/

/s 공백관련
http://emflant.tistory.com/198

정규식 숫자 금액 콤마 설정
function numberWithCommas(x) {
    return x.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",");
}

댓글 없음:

댓글 쓰기