---
title: "$Substring"
---
Returns a segment of another string.
$Substring(Text, Offset, [Length])
Name | Description |
---|---|
☆ Text | The input string. |
☆ Offset | The zero-based offset into the first parameter that will begin the segment. |
Length | The number of characters in the segment. If not specified, the remainder of the string is used. |