StringsSubstringBetween Method
Extract a substring between two symbols or substrings.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string SubstringBetween(
string text,
string start,
string end
)
Public Shared Function SubstringBetween (
text As String,
start As String,
end As String
) As String
- text String
- The text to evaluate.
- start String
- The starting symbol or substring.
- end String
- The ending symbol or substring.
StringString with the text with the specified substring extracted.