Reputation: 6741
In programming, strings like these
$stringA="[[f9.heart]]"; // facebook replaces it with heart image
$stringB="%%VARNAME%%"; // set var value into a template system
are defined to have a special processing (set by the developers). What is the correct computer term to refer them as? (when making internet research)
If someone knows a link to good-practices, recommendations etc for PHP, please post them! Thanks.
Upvotes: 2
Views: 130
Reputation: 393674
This is an extremely common thing and has many names in different contexts.
I can think of
PS: late arrival:
If referring to the actual string formats:
Upvotes: 8