StringsSubstringStartsWith Method

Extract a string by removing the indicated start substring.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string SubstringStartsWith(
	string text,
	string startsWith
)

Parameters

text  String
String to remove substrings from.
startsWith  String
Start substring to remove.

Return Value

String
String with the value removing the indicated leading substring.

See Also