This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* ver0.1 殴り書き | |
* ver0.2 半角スペースを含んでいる場合に、別の文節として処理できるように修正 | |
* ver0.3 課題を模索中 | |
* ver0.4 リファクタリング & エスケープ処理以外はほぼ完成 | |
* ver0.5 HTML用エスケープ処理を実装 & テストコード拡充 | |
*/ | |
public class Autolink { | |
/* |
NewerOlder