基本
- Kotlin if文(式)のサンプル
- Kotlin for文 処理を繰り返す(break/continue)
- Kotlin while文とdo…while文のサンプル
- Kotlin when文(式)のサンプル(switch文)
- Kotlin 計算のサンプル(a += 3や++aとa++)
- Kotlin ListとMutableListのサンプル
- Kotlin 2次元配列のサンプル
文字列
- kotlin 文字列を結合する(StringBuilder/+/join)
- [Kotlin] indexOf 文字列の位置を取得
- Kotlin substring 文字列を切り出す
- Kotlin split 文字列を分割してリストにする
- Kotlin replace 文字列を置換するサンプル
- Kotlin matches 正規表現で真偽値を返す
- Kotlin trim 文字列の先頭と末尾の空白を除去
- Kotlin isEmpty 空文字を確認する
- Kotlin 文字列の始まり/終わりを確認(startsWith/endsWith)
- Kotlin 文字からUnicodeを取得(codePointAt)
- Kotlin バイト配列の作成と復号のサンプル(toByteArray)