Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adeattwood/devcase
A regex search and replace tool for preserving case
https://github.com/adeattwood/devcase
Last synced: 23 days ago
JSON representation
A regex search and replace tool for preserving case
- Host: GitHub
- URL: https://github.com/adeattwood/devcase
- Owner: AdeAttwood
- Created: 2024-05-10T19:29:09.000Z (6 months ago)
- Default Branch: 0.x
- Last Pushed: 2024-05-29T16:33:47.000Z (5 months ago)
- Last Synced: 2024-05-30T06:34:07.236Z (5 months ago)
- Language: Rust
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dev Case
A regex search and replace tool for preserving case
## Description
Dev Case is a command-line tool built with Rust that simplifies regex search
and replace operations while preserving the case of the matched text. It allows
developers to efficiently manipulate text files while maintaining the original
casing of the content.## Features
- **Regex Search and Replace**: Perform search and replace operations using regular expressions.
- **Case Preservation**: Maintain the original casing of the matched text during replacement.
- **CLI Interface**: Command-line interface for easy integration into development workflows.
- **Built with Rust**: Utilizes the performance and safety benefits of the Rust programming language.