Click or drag to resize

imbStringOperationstrimAllInside Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Core.extensions.text
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static string trimAllInside(
	string input,
	string leftLimit,
	string rightLimit
)
Request Example View Source

Parameters

input
Type: SystemString
leftLimit
Type: SystemString
rightLimit
Type: SystemString

Return Value

Type: String
See Also