Login   Register  
PHP Classes
elePHPant
Icontem

File: ko_KR.sor

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Pavel Astakhov  >  Convert Number to Text with Soros  >  ko_KR.sor  >  Download  
File: ko_KR.sor
Role: Auxiliary data
Content type: text/plain
Description: ko_KR language for Soros class
Class: Convert Number to Text with Soros
Spell number with text in multiple languages
Author: By
Last change:
Date: 2013-01-31 03:37
Size: 942 bytes
 

Contents

Class file image Download
__numbertext__
^0 영
1 일
2 이 
3 삼
4 사
5 오
6 육
7 칠
8 팔
9 구
1(\d) 십$1
(\d)(\d) $1십$2
1(\d\d) 백$1
(\d)(\d\d) $1백$2
1(\d\d\d) 천$1
(\d)(\d\d\d) $1천$2
(\d{1,4})(\d{4}) $1만$2
(\d{1,4})(\d{8}) $1억$2
(\d{1,4})(\d{12}) $1조$2
(\d{1,4})(\d{16}) $1경$2
(\d{1,4})(\d{20}) $1해$2
(\d{1,4})(\d{24}) $1자$2
(\d{1,4})(\d{28}) $1양$2
(\d{1,4})(\d{32}) $1구$2
(\d{1,4})(\d{36}) $1간$2
(\d{1,4})(\d{40}) $1정$2
(\d{1,4})(\d{44}) $1재$2
(\d{1,4})(\d{52}) $1극$2

# negative numbers?

#[-−](\d+) 负|$1

# decimals?

#"([-−]?\d+)[.,]" "$1|点"
#"([-−]?\d+[.,]\d*)(\d)" $1||$2

# currency

# unit/subunit

u:([^,]*),([^,]*) \1
s:([^,]*),([^,]*) \2

CNY:(.) $(\1:런민비
JPY:(.) $(\1:엔,센)
KPW:(.) $(\1:조선민주주의인민공화국 원,전)
KRW:(.) $(\1:대한민국 원,전)
USD:(.) $(\1:미국 달러,센트)

"([A-Z]{3}) ([-−]?\d+([.,]0+)?)" $2$(\1:u)
"(([A-Z]{3}) [-−]?\d+)[.,](\d+)" $1$3$(\2:s)