Opened 13 years ago
Closed 13 years ago
#4053 closed enhancement (fixed)
全角スペースの除去を行うバリデータの作成
Reported by: | ShogoKawahara | Owned by: | ShogoKawahara |
---|---|---|---|
Priority: | major | Milestone: | OpenPNE3.0.6 |
Component: | core | Version: | 3.0.x & 3.1.x |
Keywords: | OpenPNE3.1.1 | Cc: |
Description (last modified by )
概要
sfValidatorBaseは、第2引数なしのtrim()を利用しているので、 文字列の始め・終端だけ、trimをかけたい場合や全角文字の除去に対応していない。
仕様
全角文字列にも対応できるclass opValidatorStringを用意します
関連情報
Change History (5)
comment:1 Changed 13 years ago by
Owner: | changed from nobody to ShogoKawahara |
---|---|
Status: | new → assigned |
comment:2 Changed 13 years ago by
comment:3 Changed 13 years ago by
Description: | modified (diff) |
---|
comment:5 Changed 13 years ago by
Keywords: | 確認中 removed |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
r12142
全角スペース・文字の始め・終端だけに対応させたバリデータクラスを追加しました。