Answer the question
In order to leave comments, you need to log in
[[+content_image]]
Who can help with Yii2 regex validation?
Here is the actual code:
return [
[['product_id'], 'required'],
[['product_id', 'views'], 'integer'],
[['description'], 'string'],
[['rating', 'price'], 'number'],
[['title', 'image'], 'string', 'max' => 255],
['title', 'match', 'pattern' => '/^[а-яА-ЯёЁ0-9/s]+$/'],
];
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question