com.twitter
Class Regex
java.lang.Object
com.twitter.Regex
public class Regex
- extends java.lang.Object
Constructor Summary |
Regex()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HASHTAG_CHARACTERS
public static final java.lang.String HASHTAG_CHARACTERS
- See Also:
- Constant Field Values
AT_SIGNS
public static final java.util.regex.Pattern AT_SIGNS
AUTO_LINK_HASHTAGS
public static final java.util.regex.Pattern AUTO_LINK_HASHTAGS
AUTO_LINK_HASHTAGS_GROUP_BEFORE
public static final int AUTO_LINK_HASHTAGS_GROUP_BEFORE
- See Also:
- Constant Field Values
AUTO_LINK_HASHTAGS_GROUP_HASH
public static final int AUTO_LINK_HASHTAGS_GROUP_HASH
- See Also:
- Constant Field Values
AUTO_LINK_HASHTAGS_GROUP_TAG
public static final int AUTO_LINK_HASHTAGS_GROUP_TAG
- See Also:
- Constant Field Values
AUTO_LINK_USERNAMES_OR_LISTS
public static final java.util.regex.Pattern AUTO_LINK_USERNAMES_OR_LISTS
AUTO_LINK_USERNAME_OR_LISTS_GROUP_BEFORE
public static final int AUTO_LINK_USERNAME_OR_LISTS_GROUP_BEFORE
- See Also:
- Constant Field Values
AUTO_LINK_USERNAME_OR_LISTS_GROUP_AT
public static final int AUTO_LINK_USERNAME_OR_LISTS_GROUP_AT
- See Also:
- Constant Field Values
AUTO_LINK_USERNAME_OR_LISTS_GROUP_USERNAME
public static final int AUTO_LINK_USERNAME_OR_LISTS_GROUP_USERNAME
- See Also:
- Constant Field Values
AUTO_LINK_USERNAME_OR_LISTS_GROUP_LIST
public static final int AUTO_LINK_USERNAME_OR_LISTS_GROUP_LIST
- See Also:
- Constant Field Values
VALID_URL
public static final java.util.regex.Pattern VALID_URL
VALID_URL_GROUP_BEFORE
public static final int VALID_URL_GROUP_BEFORE
- See Also:
- Constant Field Values
VALID_URL_GROUP_URL
public static final int VALID_URL_GROUP_URL
- See Also:
- Constant Field Values
EXTRACT_MENTIONS
public static final java.util.regex.Pattern EXTRACT_MENTIONS
EXTRACT_MENTIONS_GROUP_BEFORE
public static final int EXTRACT_MENTIONS_GROUP_BEFORE
- See Also:
- Constant Field Values
EXTRACT_MENTIONS_GROUP_USERNAME
public static final int EXTRACT_MENTIONS_GROUP_USERNAME
- See Also:
- Constant Field Values
EXTRACT_MENTIONS_GROUP_AFTER
public static final int EXTRACT_MENTIONS_GROUP_AFTER
- See Also:
- Constant Field Values
EXTRACT_REPLY
public static final java.util.regex.Pattern EXTRACT_REPLY
EXTRACT_REPLY_GROUP_USERNAME
public static final int EXTRACT_REPLY_GROUP_USERNAME
- See Also:
- Constant Field Values
Regex
public Regex()
Copyright © 2010 Twitter, Inc. All Rights Reserved.