User Tools

Site Tools


cookbooks:5.1.x:transformations

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
cookbooks:5.1.x:transformations [2018/07/12 06:32] – [{re.subst,expression}] gaafcookbooks:5.1.x:transformations [2018/09/04 07:54] – [{s.corehash,n}] miconda
Line 316: Line 316:
 <code c> <code c>
 $(var(x){s.corehash}) $(var(x){s.corehash})
 +</code>
 +
 +==== {s.unquote} ====
 +
 +Return the value without surrounding single (') or double quotes (").
 +
 +<code c>
 +$var(x) = "\"alice\"";
 +$var(alice) = $(var(x){s.unquote});
 </code> </code>
 ===== URI Transformations ===== ===== URI Transformations =====
cookbooks/5.1.x/transformations.txt · Last modified: 2018/09/04 16:58 by miconda

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki