Liking cljdoc? Tell your friends :D
All platforms.

namban.boeki

clj

Conversion between japanese language scripts and identification of script types.

Conversion between japanese language scripts and identification of script types.
raw docstring

->arabia-sujiclj/s

(->arabia-suji s)

Returns arabic numerals.

Returns arabic numerals.
raw docstring

->hebonclj/s

(->hebon s)

Converts syllabs of string to hebon.

Converts syllabs of string to hebon.
raw docstring

->hiraganaclj/s

(->hiragana s)

Converts syllabs of string to hiragana.

Converts syllabs of string to hiragana.
raw docstring

->kunreiclj/s

(->kunrei s)

Converts syllabs of string to kunrei.

Converts syllabs of string to kunrei.
raw docstring

->romajiclj/s

(->romaji s)

Converts syllabs of string to romaji.

Converts syllabs of string to romaji.
raw docstring

->romaji-yakumonoclj/s

(->romaji-yakumono s)

Returns punctuation in romaji.

Returns punctuation in romaji.
raw docstring

->sujiclj/s

(->suji s)

Returns japanese numerals.

Returns japanese numerals.
raw docstring

->wapuroclj/s

(->wapuro s)

Converts syllabs of string to wāpuro.

Converts syllabs of string to wāpuro.
raw docstring

->yakumonoclj/s

(->yakumono s)

Returns punctuation in japanese.

Returns punctuation in japanese.
raw docstring

->zenkaku-katakanaclj/s

(->zenkaku-katakana s)

Converts syllabs of string to zenkaku katakana.

Converts syllabs of string to zenkaku katakana.
raw docstring

agyo?clj/s

(agyo? s)

Checks if all character(s) in string are agyo.

Checks if all character(s) in string are agyo.
raw docstring

arabia-suji?clj/s

(arabia-suji? s)

Checks if string is arabian numeral.

Checks if string is arabian numeral.
raw docstring

consonants?clj/s

(consonants? s)

Checks if all character(s) in string are romaji consonants.

Checks if all character(s) in string are romaji consonants.
raw docstring

hankaku-katakana?clj/s

(hankaku-katakana? s)

Checks if all character(s) in string are hankaku-katakana.

Checks if all character(s) in string are hankaku-katakana.
raw docstring

hebon->hiraganaclj/s

(hebon->hiragana s)

Converts syllabs in hebon to hiragana. Leaves the rest of the string intact.

Converts syllabs in hebon to hiragana.
Leaves the rest of the string intact.
raw docstring

hebon->katakanaclj/s≠

clj
(hebon->katakana s)

Converts syllabs in hebon to katakana. Leaves the rest of the string intact.

Converts syllabs in hebon to katakana.
Leaves the rest of the string intact.
cljs
raw docstring

hebon->kunreiclj/s

(hebon->kunrei s)

Converts syllabs in hebon to kunrei. Leaves the rest of the string intact.

Converts syllabs in hebon to kunrei.
Leaves the rest of the string intact.
raw docstring

hebon->kunrei-shikiclj/s≠

clj
(hebon->kunrei-shiki s)

Converts syllabs in hebon to kunrei. Leaves the rest of the string intact.

Converts syllabs in hebon to kunrei.
Leaves the rest of the string intact.
cljs
raw docstring

hebon->romajiclj/s

(hebon->romaji s)

Converts syllabs in hebon to romaji. Leaves the rest of the string intact.

Converts syllabs in hebon to romaji.
Leaves the rest of the string intact.
raw docstring

hebon->wapuroclj/s

(hebon->wapuro s)

Converts syllabs in hebon to wāpuro. Leaves the rest of the string intact.

Converts syllabs in hebon to wāpuro.
Leaves the rest of the string intact.
raw docstring

hebon->zenkaku-katakanaclj/s

(hebon->zenkaku-katakana s)

Converts syllabs in hebon to katakana. Leaves the rest of the string intact.

Converts syllabs in hebon to katakana.
Leaves the rest of the string intact.
raw docstring

hebon-shikiclj/s≠

clj
(hebon-shiki s)

Converts syllabs of string to hebon.

Converts syllabs of string to hebon.
cljs
raw docstring

hebon-shiki->hiraganaclj/s≠

clj
(hebon-shiki->hiragana s)

Converts syllabs in hebon to hiragana. Leaves the rest of the string intact.

Converts syllabs in hebon to hiragana.
Leaves the rest of the string intact.
cljs
raw docstring

hebon-shiki->katakanaclj/s≠

clj
(hebon-shiki->katakana s)

Converts syllabs in hebon to katakana. Leaves the rest of the string intact.

Converts syllabs in hebon to katakana.
Leaves the rest of the string intact.
cljs
raw docstring

hebon-shiki->kunreiclj/s≠

clj
(hebon-shiki->kunrei s)

Converts syllabs in hebon to kunrei. Leaves the rest of the string intact.

Converts syllabs in hebon to kunrei.
Leaves the rest of the string intact.
cljs
raw docstring

hebon-shiki->kunrei-shikiclj/s≠

clj
(hebon-shiki->kunrei-shiki s)

Converts syllabs in hebon to kunrei. Leaves the rest of the string intact.

Converts syllabs in hebon to kunrei.
Leaves the rest of the string intact.
cljs
raw docstring

hebon-shiki->romajiclj/s≠

clj
(hebon-shiki->romaji s)

Converts syllabs in hebon to romaji. Leaves the rest of the string intact.

Converts syllabs in hebon to romaji.
Leaves the rest of the string intact.
cljs
raw docstring

hebon-shiki->wapuroclj/s≠

clj
(hebon-shiki->wapuro s)

Converts syllabs in hebon to wāpuro. Leaves the rest of the string intact.

Converts syllabs in hebon to wāpuro.
Leaves the rest of the string intact.
cljs
raw docstring

hebon-shiki->zenkaku-katakanaclj/s≠

clj
(hebon-shiki->zenkaku-katakana s)

Converts syllabs in hebon to katakana. Leaves the rest of the string intact.

Converts syllabs in hebon to katakana.
Leaves the rest of the string intact.
cljs
raw docstring

hebon-shiki?clj/s≠

clj
(hebon-shiki? s)

Checks if all character(s) in string are hebon romaji.

Checks if all character(s) in string are hebon romaji.
cljs
raw docstring

hebon?clj/s

(hebon? s)

Checks if all character(s) in string are hebon romaji.

Checks if all character(s) in string are hebon romaji.
raw docstring

henkanclj/s

(henkan s target)
(henkan s source target)

'henkan' means 'conversion'. Converts a string into target script. Converts only syllabs from source script when it's supplied.

'henkan' means 'conversion'. Converts a string into target script.
Converts only syllabs from source script when it's supplied.
raw docstring

hiragana->hebonclj/s

(hiragana->hebon s)

Converts syllabs in hiragana to hebon. Leaves the rest of the string intact.

Converts syllabs in hiragana to hebon.
Leaves the rest of the string intact.
raw docstring

hiragana->hebon-shikiclj/s≠

clj
(hiragana->hebon-shiki s)

Converts syllabs in hiragana to hebon. Leaves the rest of the string intact.

Converts syllabs in hiragana to hebon.
Leaves the rest of the string intact.
cljs
raw docstring

hiragana->katakanaclj/s≠

clj
(hiragana->katakana s)

Converts syllabs in hiragana to katakana. Leaves the rest of the string intact.

Converts syllabs in hiragana to katakana.
Leaves the rest of the string intact.
cljs
raw docstring

hiragana->kunreiclj/s

(hiragana->kunrei s)

Converts syllabs in hiragana to kunrei. Leaves the rest of the string intact.

Converts syllabs in hiragana to kunrei.
Leaves the rest of the string intact.
raw docstring

hiragana->kunrei-shikiclj/s≠

clj
(hiragana->kunrei-shiki s)

Converts syllabs in hiragana to kunrei. Leaves the rest of the string intact.

Converts syllabs in hiragana to kunrei.
Leaves the rest of the string intact.
cljs
raw docstring

hiragana->romajiclj/s

(hiragana->romaji s)

Converts syllabs in hiragana to romaji. Leaves the rest of the string intact.

Converts syllabs in hiragana to romaji.
Leaves the rest of the string intact.
raw docstring

hiragana->wapuroclj/s

(hiragana->wapuro s)

Converts syllabs in hiragana to wāpuro. Leaves the rest of the string intact.

Converts syllabs in hiragana to wāpuro.
Leaves the rest of the string intact.
raw docstring

hiragana->zenkaku-katakanaclj/s

(hiragana->zenkaku-katakana s)

Converts syllabs in hiragana to katakana. Leaves the rest of the string intact.

Converts syllabs in hiragana to katakana.
Leaves the rest of the string intact.
raw docstring

hiragana?clj/s

(hiragana? s)

Checks if all character(s) in string are hiragana.

Checks if all character(s) in string are hiragana.
raw docstring

kana?clj/s

(kana? s)

Checks if all character(s) in string are kana.

Checks if all character(s) in string are kana.
raw docstring

kanji?clj/s

(kanji? s)

Checks if all character(s) in string are kanji. Source: http://en.wikipedia.org/wiki/CJK_Unified_Ideographs

Checks if all character(s) in string are kanji.
Source: http://en.wikipedia.org/wiki/CJK_Unified_Ideographs
raw docstring

katakanaclj/s≠

clj
(katakana s)

Converts syllabs of string to zenkaku katakana.

Converts syllabs of string to zenkaku katakana.
cljs
raw docstring

katakana->hebonclj/s≠

clj
(katakana->hebon s)

Converts syllabs in katakana to hebon. Leaves the rest of the string intact.

Converts syllabs in katakana to hebon.
Leaves the rest of the string intact.
cljs
raw docstring

katakana->hebon-shikiclj/s≠

clj
(katakana->hebon-shiki s)

Converts syllabs in katakana to hebon. Leaves the rest of the string intact.

Converts syllabs in katakana to hebon.
Leaves the rest of the string intact.
cljs
raw docstring

katakana->hiraganaclj/s≠

clj
(katakana->hiragana s)

Converts syllabs in katakana to hiragana. Leaves the rest of the string intact.

Converts syllabs in katakana to hiragana.
Leaves the rest of the string intact.
cljs
raw docstring

katakana->kunreiclj/s≠

clj
(katakana->kunrei s)

Converts syllabs in katakana to kunrei. Leaves the rest of the string intact.

Converts syllabs in katakana to kunrei.
Leaves the rest of the string intact.
cljs
raw docstring

katakana->kunrei-shikiclj/s≠

clj
(katakana->kunrei-shiki s)

Converts syllabs in katakana to kunrei. Leaves the rest of the string intact.

Converts syllabs in katakana to kunrei.
Leaves the rest of the string intact.
cljs
raw docstring

katakana->romajiclj/s≠

clj
(katakana->romaji s)

Converts syllabs in katakana to romaji. Leaves the rest of the string intact.

Converts syllabs in katakana to romaji.
Leaves the rest of the string intact.
cljs
raw docstring

katakana->wapuroclj/s≠

clj
(katakana->wapuro s)

Converts syllabs in katakana to wāpuro. Leaves the rest of the string intact.

Converts syllabs in katakana to wāpuro.
Leaves the rest of the string intact.
cljs
raw docstring

katakana?clj/s

(katakana? s)

Checks if all character(s) in string are katakana.

Checks if all character(s) in string are katakana.
raw docstring

kunrei->hebonclj/s

(kunrei->hebon s)

Converts syllabs in kunrei to hebon. Leaves the rest of the string intact.

Converts syllabs in kunrei to hebon.
Leaves the rest of the string intact.
raw docstring

kunrei->hebon-shikiclj/s≠

clj
(kunrei->hebon-shiki s)

Converts syllabs in kunrei to hebon. Leaves the rest of the string intact.

Converts syllabs in kunrei to hebon.
Leaves the rest of the string intact.
cljs
raw docstring

kunrei->hiraganaclj/s

(kunrei->hiragana s)

Converts syllabs in kunrei to hiragana. Leaves the rest of the string intact.

Converts syllabs in kunrei to hiragana.
Leaves the rest of the string intact.
raw docstring

kunrei->katakanaclj/s≠

clj
(kunrei->katakana s)

Converts syllabs in kunrei to katakana. Leaves the rest of the string intact.

Converts syllabs in kunrei to katakana.
Leaves the rest of the string intact.
cljs
raw docstring

kunrei->romajiclj/s

(kunrei->romaji s)

Converts syllabs in kunrei to romaji. Leaves the rest of the string intact.

Converts syllabs in kunrei to romaji.
Leaves the rest of the string intact.
raw docstring

kunrei->wapuroclj/s

(kunrei->wapuro s)

Converts syllabs in kunrei to wāpuro. Leaves the rest of the string intact.

Converts syllabs in kunrei to wāpuro.
Leaves the rest of the string intact.
raw docstring

kunrei->zenkaku-katakanaclj/s

(kunrei->zenkaku-katakana s)

Converts syllabs in kunrei to katakana. Leaves the rest of the string intact.

Converts syllabs in kunrei to katakana.
Leaves the rest of the string intact.
raw docstring

kunrei-shikiclj/s≠

clj
(kunrei-shiki s)

Converts syllabs of string to kunrei.

Converts syllabs of string to kunrei.
cljs
raw docstring

kunrei-shiki->hebonclj/s≠

clj
(kunrei-shiki->hebon s)

Converts syllabs in kunrei to hebon. Leaves the rest of the string intact.

Converts syllabs in kunrei to hebon.
Leaves the rest of the string intact.
cljs
raw docstring

kunrei-shiki->hebon-shikiclj/s≠

clj
(kunrei-shiki->hebon-shiki s)

Converts syllabs in kunrei to hebon. Leaves the rest of the string intact.

Converts syllabs in kunrei to hebon.
Leaves the rest of the string intact.
cljs
raw docstring

kunrei-shiki->hiraganaclj/s≠

clj
(kunrei-shiki->hiragana s)

Converts syllabs in kunrei to hiragana. Leaves the rest of the string intact.

Converts syllabs in kunrei to hiragana.
Leaves the rest of the string intact.
cljs
raw docstring

kunrei-shiki->katakanaclj/s≠

clj
(kunrei-shiki->katakana s)

Converts syllabs in kunrei to katakana. Leaves the rest of the string intact.

Converts syllabs in kunrei to katakana.
Leaves the rest of the string intact.
cljs
raw docstring

kunrei-shiki->romajiclj/s≠

clj
(kunrei-shiki->romaji s)

Converts syllabs in kunrei to romaji. Leaves the rest of the string intact.

Converts syllabs in kunrei to romaji.
Leaves the rest of the string intact.
cljs
raw docstring

kunrei-shiki->wapuroclj/s≠

clj
(kunrei-shiki->wapuro s)

Converts syllabs in kunrei to wāpuro. Leaves the rest of the string intact.

Converts syllabs in kunrei to wāpuro.
Leaves the rest of the string intact.
cljs
raw docstring

kunrei-shiki->zenkaku-katakanaclj/s≠

clj
(kunrei-shiki->zenkaku-katakana s)

Converts syllabs in kunrei to katakana. Leaves the rest of the string intact.

Converts syllabs in kunrei to katakana.
Leaves the rest of the string intact.
cljs
raw docstring

kunrei-shiki?clj/s≠

clj
(kunrei-shiki? s)

Checks if all character(s) in string are kunrei-shiki romaji.

Checks if all character(s) in string are kunrei-shiki romaji.
cljs
raw docstring

kunrei?clj/s

(kunrei? s)

Checks if all character(s) in string are kunrei-shiki romaji.

Checks if all character(s) in string are kunrei-shiki romaji.
raw docstring

romaji->hebonclj/s

(romaji->hebon s)

Converts syllabs in romaji to hebon. Leaves the rest of the string intact.

Converts syllabs in romaji to hebon.
Leaves the rest of the string intact.
raw docstring

romaji->hebon-shikiclj/s≠

clj
(romaji->hebon-shiki s)

Converts syllabs in romaji to hebon. Leaves the rest of the string intact.

Converts syllabs in romaji to hebon.
Leaves the rest of the string intact.
cljs
raw docstring

romaji->hiraganaclj/s

(romaji->hiragana s)

Converts syllabs in romaji to hiragana. Leaves the rest of the string intact.

Converts syllabs in romaji to hiragana.
Leaves the rest of the string intact.
raw docstring

romaji->katakanaclj/s≠

clj
(romaji->katakana s)

Converts syllabs in romaji to hiragana. Leaves the rest of the string intact.

Converts syllabs in romaji to hiragana.
Leaves the rest of the string intact.
cljs
raw docstring

romaji->kunreiclj/s

(romaji->kunrei s)

Converts syllabs in romaji to kunrei. Leaves the rest of the string intact.

Converts syllabs in romaji to kunrei.
Leaves the rest of the string intact.
raw docstring

romaji->kunrei-shikiclj/s≠

clj
(romaji->kunrei-shiki s)

Converts syllabs in romaji to kunrei. Leaves the rest of the string intact.

Converts syllabs in romaji to kunrei.
Leaves the rest of the string intact.
cljs
raw docstring

romaji->wapuroclj/s

(romaji->wapuro s)

Converts syllabs in romaji to wāpuro. Leaves the rest of the string intact.

Converts syllabs in romaji to wāpuro.
Leaves the rest of the string intact.
raw docstring

romaji->zenkaku-katakanaclj/s

(romaji->zenkaku-katakana s)

Converts syllabs in romaji to hiragana. Leaves the rest of the string intact.

Converts syllabs in romaji to hiragana.
Leaves the rest of the string intact.
raw docstring

romaji-yakumono?clj/s

(romaji-yakumono? s)

Checks if all character(s) in string are romaji punctuation.

Checks if all character(s) in string are romaji punctuation.
raw docstring

romaji?clj/s

(romaji? s)

Checks if all character(s) in string are any kind of romaji.

Checks if all character(s) in string are any kind of romaji.
raw docstring

scriptsclj/s

(scripts s)

Returns a set of script keywords corresponding to every character in input string.

Returns a set of script keywords
corresponding to every character in input string.
raw docstring

some-kana-sokuon-compclj/s

(some-kana-sokuon-comp s)

Returns kana sokuon compound or nil if it doesn't exist.

Returns kana sokuon compound or nil if it doesn't exist.
raw docstring

some-romaji-sokuon-compclj/s

(some-romaji-sokuon-comp s)

Returs romaji sokuon compound or nil if it doesn't exist in string. Compound refers to sokuon followed by 'consonant'

Returs romaji sokuon compound or nil if it doesn't exist in string.
Compound refers to sokuon followed by 'consonant'
raw docstring

some-sokuon-compclj/s

(some-sokuon-comp s)

Returs truthy if there is a sokuon compound or falsey otherwise. Compound refers to sokuon followed by 'consonant'

Returs truthy if there is a sokuon compound or falsey otherwise.
Compound refers to sokuon followed by 'consonant'
raw docstring

suji?clj/s

(suji? s)

Checks if all character(s) in string are arabian numbers.

Checks if all character(s) in string are arabian numbers.
raw docstring

vowels?clj/s

(vowels? s)

Checks if all character(s) in string are romaji vowels.

Checks if all character(s) in string are romaji vowels.
raw docstring

wapuro?clj/s

(wapuro? s)

Checks if all character(s) in string are wāpuro romaji.

Checks if all character(s) in string are wāpuro romaji.
raw docstring

yakumono?clj/s

(yakumono? s)

Checks if all character(s) in string are japanese punctuation.

Checks if all character(s) in string are japanese punctuation.
raw docstring

zenkaku-katakana->hebonclj/s

(zenkaku-katakana->hebon s)

Converts syllabs in katakana to hebon. Leaves the rest of the string intact.

Converts syllabs in katakana to hebon.
Leaves the rest of the string intact.
raw docstring

zenkaku-katakana->hebon-shikiclj/s≠

clj
(zenkaku-katakana->hebon-shiki s)

Converts syllabs in katakana to hebon. Leaves the rest of the string intact.

Converts syllabs in katakana to hebon.
Leaves the rest of the string intact.
cljs
raw docstring

zenkaku-katakana->hiraganaclj/s

(zenkaku-katakana->hiragana s)

Converts syllabs in katakana to hiragana. Leaves the rest of the string intact.

Converts syllabs in katakana to hiragana.
Leaves the rest of the string intact.
raw docstring

zenkaku-katakana->kunreiclj/s

(zenkaku-katakana->kunrei s)

Converts syllabs in katakana to kunrei. Leaves the rest of the string intact.

Converts syllabs in katakana to kunrei.
Leaves the rest of the string intact.
raw docstring

zenkaku-katakana->kunrei-shikiclj/s≠

clj
(zenkaku-katakana->kunrei-shiki s)

Converts syllabs in katakana to kunrei. Leaves the rest of the string intact.

Converts syllabs in katakana to kunrei.
Leaves the rest of the string intact.
cljs
raw docstring

zenkaku-katakana->romajiclj/s

(zenkaku-katakana->romaji s)

Converts syllabs in katakana to romaji. Leaves the rest of the string intact.

Converts syllabs in katakana to romaji.
Leaves the rest of the string intact.
raw docstring

zenkaku-katakana->wapuroclj/s

(zenkaku-katakana->wapuro s)

Converts syllabs in katakana to wāpuro. Leaves the rest of the string intact.

Converts syllabs in katakana to wāpuro.
Leaves the rest of the string intact.
raw docstring

zenkaku-katakana?clj/s

(zenkaku-katakana? s)

Checks if all character(s) in string are zenkaku-katakana.

Checks if all character(s) in string are zenkaku-katakana.
raw docstring

あぎょう?clj/s≠

clj
(あぎょう? s)

Checks if all character(s) in string are agyo.

Checks if all character(s) in string are agyo.
cljs
raw docstring

かな?clj/s≠

clj
(かな? s)

Checks if all character(s) in string are kana.

Checks if all character(s) in string are kana.
cljs
raw docstring

くんれいclj/s≠

clj
(くんれい s)

Converts syllabs of string to kunrei.

Converts syllabs of string to kunrei.
cljs
raw docstring

くんれい->ぜんかくカタカナclj/s≠

clj
(くんれい->ぜんかくカタカナ s)

Converts syllabs in kunrei to katakana. Leaves the rest of the string intact.

Converts syllabs in kunrei to katakana.
Leaves the rest of the string intact.
cljs
raw docstring

くんれい->ひらがなclj/s≠

clj
(くんれい->ひらがな s)

Converts syllabs in kunrei to hiragana. Leaves the rest of the string intact.

Converts syllabs in kunrei to hiragana.
Leaves the rest of the string intact.
cljs
raw docstring

くんれい->カタカナclj/s≠

clj
(くんれい->カタカナ s)

Converts syllabs in kunrei to katakana. Leaves the rest of the string intact.

Converts syllabs in kunrei to katakana.
Leaves the rest of the string intact.
cljs
raw docstring

くんれい->ヘボンclj/s≠

clj
(くんれい->ヘボン s)

Converts syllabs in kunrei to hebon. Leaves the rest of the string intact.

Converts syllabs in kunrei to hebon.
Leaves the rest of the string intact.
cljs
raw docstring

くんれい->ヘボンしきclj/s≠

clj
(くんれい->ヘボンしき s)

Converts syllabs in kunrei to hebon. Leaves the rest of the string intact.

Converts syllabs in kunrei to hebon.
Leaves the rest of the string intact.
cljs
raw docstring

くんれい->ローマじclj/s≠

clj
(くんれい->ローマじ s)

Converts syllabs in kunrei to romaji. Leaves the rest of the string intact.

Converts syllabs in kunrei to romaji.
Leaves the rest of the string intact.
cljs
raw docstring

くんれい->ワープロclj/s≠

clj
(くんれい->ワープロ s)

Converts syllabs in kunrei to wāpuro. Leaves the rest of the string intact.

Converts syllabs in kunrei to wāpuro.
Leaves the rest of the string intact.
cljs
raw docstring

くんれい?clj/s≠

clj
(くんれい? s)

Checks if all character(s) in string are kunrei-shiki romaji.

Checks if all character(s) in string are kunrei-shiki romaji.
cljs
raw docstring

くんれいしきclj/s≠

clj
(くんれいしき s)

Converts syllabs of string to kunrei.

Converts syllabs of string to kunrei.
cljs
raw docstring

くんれいしき->ぜんかくカタカナclj/s≠

clj
(くんれいしき->ぜんかくカタカナ s)

Converts syllabs in kunrei to katakana. Leaves the rest of the string intact.

Converts syllabs in kunrei to katakana.
Leaves the rest of the string intact.
cljs
raw docstring

くんれいしき->ひらがなclj/s≠

clj
(くんれいしき->ひらがな s)

Converts syllabs in kunrei to hiragana. Leaves the rest of the string intact.

Converts syllabs in kunrei to hiragana.
Leaves the rest of the string intact.
cljs
raw docstring

くんれいしき->カタカナclj/s≠

clj
(くんれいしき->カタカナ s)

Converts syllabs in kunrei to katakana. Leaves the rest of the string intact.

Converts syllabs in kunrei to katakana.
Leaves the rest of the string intact.
cljs
raw docstring

くんれいしき->ヘボンclj/s≠

clj
(くんれいしき->ヘボン s)

Converts syllabs in kunrei to hebon. Leaves the rest of the string intact.

Converts syllabs in kunrei to hebon.
Leaves the rest of the string intact.
cljs
raw docstring

くんれいしき->ヘボンしきclj/s≠

clj
(くんれいしき->ヘボンしき s)

Converts syllabs in kunrei to hebon. Leaves the rest of the string intact.

Converts syllabs in kunrei to hebon.
Leaves the rest of the string intact.
cljs
raw docstring

くんれいしき->ローマじclj/s≠

clj
(くんれいしき->ローマじ s)

Converts syllabs in kunrei to romaji. Leaves the rest of the string intact.

Converts syllabs in kunrei to romaji.
Leaves the rest of the string intact.
cljs
raw docstring

くんれいしき->ワープロclj/s≠

clj
(くんれいしき->ワープロ s)

Converts syllabs in kunrei to wāpuro. Leaves the rest of the string intact.

Converts syllabs in kunrei to wāpuro.
Leaves the rest of the string intact.
cljs
raw docstring

くんれいしき?clj/s≠

clj
(くんれいしき? s)

Checks if all character(s) in string are kunrei-shiki romaji.

Checks if all character(s) in string are kunrei-shiki romaji.
cljs
raw docstring

すうじclj/s≠

clj
(すうじ s)

Returns japanese numerals.

Returns japanese numerals.
cljs
raw docstring

すうじ?clj/s≠

clj
(すうじ? s)

Checks if all character(s) in string are arabian numbers.

Checks if all character(s) in string are arabian numbers.
cljs
raw docstring

ぜんかくカタカナ->くんれいclj/s≠

clj
(ぜんかくカタカナ->くんれい s)

Converts syllabs in katakana to kunrei. Leaves the rest of the string intact.

Converts syllabs in katakana to kunrei.
Leaves the rest of the string intact.
cljs
raw docstring

ぜんかくカタカナ->ひらがなclj/s≠

clj
(ぜんかくカタカナ->ひらがな s)

Converts syllabs in katakana to hiragana. Leaves the rest of the string intact.

Converts syllabs in katakana to hiragana.
Leaves the rest of the string intact.
cljs
raw docstring

ぜんかくカタカナ->ヘボンclj/s≠

clj
(ぜんかくカタカナ->ヘボン s)

Converts syllabs in katakana to hebon. Leaves the rest of the string intact.

Converts syllabs in katakana to hebon.
Leaves the rest of the string intact.
cljs
raw docstring

ぜんかくカタカナ->ヘボンしきclj/s≠

clj
(ぜんかくカタカナ->ヘボンしき s)

Converts syllabs in katakana to kunrei. Leaves the rest of the string intact.

Converts syllabs in katakana to kunrei.
Leaves the rest of the string intact.
cljs
raw docstring

ぜんかくカタカナ->ローマじclj/s≠

clj
(ぜんかくカタカナ->ローマじ s)

Converts syllabs in katakana to romaji. Leaves the rest of the string intact.

Converts syllabs in katakana to romaji.
Leaves the rest of the string intact.
cljs
raw docstring

ぜんかくカタカナ->ワープロclj/s≠

clj
(ぜんかくカタカナ->ワープロ s)

Converts syllabs in katakana to wāpuro. Leaves the rest of the string intact.

Converts syllabs in katakana to wāpuro.
Leaves the rest of the string intact.
cljs
raw docstring

ぜんかくカタカナ?clj/s≠

clj
(ぜんかくカタカナ? s)

Checks if all character(s) in string are zenkaku-katakana.

Checks if all character(s) in string are zenkaku-katakana.
cljs
raw docstring

はんかくカタカナ?clj/s≠

clj
(はんかくカタカナ? s)

Checks if all character(s) in string are hankaku-katakana.

Checks if all character(s) in string are hankaku-katakana.
cljs
raw docstring

ひらがなclj/s≠

clj
(ひらがな s)

Converts syllabs of string to hiragana.

Converts syllabs of string to hiragana.
cljs
raw docstring

ひらがな->くんれいclj/s≠

clj
(ひらがな->くんれい s)

Converts syllabs in hiragana to kunrei. Leaves the rest of the string intact.

Converts syllabs in hiragana to kunrei.
Leaves the rest of the string intact.
cljs
raw docstring

ひらがな->くんれいしきclj/s≠

clj
(ひらがな->くんれいしき s)

Converts syllabs in hiragana to kunrei. Leaves the rest of the string intact.

Converts syllabs in hiragana to kunrei.
Leaves the rest of the string intact.
cljs
raw docstring

ひらがな->ぜんかくカタカナclj/s≠

clj
(ひらがな->ぜんかくカタカナ s)

Converts syllabs in hiragana to katakana. Leaves the rest of the string intact.

Converts syllabs in hiragana to katakana.
Leaves the rest of the string intact.
cljs
raw docstring

ひらがな->カタカナclj/s≠

clj
(ひらがな->カタカナ s)

Converts syllabs in hiragana to katakana. Leaves the rest of the string intact.

Converts syllabs in hiragana to katakana.
Leaves the rest of the string intact.
cljs
raw docstring

ひらがな->ヘボンclj/s≠

clj
(ひらがな->ヘボン s)

Converts syllabs in hiragana to hebon. Leaves the rest of the string intact.

Converts syllabs in hiragana to hebon.
Leaves the rest of the string intact.
cljs
raw docstring

ひらがな->ヘボンしきclj/s≠

clj
(ひらがな->ヘボンしき s)

Converts syllabs in hiragana to hebon. Leaves the rest of the string intact.

Converts syllabs in hiragana to hebon.
Leaves the rest of the string intact.
cljs
raw docstring

ひらがな->ローマじclj/s≠

clj
(ひらがな->ローマじ s)

Converts syllabs in hiragana to romaji. Leaves the rest of the string intact.

Converts syllabs in hiragana to romaji.
Leaves the rest of the string intact.
cljs
raw docstring

ひらがな->ワープロclj/s≠

clj
(ひらがな->ワープロ s)

Converts syllabs in hiragana to wāpuro. Leaves the rest of the string intact.

Converts syllabs in hiragana to wāpuro.
Leaves the rest of the string intact.
cljs
raw docstring

ひらがな?clj/s≠

clj
(ひらがな? s)

Checks if all character(s) in string are hiragana.

Checks if all character(s) in string are hiragana.
cljs
raw docstring

へんかんclj/s≠

clj
(へんかん s target)
(へんかん s source target)

'henkan' means 'conversion'. Converts a string into target script. Converts only syllabs from source script when it's supplied.

'henkan' means 'conversion'. Converts a string into target script.
Converts only syllabs from source script when it's supplied.
cljs
raw docstring

やくものclj/s≠

clj
(やくもの s)

Returns punctuation in japanese.

Returns punctuation in japanese.
cljs
raw docstring

やくもの?clj/s≠

clj
(やくもの? s)

Checks if all character(s) in string are japanese punctuation.

Checks if all character(s) in string are japanese punctuation.
cljs
raw docstring

アラビアすうじclj/s≠

clj
(アラビアすうじ s)

Returns arabic numerals.

Returns arabic numerals.
cljs
raw docstring

アラビアすうじ?clj/s≠

clj
(アラビアすうじ? s)

Checks if string is arabian numeral.

Checks if string is arabian numeral.
cljs
raw docstring

カタカナclj/s≠

clj
(カタカナ s)

Converts syllabs of string to zenkaku katakana.

Converts syllabs of string to zenkaku katakana.
cljs
raw docstring

カタカナ->くんれいclj/s≠

clj
(カタカナ->くんれい s)

Converts syllabs in katakana to kunrei. Leaves the rest of the string intact.

Converts syllabs in katakana to kunrei.
Leaves the rest of the string intact.
cljs
raw docstring

カタカナ->くんれいしきclj/s≠

clj
(カタカナ->くんれいしき s)

Converts syllabs in katakana to kunrei. Leaves the rest of the string intact.

Converts syllabs in katakana to kunrei.
Leaves the rest of the string intact.
cljs
raw docstring

カタカナ->ひらがなclj/s≠

clj
(カタカナ->ひらがな s)

Converts syllabs in katakana to hiragana. Leaves the rest of the string intact.

Converts syllabs in katakana to hiragana.
Leaves the rest of the string intact.
cljs
raw docstring

カタカナ->ヘボンclj/s≠

clj
(カタカナ->ヘボン s)

Converts syllabs in katakana to hebon. Leaves the rest of the string intact.

Converts syllabs in katakana to hebon.
Leaves the rest of the string intact.
cljs
raw docstring

カタカナ->ヘボンしきclj/s≠

clj
(カタカナ->ヘボンしき s)

Converts syllabs in katakana to hebon. Leaves the rest of the string intact.

Converts syllabs in katakana to hebon.
Leaves the rest of the string intact.
cljs
raw docstring

カタカナ->ローマじclj/s≠

clj
(カタカナ->ローマじ s)

Converts syllabs in katakana to romaji. Leaves the rest of the string intact.

Converts syllabs in katakana to romaji.
Leaves the rest of the string intact.
cljs
raw docstring

カタカナ->ワープロclj/s≠

clj
(カタカナ->ワープロ s)

Converts syllabs in katakana to wāpuro. Leaves the rest of the string intact.

Converts syllabs in katakana to wāpuro.
Leaves the rest of the string intact.
cljs
raw docstring

カタカナ?clj/s≠

clj
(カタカナ? s)

Checks if all character(s) in string are katakana.

Checks if all character(s) in string are katakana.
cljs
raw docstring

ゼンカクカタカナclj/s≠

clj
(ゼンカクカタカナ s)

Converts syllabs of string to zenkaku katakana.

Converts syllabs of string to zenkaku katakana.
cljs
raw docstring

ヘボンclj/s≠

clj
(ヘボン s)

Converts syllabs of string to hebon.

Converts syllabs of string to hebon.
cljs
raw docstring

ヘボン->くんれいclj/s≠

clj
(ヘボン->くんれい s)

Converts syllabs in hebon to kunrei. Leaves the rest of the string intact.

Converts syllabs in hebon to kunrei.
Leaves the rest of the string intact.
cljs
raw docstring

ヘボン->くんれいしきclj/s≠

clj
(ヘボン->くんれいしき s)

Converts syllabs in hebon to kunrei. Leaves the rest of the string intact.

Converts syllabs in hebon to kunrei.
Leaves the rest of the string intact.
cljs
raw docstring

ヘボン->ぜんかくカタカナclj/s≠

clj
(ヘボン->ぜんかくカタカナ s)

Converts syllabs in hebon to katakana. Leaves the rest of the string intact.

Converts syllabs in hebon to katakana.
Leaves the rest of the string intact.
cljs
raw docstring

ヘボン->ひらがなclj/s≠

clj
(ヘボン->ひらがな s)

Converts syllabs in hebon to hiragana. Leaves the rest of the string intact.

Converts syllabs in hebon to hiragana.
Leaves the rest of the string intact.
cljs
raw docstring

ヘボン->カタカナclj/s≠

clj
(ヘボン->カタカナ s)

Converts syllabs in hebon to katakana. Leaves the rest of the string intact.

Converts syllabs in hebon to katakana.
Leaves the rest of the string intact.
cljs
raw docstring

ヘボン->ローマじclj/s≠

clj
(ヘボン->ローマじ s)

Converts syllabs in hebon to romaji. Leaves the rest of the string intact.

Converts syllabs in hebon to romaji.
Leaves the rest of the string intact.
cljs
raw docstring

ヘボン->ワープロclj/s≠

clj
(ヘボン->ワープロ s)

Converts syllabs in hebon to wāpuro. Leaves the rest of the string intact.

Converts syllabs in hebon to wāpuro.
Leaves the rest of the string intact.
cljs
raw docstring

ヘボン?clj/s≠

clj
(ヘボン? s)

Checks if all character(s) in string are hebon romaji.

Checks if all character(s) in string are hebon romaji.
cljs
raw docstring

ヘボンしきclj/s≠

clj
(ヘボンしき s)

Converts syllabs of string to hebon.

Converts syllabs of string to hebon.
cljs
raw docstring

ヘボンしき->くんれいclj/s≠

clj
(ヘボンしき->くんれい s)

Converts syllabs in hebon to kunrei. Leaves the rest of the string intact.

Converts syllabs in hebon to kunrei.
Leaves the rest of the string intact.
cljs
raw docstring

ヘボンしき->くんれいしきclj/s≠

clj
(ヘボンしき->くんれいしき s)

Converts syllabs in hebon to kunrei. Leaves the rest of the string intact.

Converts syllabs in hebon to kunrei.
Leaves the rest of the string intact.
cljs
raw docstring

ヘボンしき->ぜんかくカタカナclj/s≠

clj
(ヘボンしき->ぜんかくカタカナ s)

Converts syllabs in hebon to katakana. Leaves the rest of the string intact.

Converts syllabs in hebon to katakana.
Leaves the rest of the string intact.
cljs
raw docstring

ヘボンしき->ひらがなclj/s≠

clj
(ヘボンしき->ひらがな s)

Converts syllabs in hebon to hiragana. Leaves the rest of the string intact.

Converts syllabs in hebon to hiragana.
Leaves the rest of the string intact.
cljs
raw docstring

ヘボンしき->カタカナclj/s≠

clj
(ヘボンしき->カタカナ s)

Converts syllabs in hebon to katakana. Leaves the rest of the string intact.

Converts syllabs in hebon to katakana.
Leaves the rest of the string intact.
cljs
raw docstring

ヘボンしき->ローマじclj/s≠

clj
(ヘボンしき->ローマじ s)

Converts syllabs in hebon to romaji. Leaves the rest of the string intact.

Converts syllabs in hebon to romaji.
Leaves the rest of the string intact.
cljs
raw docstring

ヘボンしき->ワープロclj/s≠

clj
(ヘボンしき->ワープロ s)

Converts syllabs in hebon to wāpuro. Leaves the rest of the string intact.

Converts syllabs in hebon to wāpuro.
Leaves the rest of the string intact.
cljs
raw docstring

ヘボンしき?clj/s≠

clj
(ヘボンしき? s)

Checks if all character(s) in string are hebon romaji.

Checks if all character(s) in string are hebon romaji.
cljs
raw docstring

ローマじclj/s≠

clj
(ローマじ s)

Converts syllabs of string to romaji.

Converts syllabs of string to romaji.
cljs
raw docstring

ローマじ->くんれいclj/s≠

clj
(ローマじ->くんれい s)

Converts syllabs in romaji to kunrei. Leaves the rest of the string intact.

Converts syllabs in romaji to kunrei.
Leaves the rest of the string intact.
cljs
raw docstring

ローマじ->くんれいしきclj/s≠

clj
(ローマじ->くんれいしき s)

Converts syllabs in romaji to kunrei. Leaves the rest of the string intact.

Converts syllabs in romaji to kunrei.
Leaves the rest of the string intact.
cljs
raw docstring

ローマじ->ぜんかくカタカナclj/s≠

clj
(ローマじ->ぜんかくカタカナ s)

Converts syllabs in romaji to hiragana. Leaves the rest of the string intact.

Converts syllabs in romaji to hiragana.
Leaves the rest of the string intact.
cljs
raw docstring

ローマじ->ひらがなclj/s≠

clj
(ローマじ->ひらがな s)

Converts syllabs in romaji to hiragana. Leaves the rest of the string intact.

Converts syllabs in romaji to hiragana.
Leaves the rest of the string intact.
cljs
raw docstring

ローマじ->カタカナclj/s≠

clj
(ローマじ->カタカナ s)

Converts syllabs in romaji to hiragana. Leaves the rest of the string intact.

Converts syllabs in romaji to hiragana.
Leaves the rest of the string intact.
cljs
raw docstring

ローマじ->ヘボンclj/s≠

clj
(ローマじ->ヘボン s)

Converts syllabs in romaji to hebon. Leaves the rest of the string intact.

Converts syllabs in romaji to hebon.
Leaves the rest of the string intact.
cljs
raw docstring

ローマじ->ヘボンしきclj/s≠

clj
(ローマじ->ヘボンしき s)

Converts syllabs in romaji to hebon. Leaves the rest of the string intact.

Converts syllabs in romaji to hebon.
Leaves the rest of the string intact.
cljs
raw docstring

ローマじ->ワープロclj/s≠

clj
(ローマじ->ワープロ s)

Converts syllabs in romaji to wāpuro. Leaves the rest of the string intact.

Converts syllabs in romaji to wāpuro.
Leaves the rest of the string intact.
cljs
raw docstring

ローマじ?clj/s≠

clj
(ローマじ? s)

Checks if all character(s) in string are any kind of romaji.

Checks if all character(s) in string are any kind of romaji.
cljs
raw docstring

ローマじやくものclj/s≠

clj
(ローマじやくもの s)

Returns punctuation in romaji.

Returns punctuation in romaji.
cljs
raw docstring

ローマじやくもの?clj/s≠

clj
(ローマじやくもの? s)

Checks if all character(s) in string are romaji punctuation.

Checks if all character(s) in string are romaji punctuation.
cljs
raw docstring

ワープロclj/s≠

clj
(ワープロ s)

Converts syllabs of string to wāpuro.

Converts syllabs of string to wāpuro.
cljs
raw docstring

ワープロ?clj/s≠

clj
(ワープロ? s)

Checks if all character(s) in string are wāpuro romaji.

Checks if all character(s) in string are wāpuro romaji.
cljs
raw docstring

漢字?clj/s≠

clj
(漢字? s)

Checks if all character(s) in string are kanji. Source: http://en.wikipedia.org/wiki/CJK_Unified_Ideographs

Checks if all character(s) in string are kanji.
Source: http://en.wikipedia.org/wiki/CJK_Unified_Ideographs
cljs
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close