Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/charleskawczynski/betweenflags.jl
A string processing utility that finds/removes text between given flags.
https://github.com/charleskawczynski/betweenflags.jl
parsing regex string-matching string-search text
Last synced: 28 days ago
JSON representation
A string processing utility that finds/removes text between given flags.
- Host: GitHub
- URL: https://github.com/charleskawczynski/betweenflags.jl
- Owner: charleskawczynski
- License: apache-2.0
- Created: 2018-12-24T18:23:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-25T23:04:37.000Z (about 4 years ago)
- Last Synced: 2024-10-12T20:32:54.395Z (about 1 month ago)
- Topics: parsing, regex, string-matching, string-search, text
- Language: Julia
- Size: 330 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BetweenFlags.jl
A set of string processing utility functions that finds/removes text between given flags.
|||
|---------------------:|:----------------------------------------------|
| **Docs Build** | [![docs build][docs-bld-img]][docs-bld-url] |
| **Documentation** | [![dev][docs-dev-img]][docs-dev-url] |
| **Code Coverage** | [![codecov][codecov-img]][codecov-url] |
| **Travis Build** | [![travis][travis-img]][travis-url] |
| **AppVeyor Build** | [![appveyor][appveyor-img]][appveyor-url] |[docs-bld-img]: https://github.com/charleskawczynski/BetweenFlags.jl/workflows/Documentation/badge.svg
[docs-bld-url]: https://github.com/charleskawczynski/BetweenFlags.jl/actions?query=workflow%3ADocumentation[docs-dev-img]: https://img.shields.io/badge/docs-latest-blue.svg
[docs-dev-url]: https://charleskawczynski.github.io/BetweenFlags.jl/latest/[travis-img]: https://travis-ci.org/charleskawczynski/BetweenFlags.jl.svg?branch=master
[travis-url]: https://travis-ci.org/charleskawczynski/BetweenFlags.jl[appveyor-img]: https://ci.appveyor.com/api/projects/status/ca6lgtt9f8e42o4f?svg=true
[appveyor-url]: https://ci.appveyor.com/project/charleskawczynski/betweenflags-jl[codecov-img]: https://codecov.io/gh/charleskawczynski/BetweenFlags.jl/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/charleskawczynski/BetweenFlags.jl# Installation
To install, use
`julia ] add BetweenFlags`