카페검색 본문
카페글 본문
-
홈피적용 Footer 2023.12.23해당카페글 미리보기
else if (!isPassword(passwordValue)) { setErrorFor(password, 'atleast one number, one uppercase, lowercase letter, and atleast 8 character'); }else { setSuccessFor(password); } if (confirmValue === '') { setErrorFor(confirm, 'Please re...
-
[2024년]의학전자정보 이용 안내 2023.12.07해당카페글 미리보기
만들때, 처음 문자는 대문자, 적어도 1개 이상의 숫자와 특수문자를 포함 해야 합니다. (8 to 24 characters / at least 1 uppercase letter / cannot match username / at least 1 number, or special character from the following set...
-
12/19 Fri. Topics 1) How a Password Changed My Life 2) Robbing You Blind? 2014.12.18해당카페글 미리보기
a big deal, unless you work at my company, where we have to change it monthly, using at least one uppercase character, one lowercase character, one symbol, and one numeral. Oh, and the whole darn thing can’t be fewer than eight...
-
password problems 2015.09.10해당카페글 미리보기
cannot have blank spaces. USER: 50bloodyboiledcabbages WINDOWS: Sorry, the password must contain at least one uppercase character. USER: 50BLOODYboiledcabbages WINDOWS: Sorry, the password cannot use more than one uppercase character...
-
vim magic 도움말 2012.05.13해당카페글 미리보기
Za-z] |/\l| \l \l lowercase character: [a-z] |/\L| \L \L non-lowercase character: [^a-z] |/\u| \u \u uppercase character: [A-Z] |/\U| \U \U non-uppercase character [^A-Z] |/\_| \_x \_x where x is any of the characters above: character...