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 }}
bramstein
/
characterset
Public
Notifications
You must be signed in to change notification settings
Fork
5
Star
31
Code
Issues
1
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 25, 2023
Merge pull request #4 from sampotts/patch-1
Show description for 30f9157
bramstein
authored
30f9157
View commit details
Copy full SHA for 30f9157
Browse repository at this point
Commits on Jan 24, 2023
Rename BSD.txt to LICENSE.md
Show description for 808f297
sampotts
authored
808f297
View commit details
Copy full SHA for 808f297
Browse repository at this point
Commits on Aug 15, 2022
Patch README.md.
bramstein
committed
7ea0da2
View commit details
Copy full SHA for 7ea0da2
Browse repository at this point
2.0.0
bramstein
committed
fc6d482
View commit details
Copy full SHA for fc6d482
Browse repository at this point
Convert to ES6 module.
bramstein
committed
442e307
View commit details
Copy full SHA for 442e307
Browse repository at this point
Commits on Jul 30, 2017
Merge pull request #3 from elifitch/readme-correction
Show description for c867d4f
bramstein
authored
c867d4f
View commit details
Copy full SHA for c867d4f
Browse repository at this point
Commits on Jul 29, 2017
tiny capitalization fix for readme
elifitch
committed
870996e
View commit details
Copy full SHA for 870996e
Browse repository at this point
Commits on Mar 21, 2017
1.3.0
Bram Stein
committed
8e3a00f
View commit details
Copy full SHA for 8e3a00f
Browse repository at this point
Merge pull request #2 from angelcabo/add-unicode-range
Show description for 0a176ca
bramstein
authored
0a176ca
View commit details
Copy full SHA for 0a176ca
Browse repository at this point
update documentation with code samples
Show description for 97d1512
angelcabo
committed
97d1512
View commit details
Copy full SHA for 97d1512
Browse repository at this point
Add ability to add a parsed unicode range string to the character set
angelcabo
committed
d9bf8ef
View commit details
Copy full SHA for d9bf8ef
Browse repository at this point
Commits on Mar 1, 2017
1.2.0
Bram Stein
committed
f84f07b
View commit details
Copy full SHA for f84f07b
Browse repository at this point
Add toHexString and toHexRangeString methods for generating strings compatible with CSS's unicode-range descriptor.
Bram Stein
committed
c0c7334
View commit details
Copy full SHA for c0c7334
Browse repository at this point
Commits on Dec 19, 2013
v1.1.3
Bram Stein
committed
ea0c845
View commit details
Copy full SHA for ea0c845
Browse repository at this point
Do not use fn.apply as it blows up with a very large number of arguments.
Bram Stein
committed
ee770cc
View commit details
Copy full SHA for ee770cc
Browse repository at this point
Commits on Jul 1, 2013
v1.1.2
Bram Stein
committed
3ffa188
View commit details
Copy full SHA for 3ffa188
Browse repository at this point
Update README to reflect the UJM wrapper.
Bram Stein
committed
86eb8ef
View commit details
Copy full SHA for 86eb8ef
Browse repository at this point
Change test suite so it runs in both the browser and Node.js.
Bram Stein
committed
a72a897
View commit details
Copy full SHA for a72a897
Browse repository at this point
Add UJM wrapper.
Bram Stein
committed
535e5e1
View commit details
Copy full SHA for 535e5e1
Browse repository at this point
Commits on Feb 24, 2013
v1.1.1
bramstein
committed
279ed02
View commit details
Copy full SHA for 279ed02
Browse repository at this point
Clarify the documentation of the toRangeString method.
bramstein
committed
3f61af0
View commit details
Copy full SHA for 3f61af0
Browse repository at this point
Change constructor to use the var_args add method instead of manually adding each code point.
bramstein
committed
99c0b84
View commit details
Copy full SHA for 99c0b84
Browse repository at this point
Commits on Feb 23, 2013
v1.1.0
bramstein
committed
6e28200
View commit details
Copy full SHA for 6e28200
Browse repository at this point
Add support for adding and removing more than one code point.
bramstein
committed
27fa0d1
View commit details
Copy full SHA for 27fa0d1
Browse repository at this point
Commits on Feb 21, 2013
v1.0.1
bramstein
committed
90daa34
View commit details
Copy full SHA for 90daa34
Browse repository at this point
Officially return a string representation of a RegExp instead of an actual RegExp instance so flags and capturing groups can be set easily.
bramstein
committed
7203df2
View commit details
Copy full SHA for 7203df2
Browse repository at this point
Commits on Feb 18, 2013
v1.0.0
bramstein
committed
384b445
View commit details
Copy full SHA for 384b445
Browse repository at this point
Fix missing colon in package.json.
bramstein
committed
c1ecfc0
View commit details
Copy full SHA for c1ecfc0
Browse repository at this point
Add basic README.
bramstein
committed
4723e8c
View commit details
Copy full SHA for 4723e8c
Browse repository at this point
Add main to package.json.
bramstein
committed
057ec07
View commit details
Copy full SHA for 057ec07
Browse repository at this point
Add BSD license.
bramstein
committed
78ce5bd
View commit details
Copy full SHA for 78ce5bd
Browse repository at this point
Export library as a module.
bramstein
committed
8925c3d
View commit details
Copy full SHA for 8925c3d
Browse repository at this point
Update package.json wih Git url and keywords.
bramstein
committed
c601c54
View commit details
Copy full SHA for c601c54
Browse repository at this point
Add toRegExp method.
bramstein
committed
c974fbf
View commit details
Copy full SHA for c974fbf
Browse repository at this point
Fix toRangeString method so it return the minimally correct string.
bramstein
committed
81604d3
View commit details
Copy full SHA for 81604d3
Browse repository at this point
Previous
Next
You can’t perform that action at this time.