Indicates whether the regular expression matches 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;
True if the Regex matches right to left otherwise false.
RightToLeft is true if the Regex was constructed with the "r" option.
Regex Class | Regex Members | System.Text.RegularExpressions Namespace