Regex.RightToLeft Property

Definition

Gets a value that indicates whether the regular expression searches from right to left.

public:
 property bool RightToLeft { bool get(); };
public bool RightToLeft { get; }
member this.RightToLeft : bool
Public ReadOnly Property RightToLeft As Boolean

Property Value

true if the regular expression searches from right to left; otherwise, false.

Remarks

RightToLeft is true if the Regex instance was created with the RightToLeft option.

Applies to