String Formatter
Package:
Summary:
Template engine to format text strings
Groups:
Author:
Description:
This class implements a template engine to format text strings.
It takes a template text string and uses regular expressions to replace certain place holders with given values.
The class supports simple text replacements, justified text insertion, object calls return values, array entry values and insert numbers in different bases.
It takes a template text string and uses regular expressions to replace certain place holders with given values.
The class supports simple text replacements, justified text insertion, object calls return values, array entry values and insert numbers in different bases.
Comments are closed.