C# Class mustache.RegexHelper

Provides utility methods that require regular expressions.
Show file Open project: Zocdoc/mustache-sharp

Public Methods

Method Description
IsValidIdentifier ( string name ) : bool

Determines whether the given name is a legal identifier.

Method Details

IsValidIdentifier() public static method

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