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
Accelerator
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
Type
/
to 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 }}
pandaman64
/
lean-regex
Public
Notifications
You must be signed in to change notification settings
Fork
13
Star
110
Code
Issues
15
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Unicode RL1.3 support: Add Set Operations in Character Classes (&&, --, ||, ~~) #138
- #150
#150
Merged
pandaman64
merged 8 commits into
pandaman64:main
pandaman64/lean-regex:main
from
yuuki14202028:feature/138-set-operator
yuuki14202028/lean-regex:feature/138-set-operator
Copy head branch name to clipboard
Dec 27, 2025
Conversation
Commits
8
(8)
Checks
Files changed
Merged
Unicode RL1.3 support: Add Set Operations in Character Classes (&&, --, ||, ~~) #138
#150
pandaman64
merged 8 commits into
pandaman64:main
pandaman64/lean-regex:main
from
yuuki14202028:feature/138-set-operator
yuuki14202028/lean-regex:feature/138-set-operator
Copy head branch name to clipboard
Commits
Commits on Dec 23, 2025
Add support for \u{...} variable-length Unicode escape syntax
yuuki14202028
committed
a0c426b
View commit details
Copy full SHA for a0c426b
Browse repository at this point
Refactor Unicode escape parser for better code clarity
yuuki14202028
committed
6e8bdfe
View commit details
Copy full SHA for 6e8bdfe
Browse repository at this point
Remove unused error variants from Parser.Error
yuuki14202028
committed
775d993
View commit details
Copy full SHA for 775d993
Browse repository at this point
Commits on Dec 24, 2025
Implement set operations
yuuki14202028
committed
5551d6c
View commit details
Copy full SHA for 5551d6c
Browse repository at this point
Commits on Dec 25, 2025
Merge branch 'main' into feature/138-set-operator
yuuki14202028
authored
786cf7b
View commit details
Copy full SHA for 786cf7b
Browse repository at this point
Refactor Classes.atom to single Class for consistent set operations
yuuki14202028
committed
59a02df
View commit details
Copy full SHA for 59a02df
Browse repository at this point
Commits on Dec 26, 2025
Refactor character class parser with clearer naming and structure
yuuki14202028
committed
4d23bba
View commit details
Copy full SHA for 4d23bba
Browse repository at this point
Add commit to set operator RHS for proper error handling
yuuki14202028
committed
2b1a25f
View commit details
Copy full SHA for 2b1a25f
Browse repository at this point
You can’t perform that action at this time.