API Docs for:
Show:

JpWrap Class

Module: jp-wrap

日本語の禁則処理を行って改行する

Methods

getLines

(
  • text
)
Array(String) public

textを分割し、行(Wordオブジェクト)の配列を取得 戦略:文字列を単語ごとに分解してから、行を埋めていく

Parameters:

  • text String

Returns:

Array(String):

lines 分割された行の配列

isJoinable

(
  • word1
  • word2
)
private

word1にword2をjoinしていいのかどうか

Parameters:

splitTextIntoWords

(
  • text
)
Array(Word) private

与えられた文字列を単語に分割 行頭に来ることができないものを前の文字の続きにして分割

Parameters:

  • text String

Returns:

Array(Word):

wrap

(
  • text
)
Array(String) public

textを分割し、行(String)の配列を取得

Parameters:

  • text String

Returns:

Array(String):

lines 分割された行の配列