simple-string-patterns 0.1.7

Makes it easier to match, split and extract strings in Rust without regular expressions. The parallel string-patterns crate provides extensions to work with regular expressions via the Regex library
Documentation
1
2
3
4
5
6
7
8
9
[package]
categories = ["text-processing", "parsing"]
description = "Makes it easier to match, split and extract strings in Rust without regular expressions. The parallel string-patterns crate provides extensions to work with regular expressions via the Regex library"
edition = "2021"
license = "GPL-2.0-or-later WITH Bison-exception-2.2"
name = "simple-string-patterns"
readme = "README.md"
repository = "https://github.com/neilg63/simple-string-patterns"
version = "0.1.7"