Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
한글 숫자 문자열을 숫자로 변환
int
float
hangul_to_number(text: str) -> int | float
from hangulpy import hangul_to_number print(hangul_to_number("천이백삼십사")) # 1234 print(hangul_to_number("삼점일사")) # 3.14