This documentation is archived and is not being maintained.
Regex.RightToLeft Property
.NET Framework 1.1
Gets a value indicating whether the regular expression searches from right to left.
[Visual Basic] Public ReadOnly Property RightToLeft As Boolean [C#] public bool RightToLeft {get;} [C++] public: __property bool get_RightToLeft(); [JScript] public function get RightToLeft() : Boolean;
Property Value
true if the regular expression searches from right to left; otherwise false.
Remarks
RightToLeft is true if the Regex instance was constructed with the RightToLeft option.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
See Also
Regex Class | Regex Members | System.Text.RegularExpressions Namespace
Show: