[[+content_image]]
W
W
WildJust2016-12-01 20:10:49
Yii
WildJust, 2016-12-01 20:10:49

Setting up regular expression validation in Yii2?

I get an error: Getting unknown property: frontend\models\Product::match

[['title',  'match', 'pattern' => '/^[а-яА-Я1-9\s]/i'], 'string', 'max' => 255],

Answer the question

In order to leave comments, you need to log in

[[+comments_count]] answer(s)
D
Dmitry, 2016-12-01
@WildJust

Good evening.
So it will be more correct, remove everything else:

['title',  'match', 'pattern' => '/^[а-яА-Я1-9\s]/i']

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question