NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Regex.RightToLeft

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;

Property Value

True if the Regex matches right to left otherwise false.

Remarks

RightToLeft is true if the Regex was constructed with the "r" option.

See Also

Regex Class | Regex Members | System.Text.RegularExpressions Namespace