An open API service indexing awesome lists of open source software.

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

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.