https://github.com/juliastring/strbase.jl
Basic functions for string support
https://github.com/juliastring/strbase.jl
hacktoberfest
Last synced: 8 months ago
JSON representation
Basic functions for string support
- Host: GitHub
- URL: https://github.com/juliastring/strbase.jl
- Owner: JuliaString
- License: mit
- Created: 2018-05-04T16:11:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T13:45:39.000Z (over 2 years ago)
- Last Synced: 2025-05-18T09:38:38.637Z (9 months ago)
- Topics: hacktoberfest
- Language: Julia
- Homepage:
- Size: 310 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# StrBase
[pkg-url]: https://github.com/JuliaString/StrBase.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/StrBase.jl.svg
[release-date]: https://img.shields.io/github/release-date/JuliaString/StrBase.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
[checks]: https://img.shields.io/github/checks-status/JuliaString/StrBase.jl/master
[codecov-url]: https://codecov.io/gh/JuliaString/StrBase.jl
[codecov-img]: https://codecov.io/gh/JuliaString/StrBase.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/StrBase.jl/issues)
| **Julia Version** | **Unit Tests** | **Coverage** |
|:------------------:|:------------------:|:---------------------:|
| [![][julia-release]][julia-url] | | [![][codecov-img]][codecov-url]
| Julia Latest | [![][checks]][pkg-url] | [![][codecov-img]][codecov-url]
See the documentation in the [Strs](https://github.com/JuliaString/Strs.jl) package,
this package contains the basic functionality, which can be used by other string related packages.