Returns the first integer found in the parameter value.
Basic usage:
{{ url.getint }}
Usage with parameters:
{{ url.getint(Parameter) }}
Parameters:
Parameter
(optional) – Url query parameter
Example:
{{ url.getint("firstname") }}
Returns the first integer found in the parameter value.
Basic usage:
{{ url.getint }}
Usage with parameters:
{{ url.getint(Parameter) }}
Parameters:
Parameter
(optional) – Url query parameterExample:
{{ url.getint("firstname") }}
Leave a Reply
You must be logged in to post a comment.