#nodejs
Read more stories on Hashnode
Articles with this tag
요약 Mac OS 에서 한글이 있는 파일명은 자소가 분해되어 나온다. NFC 모드 : '한글파일.txt' NFD 모드 : 'ㅎㅏㄴㄱㅡㄹㅍㅏㅇㅣㄹ.txt' NodeJS에서 String Class에는 normalize('NFC' | 'NFD' | 'NFKC' |...
I kept coming back to creating methods that checked if a combination of fields is unique, and ended up creating a simple method, and wanted record it...