blob: 80d2d3cd61d601b3e9d0b481541c88087d0a7adc (
plain) (
blame)
1
2
3
4
5
6
7
8
|
OSSP var is a flexible, full-featured and fast variable construct expansion
library. It supports a configurable variable construct syntax very similar
to the style found in many scripting languages (like @name, ${name}, , etc.)
and provides both simple scalar (${name}) and array (${name[index]})
expansion, plus optionally one or more post-operations on the expanded value
(${name:op:op...}).
WWW: http://www.ossp.org/pkg/lib/var/
|