본문 바로가기
android

[kotlin] 문자열에서 html tag 제거하기

by liz_devel 2022. 3. 16.
HtmlCompat.fromHtml(문자열변수명, HtmlCompat.FROM_HTML_MODE_LEGACY);

 

반응형