I'd like to propose two new filters which can be used to prefix or suffix a value before it is validated:
StringPrefix - Adds a static string to the beginning of the value.
StringSuffix - Adds a static string to the end of the value.
This can be useful in cases where an input box statically has a prefix or suffix and you want this value to be in the end-result as well. For example like this:
I'd like to propose two new filters which can be used to prefix or suffix a value before it is validated:
This can be useful in cases where an input box statically has a prefix or suffix and you want this value to be in the end-result as well. For example like this:
What do you think?