C# Class SpecAid.Helper.TagHelper

Show file Open project: ITAGroup/SpecAid

Public Methods

Method Description
IsBracketTag ( string s ) : bool
IsHashTag ( string s ) : bool
IsTag ( string s ) : bool
Normalizer ( string s ) : string

Private Methods

Method Description
NormalizeToHashTag ( string s ) : string

Method Details

IsBracketTag() public static method

public static IsBracketTag ( string s ) : bool
s string
return bool

IsHashTag() public static method

public static IsHashTag ( string s ) : bool
s string
return bool

IsTag() public static method

public static IsTag ( string s ) : bool
s string
return bool

Normalizer() public static method

public static Normalizer ( string s ) : string
s string
return string