example
an example of a variable modifier is
jrCore_format_time
It takes a unix timestamp and re-formats it to a readable time.
eg: {$profile_split} will output a timestamp in a template that reads like this:
1387746000
Thats a date, but not one humans are used to reading. We can make it human readable by adding the |jrCore_format_time variable modifier