string example;
example =
Regex.Replace(input, @"[^a-zA-Z0-9가-힣_]", "", RegexOptions.Singleline);
기준문자열.Regex.Replace("기존 문자","변경할 문자");
'SW 개발 공부 > 실수 기록' 카테고리의 다른 글
C언어 오류) function returns address of local variable [-Wreturn-local-addr] (0) | 2022.06.17 |
---|---|
UDP 멀티캐스트 1 (0) | 2022.04.04 |
디렉토리에 존재하는 파일들 전체 읽고 저장하기 (0) | 2022.03.17 |
.net framework 변경 (1) | 2022.01.05 |
TCP/ IP 통신 (0) | 2021.12.09 |