Regex.RightToLeft Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value indicating whether the regular expression searches from right to left.
Assembly: System (in System.dll)
Property Value
Type: System.Booleantrue if the regular expression searches from right to left; otherwise, false.
RightToLeft is true if the Regex instance was constructed with the RightToLeft option.
Show: