r[expr.array.constructor] Array expressions construct arrays. Array expressions come in two forms. r[expr.array.array] The first form lists out every value in the array. r[expr.array.array-syntax] The ...
フォーム値の自動検証フレームワークには、値の検証だけではなく変換処理も組み込まれています。この機能を利用することで、フォーム値に含まれる半角カナを自動的に全角に変換したり、受け取りたくない文字列を削除することが出来ます。 サンプル ...