{
  caption: 'SUBSTR',
  description: 'gets the substring of a text starting from start and ends at end',
  code: 'com.rameses.functions.StringFunc.substr',
  title: '@SUBSTR( text, start, end )',
  signature: '@SUBSTR( |, ,  )',
  group: 'string'  
}