Home
About
Blog
Products
Forum
Support
Contact
Sunbelt Computer Software
PL/B Language Development and Support
Home
About
Blog
Products
Forum
Support
Contact
PythonIniOS/Python-iOS/libPython/Modules/sre_constants.h at master · Oxidosnel/PythonIniOS · GitHub
Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Oxidosnel
/
PythonIniOS
Public
forked from
koalahl/PythonIniOS
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Files
Expand file tree
master
Breadcrumbs
PythonIniOS
/
Python-iOS
/
libPython
/
Modules
/
sre_constants.h
Copy path
Blame
More file actions
Blame
More file actions
Latest commit
History
History
History
executable file
·
86 lines (85 loc) · 2.44 KB
master
Breadcrumbs
PythonIniOS
/
Python-iOS
/
libPython
/
Modules
/
sre_constants.h
Copy path
Top
File metadata and controls
Code
Blame
executable file
·
86 lines (85 loc) · 2.44 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
/*
* Secret Labs' Regular Expression Engine
*
* regular expression matching engine
*
* NOTE: This file is generated by sre_constants.py. If you need
* to change anything in here, edit sre_constants.py and run it.
*
* Copyright (c) 1997-2001 by Secret Labs AB. All rights reserved.
*
* See the _sre.c file for information on usage and redistribution.
*/
#define
SRE_MAGIC
20031017
#define
SRE_OP_FAILURE
0
#define
SRE_OP_SUCCESS
1
#define
SRE_OP_ANY
2
#define
SRE_OP_ANY_ALL
3
#define
SRE_OP_ASSERT
4
#define
SRE_OP_ASSERT_NOT
5
#define
SRE_OP_AT
6
#define
SRE_OP_BRANCH
7
#define
SRE_OP_CALL
8
#define
SRE_OP_CATEGORY
9
#define
SRE_OP_CHARSET
10
#define
SRE_OP_BIGCHARSET
11
#define
SRE_OP_GROUPREF
12
#define
SRE_OP_GROUPREF_EXISTS
13
#define
SRE_OP_GROUPREF_IGNORE
14
#define
SRE_OP_IN
15
#define
SRE_OP_IN_IGNORE
16
#define
SRE_OP_INFO
17
#define
SRE_OP_JUMP
18
#define
SRE_OP_LITERAL
19
#define
SRE_OP_LITERAL_IGNORE
20
#define
SRE_OP_MARK
21
#define
SRE_OP_MAX_UNTIL
22
#define
SRE_OP_MIN_UNTIL
23
#define
SRE_OP_NOT_LITERAL
24
#define
SRE_OP_NOT_LITERAL_IGNORE
25
#define
SRE_OP_NEGATE
26
#define
SRE_OP_RANGE
27
#define
SRE_OP_REPEAT
28
#define
SRE_OP_REPEAT_ONE
29
#define
SRE_OP_SUBPATTERN
30
#define
SRE_OP_MIN_REPEAT_ONE
31
#define
SRE_AT_BEGINNING
0
#define
SRE_AT_BEGINNING_LINE
1
#define
SRE_AT_BEGINNING_STRING
2
#define
SRE_AT_BOUNDARY
3
#define
SRE_AT_NON_BOUNDARY
4
#define
SRE_AT_END
5
#define
SRE_AT_END_LINE
6
#define
SRE_AT_END_STRING
7
#define
SRE_AT_LOC_BOUNDARY
8
#define
SRE_AT_LOC_NON_BOUNDARY
9
#define
SRE_AT_UNI_BOUNDARY
10
#define
SRE_AT_UNI_NON_BOUNDARY
11
#define
SRE_CATEGORY_DIGIT
0
#define
SRE_CATEGORY_NOT_DIGIT
1
#define
SRE_CATEGORY_SPACE
2
#define
SRE_CATEGORY_NOT_SPACE
3
#define
SRE_CATEGORY_WORD
4
#define
SRE_CATEGORY_NOT_WORD
5
#define
SRE_CATEGORY_LINEBREAK
6
#define
SRE_CATEGORY_NOT_LINEBREAK
7
#define
SRE_CATEGORY_LOC_WORD
8
#define
SRE_CATEGORY_LOC_NOT_WORD
9
#define
SRE_CATEGORY_UNI_DIGIT
10
#define
SRE_CATEGORY_UNI_NOT_DIGIT
11
#define
SRE_CATEGORY_UNI_SPACE
12
#define
SRE_CATEGORY_UNI_NOT_SPACE
13
#define
SRE_CATEGORY_UNI_WORD
14
#define
SRE_CATEGORY_UNI_NOT_WORD
15
#define
SRE_CATEGORY_UNI_LINEBREAK
16
#define
SRE_CATEGORY_UNI_NOT_LINEBREAK
17
#define
SRE_FLAG_TEMPLATE
1
#define
SRE_FLAG_IGNORECASE
2
#define
SRE_FLAG_LOCALE
4
#define
SRE_FLAG_MULTILINE
8
#define
SRE_FLAG_DOTALL
16
#define
SRE_FLAG_UNICODE
32
#define
SRE_FLAG_VERBOSE
64
#define
SRE_INFO_PREFIX
1
#define
SRE_INFO_LITERAL
2
#define
SRE_INFO_CHARSET
4
You can’t perform that action at this time.