Regex.RightToLeft Propriété

Définition

Obtient une valeur qui indique si l'expression régulière cherche de droite à gauche.

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

Valeur de propriété

true si l'expression régulière cherche de droite à gauche ; sinon, false.

Remarques

RightToLeft est true si l’instance Regex a été créée avec l’option RightToLeft .

S’applique à