Skip to content

akagibi/stringurldecode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

String Urldecode plugin for Craft CMS 3.x

Twig filters to urldecode a string.

Requirements

This plugin requires Craft CMS 3.x

Installation

To install the plugin, follow these instructions.

  1. Open your terminal and go to your Craft project:

     cd /path/to/project
    
  2. Then tell Composer to load the plugin:

     composer require akagibi/stringurldecode
    
  3. In the Control Panel, go to Settings → Plugins and click the “Install” button for String Urldecode.

Using String Urlencode

Input:

{{ "Text%20without%20space" | urldecode }}

Output:

Text without space

Brought to you by Akagibi