|
7 | 7 |
|
8 | 8 | [release]: https://img.shields.io/github/release/JuliaString/PCRE2.jl.svg
|
9 | 9 | [release-date]: https://img.shields.io/github/release-date/JuliaString/PCRE2.jl.svg
|
| 10 | +[checks]: https://img.shields.io/github/checks-status/JuliaString/PCRE2.jl/master |
10 | 11 |
|
11 | 12 | [license-img]: http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat
|
12 | 13 | [license-url]: LICENSE.md
|
13 | 14 |
|
14 | 15 | [gitter-img]: https://badges.gitter.im/Join%20Chat.svg
|
15 | 16 | [gitter-url]: https://gitter.im/JuliaString/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge
|
16 | 17 |
|
17 |
| -[travis-url]: https://travis-ci.org/JuliaString/PCRE2.jl |
18 |
| -[travis-s-img]: https://travis-ci.org/JuliaString/PCRE2.jl.svg |
19 |
| -[travis-m-img]: https://travis-ci.org/JuliaString/PCRE2.jl.svg?branch=master |
20 |
| - |
21 | 18 | [codecov-url]: https://codecov.io/gh/JuliaString/PCRE2.jl
|
22 | 19 | [codecov-img]: https://codecov.io/gh/JuliaString/PCRE2.jl/branch/master/graph/badge.svg
|
23 | 20 |
|
24 | 21 | [contrib]: https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat
|
25 | 22 |
|
26 |
| -[![][release]][pkg-url] [![][release-date]][pkg-url] [![][license-img]][license-url] [![contributions welcome][contrib]](https://github.com/JuliaString/PCRE2.jl/issues) |
27 |
| - |
28 |
| -| **Julia Version** | **Unit Tests** | **Coverage** | |
29 |
| -|:------------------:|:------------------:|:---------------------:| |
30 |
| -| [![][julia-release]][julia-url] | [![][travis-s-img]][travis-url] | [![][codecov-img]][codecov-url] |
31 |
| -| Julia Latest | [![][travis-m-img]][travis-url] | [![][codecov-img]][codecov-url] |
| 23 | +[![][release]][pkg-url] [![][release-date]][pkg-url] [![][checks]][pkg-url] [![][codecov-img]][codecov-url] [![][license-img]][license-url] [![contributions welcome][contrib]](https://github.com/JuliaString/PCRE2.jl/issues) |
32 | 24 |
|
33 | 25 | The `PCRE2` package implements a low-level API for accessing the PCRE libraries (8, 16, and 32-bit)
|
34 |
| -It is intended to replace `Base.PCRE`, which is not threadsafe, only supports UTF-8, and is using an old version of the PCRE library (10.30, current version is 10.31) |
| 26 | +It was intended to replace `Base.PCRE` which was not threadsafe, as well as missing non-UTF-8 support. |
| 27 | + |
| 28 | +`Base.PCRE` still only supports UTF-8, which is why this is needed for the Strs package. |
| 29 | +It is my intention to change this to use the libraries now created by the BinaryBuilder. |
0 commit comments