mass10 / rregex

正規表現によって文字列を取り出すコマンドラインアプリケーション

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REPOSITORY IS ARCHIVED

ARCHIVED & MOVED TO https://github.com/mass10/r-regex

Getting Started

cargo install --git https://github.com/mass10/rregex --branch main

rregex --string 'ABC' --regex "A([A-Z])"

About

正規表現によって文字列を取り出すコマンドラインアプリケーション


Languages

Language:Rust 100.0%