Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antfu/rex
📑 Transform texts with RegExp like a Pro.
https://github.com/antfu/rex
Last synced: 19 days ago
JSON representation
📑 Transform texts with RegExp like a Pro.
- Host: GitHub
- URL: https://github.com/antfu/rex
- Owner: antfu
- License: mit
- Created: 2021-02-23T19:53:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-02-26T13:07:22.000Z (over 3 years ago)
- Last Synced: 2024-05-02T01:03:25.566Z (6 months ago)
- Language: Vue
- Homepage: https://rex.antfu.me/
- Size: 335 KB
- Stars: 106
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- project-awesome - antfu/rex - 📑 Transform texts with RegExp like a Pro. (Vue)
README
ReX
Transform texts with RegExp like a Pro.
## Motivation
Sometimes you need to do some clean up or transform for texts in batches. You can either edit manually line-by-line, using multi-cursors in your editor, apply find & replace with RegExp, or write a script for that.
Editing manually sometime could be laborious, writing a script could be complicated and overkill. Replacing via RegExp sounds like a good options to me, but somehow most editors can only do replacement but lack of the feature "keep only what matched".
Introducing **ReX**, an tiny app for me to do the text transformation without causing my headache. It was wrote in like 4 hours, but I will try to add more features as needed along the way.
So, yeah, enjoy. I would be glad if you find it useful as well.
## Sponsors
## License
MIT License © 2021 [Anthony Fu](https://github.com/antfu)