Skip to content
  • Shawn Routhier's avatar
    [trac4090] Add support for TokenSubstring · e5be0119
    Shawn Routhier authored
    Add support and testing for TokenSubstring.  This token
    takes three paramaters (string, start and length) and produces
    a new string based on the original string.  It allows negative
    values for start and length causing it to count from the end
    of the string for start and to get characters before the start
    point for length.
    e5be0119