Class: UrlEncodeParser
This tag will encode a given string into a properly formatted url
with non-url compliant characters replaced. Using + as the parameter
will replace spaces with + rather than %20.
Aliases: - encodeuri
Example
{urlencode:Hello World}Hierarchy
-
↳
UrlEncodeParser
Implements
Constructors
constructor
• new UrlEncodeParser()
Overrides
Properties
acceptedNames
• Protected acceptedNames: string[]
Inherited from
requiredParameter
• Protected requiredParameter: boolean
Inherited from
requiredPayload
• Protected requiredPayload: boolean
Inherited from
Methods
parse
▸ parse(ctx): string
Parses the given tag.
Parameters
| Name | Type | Description |
|---|---|---|
ctx | Context | The context of the tag. |
Returns
string
Implementation of
willAccept
▸ willAccept(ctx): boolean
Whether the parser can handle the given tag.
Parameters
| Name | Type | Description |
|---|---|---|
ctx | Context | The context of the tag. |
Returns
boolean