Table of Contents

Class RemoveStartingWithArgs

Namespace
SunamoArgs
Assembly
SunamoArgs.dll

Arguments for remove-starting-with operations.

public class RemoveStartingWithArgs
Inheritance
RemoveStartingWithArgs
Inherited Members
Extension Methods

Properties

IsCaseSensitive

Gets or sets a value indicating whether the search is case sensitive.

public bool IsCaseSensitive { get; set; }

Property Value

bool

IsTrimBeforeFinding

Gets or sets a value indicating whether to trim whitespace before finding the starting pattern.

public bool IsTrimBeforeFinding { get; set; }

Property Value

bool