Method | Description | |
---|---|---|
Matches ( string tag ) : bool |
Returns true if this instance contains the given tag.
|
|
Tags ( ) : System.Text.RegularExpressions |
Creates new tags instance.
|
|
Tags ( string value ) : System.Text.RegularExpressions |
Creates new tags instance.
|
|
ToString ( ) : string |
Returns tags as string.
|
Method | Description | |
---|---|---|
Check ( string tags, int level ) : bool |
Returns true if the given string matches the tags of this instance.
|
|
Evaluate ( string tag ) : bool |
Returns true if the given tag can be found inside this instance.
|
public Tags ( ) : System.Text.RegularExpressions | ||
return | System.Text.RegularExpressions |
public Tags ( string value ) : System.Text.RegularExpressions | ||
value | string | |
return | System.Text.RegularExpressions |