C# Class Pihrtsoft.Text.RegularExpressions.Linq.BaseGroupExtensions

Provides a set of static methods that extends IBaseGroup interface.
Afficher le fichier Open project: JosefPihrt/LinqToRegex

Méthodes publiques

Méthode Description
Except ( this baseGroup, IExcludedGroup excludedGroup ) : CharSubtraction

Returns a pattern that matches a character from a specified base group except characters from a specified excluded group.

Method Details

Except() public static méthode

Returns a pattern that matches a character from a specified base group except characters from a specified excluded group.
or is null.
public static Except ( this baseGroup, IExcludedGroup excludedGroup ) : CharSubtraction
baseGroup this A base group.
excludedGroup IExcludedGroup An excluded group.
Résultat CharSubtraction