C# Class Mustache.RegexHelper

Provides utility methods that require regular expressions.
Afficher le fichier Open project: ExactTargetDev/mustache-sharp

Méthodes publiques

Méthode Description
IsValidIdentifier ( string name ) : bool

Determines whether the given name is a legal identifier.

Method Details

IsValidIdentifier() public static méthode

Determines whether the given name is a legal identifier.
public static IsValidIdentifier ( string name ) : bool
name string The name to check.
Résultat bool