상세 컨텐츠

본문 제목

[Kotlin] 정규식

프로그래밍

by 독서와 여행 2021. 4. 10. 13:51

본문

zetcode.com/kotlin/regularexpressions/#:~:text=In%20Kotlin%2C%20we%20build%20regular%20expressions%20with%20the%20Regex%20.&text=A%20pattern%20is%20a%20regular,is%20going%20to%20be%20evaluated.

 

Kotlin regular expressions - using regular expressions in Kotlin

Kotlin regular expressions last modified July 5, 2020 Kotlin regular expressions tutorial shows how to use regular expressions in Kotlin. Regular expressions are used for text searching and more advanced text manipulation. Regular expressions are built-in

zetcode.com

 

 

여기에 상당히 잘 정리되어있다. 정규식이라기 보다는 음 문자열 처리 방법이 더 잘 어울리겠다

'프로그래밍' 카테고리의 다른 글

[Kotlin] 실패율  (0) 2021.04.18
[Python] 크레인 인형뽑기  (0) 2021.04.13
[Kotlin] 시퀀스를 이용한 피보나치 수열  (0) 2021.04.09
[Kotlin] forEach / for EachIndexed  (0) 2021.04.08
[Kotlin] 배열 람다식  (0) 2021.04.08

관련글 더보기

댓글 영역