string-patterns 0.1.2

Makes it easier to work with common string patterns and regular expressions in Rust, adding regex match and replace methods to the standard String type
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies.regex]
version = "1.10.2"

[package]
categories = ["strings"]
description = "Makes it easier to work with common string patterns and regular expressions in Rust, adding regex match and replace methods to the standard String type"
edition = "2021"
license = "GPL-2.0-or-later WITH Bison-exception-2.2"
name = "string-patterns"
readme = "README.md"
repository = "https://github.com/neilg63/string-patterns"
version = "0.1.2"