https://github.com/juliastring/chrbase.jl
Support for parameterized character type `Chr`, and common aliases (ASCIIChr, LatinChr, UCS2Chr, UTF32Chr)
https://github.com/juliastring/chrbase.jl
character hacktoberfest
Last synced: about 2 months ago
JSON representation
Support for parameterized character type `Chr`, and common aliases (ASCIIChr, LatinChr, UCS2Chr, UTF32Chr)
- Host: GitHub
- URL: https://github.com/juliastring/chrbase.jl
- Owner: JuliaString
- License: mit
- Created: 2018-05-04T16:09:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-25T14:29:29.000Z (over 2 years ago)
- Last Synced: 2025-02-23T13:38:25.239Z (about 1 year ago)
- Topics: character, hacktoberfest
- Language: Julia
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChrBase
[pkg-url]: https://github.com/JuliaString/ChrBase.jl.git
[julia-url]: https://github.com/JuliaLang/Julia
[julia-release]:https://img.shields.io/github/release/JuliaLang/julia.svg
[release]: https://img.shields.io/github/release/JuliaString/ChrBase.jl.svg
[release-date]: https://img.shields.io/github/release-date/JuliaString/ChrBase.jl.svg
[license-img]: http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat
[license-url]: LICENSE.md
[gitter-img]: https://badges.gitter.im/Join%20Chat.svg
[gitter-url]: https://gitter.im/JuliaString/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge
[travis-url]: https://travis-ci.org/JuliaString/ChrBase.jl
[travis-s-img]: https://travis-ci.org/JuliaString/ChrBase.jl.svg
[travis-m-img]: https://travis-ci.org/JuliaString/ChrBase.jl.svg?branch=master
[codecov-url]: https://codecov.io/gh/JuliaString/ChrBase.jl
[codecov-img]: https://codecov.io/gh/JuliaString/ChrBase.jl/branch/master/graph/badge.svg
[contrib]: https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat
[![][release]][pkg-url] [![][release-date]][pkg-url] [![][license-img]][license-url] [![contributions welcome][contrib]](https://github.com/JuliaString/ChrBase.jl/issues)
| **Julia Version** | **Unit Tests** | **Coverage** |
|:------------------:|:------------------:|:---------------------:|
| [![][julia-release]][julia-url] | [![][travis-s-img]][travis-url] | [![][codecov-img]][codecov-url]
| Julia Latest | [![][travis-m-img]][travis-url] | [![][codecov-img]][codecov-url]
This provides support for different types of characters, using a parameterized `Chr` type.
(and for v0.6.2, adds the AbstractChar type, which was later added to v0.7/master)
See the documentation in the [Strs](https://github.com/JuliaString/Strs.jl) package