org.python.modules.sre
Class SRE_STATE
java.lang.Object
org.python.modules.sre.SRE_STATE
public class SRE_STATE
- extends Object
Method Summary |
static int |
getlower(int ch,
int flags)
|
SRE_MAGIC
public static final int SRE_MAGIC
- See Also:
- Constant Field Values
SRE_OP_FAILURE
public static final int SRE_OP_FAILURE
- See Also:
- Constant Field Values
SRE_OP_SUCCESS
public static final int SRE_OP_SUCCESS
- See Also:
- Constant Field Values
SRE_OP_ANY
public static final int SRE_OP_ANY
- See Also:
- Constant Field Values
SRE_OP_ANY_ALL
public static final int SRE_OP_ANY_ALL
- See Also:
- Constant Field Values
SRE_OP_ASSERT
public static final int SRE_OP_ASSERT
- See Also:
- Constant Field Values
SRE_OP_ASSERT_NOT
public static final int SRE_OP_ASSERT_NOT
- See Also:
- Constant Field Values
SRE_OP_AT
public static final int SRE_OP_AT
- See Also:
- Constant Field Values
SRE_OP_BRANCH
public static final int SRE_OP_BRANCH
- See Also:
- Constant Field Values
SRE_OP_CALL
public static final int SRE_OP_CALL
- See Also:
- Constant Field Values
SRE_OP_CATEGORY
public static final int SRE_OP_CATEGORY
- See Also:
- Constant Field Values
SRE_OP_CHARSET
public static final int SRE_OP_CHARSET
- See Also:
- Constant Field Values
SRE_OP_BIGCHARSET
public static final int SRE_OP_BIGCHARSET
- See Also:
- Constant Field Values
SRE_OP_GROUPREF
public static final int SRE_OP_GROUPREF
- See Also:
- Constant Field Values
SRE_OP_GROUPREF_EXISTS
public static final int SRE_OP_GROUPREF_EXISTS
- See Also:
- Constant Field Values
SRE_OP_GROUPREF_IGNORE
public static final int SRE_OP_GROUPREF_IGNORE
- See Also:
- Constant Field Values
SRE_OP_IN
public static final int SRE_OP_IN
- See Also:
- Constant Field Values
SRE_OP_IN_IGNORE
public static final int SRE_OP_IN_IGNORE
- See Also:
- Constant Field Values
SRE_OP_INFO
public static final int SRE_OP_INFO
- See Also:
- Constant Field Values
SRE_OP_JUMP
public static final int SRE_OP_JUMP
- See Also:
- Constant Field Values
SRE_OP_LITERAL
public static final int SRE_OP_LITERAL
- See Also:
- Constant Field Values
SRE_OP_LITERAL_IGNORE
public static final int SRE_OP_LITERAL_IGNORE
- See Also:
- Constant Field Values
SRE_OP_MARK
public static final int SRE_OP_MARK
- See Also:
- Constant Field Values
SRE_OP_MAX_UNTIL
public static final int SRE_OP_MAX_UNTIL
- See Also:
- Constant Field Values
SRE_OP_MIN_UNTIL
public static final int SRE_OP_MIN_UNTIL
- See Also:
- Constant Field Values
SRE_OP_NOT_LITERAL
public static final int SRE_OP_NOT_LITERAL
- See Also:
- Constant Field Values
SRE_OP_NOT_LITERAL_IGNORE
public static final int SRE_OP_NOT_LITERAL_IGNORE
- See Also:
- Constant Field Values
SRE_OP_NEGATE
public static final int SRE_OP_NEGATE
- See Also:
- Constant Field Values
SRE_OP_RANGE
public static final int SRE_OP_RANGE
- See Also:
- Constant Field Values
SRE_OP_REPEAT
public static final int SRE_OP_REPEAT
- See Also:
- Constant Field Values
SRE_OP_REPEAT_ONE
public static final int SRE_OP_REPEAT_ONE
- See Also:
- Constant Field Values
SRE_OP_SUBPATTERN
public static final int SRE_OP_SUBPATTERN
- See Also:
- Constant Field Values
SRE_OP_MIN_REPEAT_ONE
public static final int SRE_OP_MIN_REPEAT_ONE
- See Also:
- Constant Field Values
SRE_AT_BEGINNING
public static final int SRE_AT_BEGINNING
- See Also:
- Constant Field Values
SRE_AT_BEGINNING_LINE
public static final int SRE_AT_BEGINNING_LINE
- See Also:
- Constant Field Values
SRE_AT_BEGINNING_STRING
public static final int SRE_AT_BEGINNING_STRING
- See Also:
- Constant Field Values
SRE_AT_BOUNDARY
public static final int SRE_AT_BOUNDARY
- See Also:
- Constant Field Values
SRE_AT_NON_BOUNDARY
public static final int SRE_AT_NON_BOUNDARY
- See Also:
- Constant Field Values
SRE_AT_END
public static final int SRE_AT_END
- See Also:
- Constant Field Values
SRE_AT_END_LINE
public static final int SRE_AT_END_LINE
- See Also:
- Constant Field Values
SRE_AT_END_STRING
public static final int SRE_AT_END_STRING
- See Also:
- Constant Field Values
SRE_AT_LOC_BOUNDARY
public static final int SRE_AT_LOC_BOUNDARY
- See Also:
- Constant Field Values
SRE_AT_LOC_NON_BOUNDARY
public static final int SRE_AT_LOC_NON_BOUNDARY
- See Also:
- Constant Field Values
SRE_AT_UNI_BOUNDARY
public static final int SRE_AT_UNI_BOUNDARY
- See Also:
- Constant Field Values
SRE_AT_UNI_NON_BOUNDARY
public static final int SRE_AT_UNI_NON_BOUNDARY
- See Also:
- Constant Field Values
SRE_CATEGORY_DIGIT
public static final int SRE_CATEGORY_DIGIT
- See Also:
- Constant Field Values
SRE_CATEGORY_NOT_DIGIT
public static final int SRE_CATEGORY_NOT_DIGIT
- See Also:
- Constant Field Values
SRE_CATEGORY_SPACE
public static final int SRE_CATEGORY_SPACE
- See Also:
- Constant Field Values
SRE_CATEGORY_NOT_SPACE
public static final int SRE_CATEGORY_NOT_SPACE
- See Also:
- Constant Field Values
SRE_CATEGORY_WORD
public static final int SRE_CATEGORY_WORD
- See Also:
- Constant Field Values
SRE_CATEGORY_NOT_WORD
public static final int SRE_CATEGORY_NOT_WORD
- See Also:
- Constant Field Values
SRE_CATEGORY_LINEBREAK
public static final int SRE_CATEGORY_LINEBREAK
- See Also:
- Constant Field Values
SRE_CATEGORY_NOT_LINEBREAK
public static final int SRE_CATEGORY_NOT_LINEBREAK
- See Also:
- Constant Field Values
SRE_CATEGORY_LOC_WORD
public static final int SRE_CATEGORY_LOC_WORD
- See Also:
- Constant Field Values
SRE_CATEGORY_LOC_NOT_WORD
public static final int SRE_CATEGORY_LOC_NOT_WORD
- See Also:
- Constant Field Values
SRE_CATEGORY_UNI_DIGIT
public static final int SRE_CATEGORY_UNI_DIGIT
- See Also:
- Constant Field Values
SRE_CATEGORY_UNI_NOT_DIGIT
public static final int SRE_CATEGORY_UNI_NOT_DIGIT
- See Also:
- Constant Field Values
SRE_CATEGORY_UNI_SPACE
public static final int SRE_CATEGORY_UNI_SPACE
- See Also:
- Constant Field Values
SRE_CATEGORY_UNI_NOT_SPACE
public static final int SRE_CATEGORY_UNI_NOT_SPACE
- See Also:
- Constant Field Values
SRE_CATEGORY_UNI_WORD
public static final int SRE_CATEGORY_UNI_WORD
- See Also:
- Constant Field Values
SRE_CATEGORY_UNI_NOT_WORD
public static final int SRE_CATEGORY_UNI_NOT_WORD
- See Also:
- Constant Field Values
SRE_CATEGORY_UNI_LINEBREAK
public static final int SRE_CATEGORY_UNI_LINEBREAK
- See Also:
- Constant Field Values
SRE_CATEGORY_UNI_NOT_LINEBREAK
public static final int SRE_CATEGORY_UNI_NOT_LINEBREAK
- See Also:
- Constant Field Values
SRE_FLAG_TEMPLATE
public static final int SRE_FLAG_TEMPLATE
- See Also:
- Constant Field Values
SRE_FLAG_IGNORECASE
public static final int SRE_FLAG_IGNORECASE
- See Also:
- Constant Field Values
SRE_FLAG_LOCALE
public static final int SRE_FLAG_LOCALE
- See Also:
- Constant Field Values
SRE_FLAG_MULTILINE
public static final int SRE_FLAG_MULTILINE
- See Also:
- Constant Field Values
SRE_FLAG_DOTALL
public static final int SRE_FLAG_DOTALL
- See Also:
- Constant Field Values
SRE_FLAG_UNICODE
public static final int SRE_FLAG_UNICODE
- See Also:
- Constant Field Values
SRE_FLAG_VERBOSE
public static final int SRE_FLAG_VERBOSE
- See Also:
- Constant Field Values
SRE_INFO_PREFIX
public static final int SRE_INFO_PREFIX
- See Also:
- Constant Field Values
SRE_INFO_LITERAL
public static final int SRE_INFO_LITERAL
- See Also:
- Constant Field Values
SRE_INFO_CHARSET
public static final int SRE_INFO_CHARSET
- See Also:
- Constant Field Values
USE_RECURSION_LIMIT
public static final int USE_RECURSION_LIMIT
- See Also:
- Constant Field Values
SRE_ERROR_ILLEGAL
public static final int SRE_ERROR_ILLEGAL
- See Also:
- Constant Field Values
SRE_ERROR_STATE
public static final int SRE_ERROR_STATE
- See Also:
- Constant Field Values
SRE_ERROR_RECURSION_LIMIT
public static final int SRE_ERROR_RECURSION_LIMIT
- See Also:
- Constant Field Values
SRE_STATE
public SRE_STATE(PyString str,
int start,
int end,
int flags)
getlower
public static int getlower(int ch,
int flags)
Jython homepage