StringsSubstringBetween Method

Extract a substring between two symbols or substrings.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string SubstringBetween(
	string text,
	string start,
	string end
)

Parameters

text  String
The text to evaluate.
start  String
The starting symbol or substring.
end  String
The ending symbol or substring.

Return Value

String
String with the text with the specified substring extracted.

See Also