[Python] 型の検査・判定
2017/09/28 | python isinstance, python, 型判定
Pythonでの型の検査・判定方法 isinstance サンプル [crayon-6766e9d0e150a137377676/] 結果 [crayon-6766e9d0e151621
[python] 日付の取り扱い(datetime) 現在日付、計算、文字列変換(format)
現在日付 日付の計算 [crayon-6766e9d0e1b59519922780/] 文字列変換(フォーマット,format) [crayon-6766e9d0e1b6066731198
[python] 配列の扱い方
pythonでの配列の扱い方 python 配列の作成 python 配列要素の追加 [crayon-6766e9d0e2523611328192/]
[python] ファイルの読み込み
pythonでのファイルの読み込み方法 基本サンプル CSVファイルの読み込み [crayon-6766e9d0e2b1d935279505/]
[PHP] 文字列の置換(str_replace)
文字列中の特定文字列を置換する方法 str_replace サンプル [crayon-6766e9d0e3014554561097/] 結果 [crayon-6766e9d0e301a5
[PHP] テキストファイルへの書き込み
PHPでテキストファイルに書き込みを行う方法 上書き 追記 [crayon-6766e9d0e357a843839187/]
[Excel VBA] 正規表現判定を行う(RegExp)
Excel VBAで正規表現判定を行う方法 今回は置換など考えず、シンプルに判定のみ行います。 RegExpオブジェクトを用いた正規表現判定 事前準備 VBAの設定を変更する必要があります。