This page last changed on Jul 20, 2012 by wikibot.

CUT()

Synopsis

Slices and dices strings, based upon a named delimiter.

Description

Cut out information from a string ( varname), based upon a named delimiter.

Syntax

CUT(varname,char-delim,range-spec)
Arguments
  • varname - Variable you want cut
  • char-delim - Delimiter, defaults to -
  • range-spec - Number of the field you want (1-based offset), may also be specified as a range (with -) or group of ranges and fields (with &)

Import Version

This documentation was imported from Asterisk Version SVN-trunk-r370328

Document generated by Confluence on Nov 02, 2012 17:42