LoginSignup
0
0

More than 3 years have passed since last update.

Craft CMS で値出力時に正規表現で置換する

Posted at

Craft CMS は replace フィルターで正規表現が使える

{{ tag.title|lower|replace('/[^\\w]+/', '-') }}

Filters | Craft 3 Documentation
https://docs.craftcms.com/v3/dev/filters.html#replace

regex_replace とかかと思ったけど違ったのでメモしておく。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0