Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elektrostudios/regexcon-performs-regex-substitution-via-command-line

Command-line app to perform RegEx string substitutions.
https://github.com/elektrostudios/regexcon-performs-regex-substitution-via-command-line

command-line command-line-tool command-line-tools commandline commandline-tool console-application consoleapp dotnet elektrostudios regex regular-expression regular-expressions regularexperssion regularexpression regularexpressions string string-manipulation strings vbnet windows

Last synced: 6 days ago
JSON representation

Command-line app to perform RegEx string substitutions.

Awesome Lists containing this project

README

        

# RegexCon

### Command-line app to perform Regular Expression (RegEx) string substitutions.

![logo](/Images/logo.png)

------------------

## 👋 Introduction

I decided to develop **RegexCon** as a solution for a third-party application that is written in a scripting language with limited Regex capabilities, but that third-party application supports running external apps, and this is where **RegexCon** comes into play for me, bridging the gap by enabling that third-party application to execute regular expression substitutions as required.

**RegexCon** could be used, for example, in a for-loop of any programming language to perform file renamings.

I'm convinced you would find additional scenarios where this tool proves invaluable to you!.

## ‼️ Limitations

**RegexCon** relies on the .NET regex engine and it utilizes its pattern syntax. While most common regex pattern syntax from other languages will work properly with **RegexCon**, it's important to note that each programming language has its own regex implementations, which may include minor syntax differences and/or limitations. For instance, a named group in PHP is written differently than in .NET. The responsibility for syntax adaptation lies with the end user.

## 📝 Requirements

- Microsoft Windows OS.

## 🤖 Getting Started

Download the latest release by clicking [here](https://github.com/ElektroStudios/RegexCon-Performs-RegEx-substitution-via-command-line/releases/latest),

#### Syntax
RegexCon.exe /I=(input) /E=(expression) /S=(substitution)

#### Switches
/Input or /I | The input string.
/Expression or /E | The regular expression.
/Substitution or /S | The substitution string.
/MatchCase or /M | Matches characters in a case-sensitive manner.
/? | Shows this help.

#### Switch value types
---------------------------------------------------------
/Input or /I | Any string
/Expression or /E | Any string
/Substitution or /S | Any string
/MatchCase or /M | True/False

#### Usage examples
---------------------------------------------------------
( Regular string substitution. )
RegexCon.exe /I="Hello World" /E="^(.+)\s(.+)$" /S="$2 $1" /M=True

( Named-group string substitution. )
RegexCon.exe /I="Hello World" /E="^(?.+)\s(?.+)$" /S="${two} ${one}"

## 🔄 Change Log

Explore the complete list of changes, bug fixes, and improvements across different releases by clicking [here](/Docs/CHANGELOG.md).

## ⚠️ Disclaimer:

This Work (the repository and the content provided in) is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the Work or the use or other dealings in the Work.

## 💪 Contributing

Your contribution is highly appreciated!. If you have any ideas, suggestions, or encounter issues, feel free to open an issue by clicking [here](https://github.com/ElektroStudios/RegexCon-Performs-RegEx-substitution-via-command-line/issues/new/choose).

Your input helps make this Work better for everyone. Thank you for your support! 🚀

## 💰 Beyond Contribution

This work is distributed for educational purposes and without any profit motive. However, if you find value in my efforts and wish to support and motivate my ongoing work, you may consider contributing financially through the following options:




__________________


Becoming my sponsor on Github:


You can show me your support by clicking here,
contributing any amount you prefer, and unlocking rewards!




__________________


Making a Paypal Donation:


You can donate to me any amount you like via Paypal by clicking here.




__________________


Purchasing software of mine at Envato's Codecanyon marketplace:


If you are a .NET developer, you may want to explore 'DevCase Class Library for .NET',
a huge set of APIs that I have on sale. Check out the product by clicking here
It also contains all piece of reusable code that you can find across the source code of my open source works.



Your support means the world to me! Thank you for considering it! 👍