[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'tiUtils' (#tiopf)

tiSubStr

Extract a sub string within defined delimiters

Declaration

Source position: tiUtils.pas line 91

function tiSubStr(

  const ASource: string;

  const AStartDelim: string;

  const AEndDelim: string;

  AIndex: Integer = 1

):string;

Description

Extract a sub string within defined delimiters.


Documentation generated on: 2017-08-16