Grasshopper API
GH_CodeStringSegmentReplace Method |
Namespace: Grasshopper.Kernel.Expressions
Assembly: Grasshopper (in Grasshopper.dll)

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
