Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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`