GH_CodeStringSegment.Replace Method

GH_CodeStringSegmentReplace Method

Namespace:  Grasshopper.Kernel.Expressions
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void Replace(
	string search,
	string replace,
	bool bIgnoreCase = true
)
Public Sub Replace ( 
	search As String,
	replace As String,
	Optional bIgnoreCase As Boolean = true
)

Parameters

search
Type: SystemString
replace
Type: SystemString
bIgnoreCase (Optional)
Type: SystemBoolean
See Also