No commit activity in last 3 years
No release in over 3 years
Simple module to allow using regular expression replacing via liquid filters
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 3.1
 Project Readme

Jekyll Regex Replace

Simple module to allow using regular expression replacing via liquid filters

{{ '1-a-test' | regex_replace: '^[0-9]*-', '' }}

or

{{ '1-a-test-2-a-test' | regex_replace_once: '[0-9]*-', '' }}

Install

Add the following to your Gemfile and then run bundle install.

gem 'jekyll-regex-replace'