Added formatCreditCard
This commit is contained in:
parent
9e9d2d6885
commit
625c211b62
10 changed files with 168 additions and 34 deletions
|
@ -19,7 +19,6 @@ package rife.render;
|
|||
|
||||
import rife.template.Template;
|
||||
import rife.template.ValueRenderer;
|
||||
import rife.tools.StringUtils;
|
||||
|
||||
/**
|
||||
* <p>Shortens a template value using <a href="https://is.gd/">is.gid</a>. The value must a valid http or https URL.</p>
|
||||
|
@ -34,7 +33,7 @@ import rife.tools.StringUtils;
|
|||
* </pre>
|
||||
*
|
||||
* @author <a href="https://erik.thauvin.net/">Erik C. Thauvin</a>
|
||||
= * @since 1.0
|
||||
* @since 1.0
|
||||
*/
|
||||
public class ShortenUrl implements ValueRenderer {
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue