Property | Type | Description | |
---|---|---|---|
m_oMentionedRegex | |||
m_oRepliedToRegex |
Method | Description | |
---|---|---|
GetScreenNames ( String statusText, String &repliedToScreenName, String &uniqueMentionedScreenNames ) : void | ||
TwitterStatusTextParser ( ) : System |
Initializes a new instance of the
|
Method | Description | |
---|---|---|
ReplacePunctuationWithSpaces ( String sStatusText ) : String |
Method | Description | |
---|---|---|
AssertValid ( ) : void |
public GetScreenNames ( String statusText, String &repliedToScreenName, String &uniqueMentionedScreenNames ) : void | ||
statusText | String | |
repliedToScreenName | String | |
uniqueMentionedScreenNames | String | |
return | void |
protected ReplacePunctuationWithSpaces ( String sStatusText ) : String | ||
sStatusText | String | |
return | String |
protected Regex,System.Text.RegularExpressions m_oMentionedRegex | ||
return |