Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linksplatform/regularexpressions.transformer
LinksPlatform's Platform.RegularExpressions.Transformer Class Library
https://github.com/linksplatform/regularexpressions.transformer
Last synced: about 2 months ago
JSON representation
LinksPlatform's Platform.RegularExpressions.Transformer Class Library
- Host: GitHub
- URL: https://github.com/linksplatform/regularexpressions.transformer
- Owner: linksplatform
- License: unlicense
- Created: 2019-10-06T21:10:39.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-02T16:44:57.000Z (about 1 year ago)
- Last Synced: 2024-04-25T09:00:28.921Z (8 months ago)
- Language: C#
- Homepage: https://linksplatform.github.io/RegularExpressions.Transformer
- Size: 2.69 MB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Actions Status](https://github.com/linksplatform/RegularExpressions.Transformer/workflows/CD/badge.svg)](https://github.com/linksplatform/RegularExpressions.Transformer/actions?workflow=CD)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/7bcd272efb834b7993f0cf3ea1e9bb69)](https://www.codacy.com/manual/drakonard/RegularExpressions.Transformer?utm_source=github.com&utm_medium=referral&utm_content=linksplatform/RegularExpressions.Transformer&utm_campaign=Badge_Grade)
[![CodeFactor](https://www.codefactor.io/repository/github/linksplatform/regularexpressions.transformer/badge)](https://www.codefactor.io/repository/github/linksplatform/regularexpressions.transformer)| [![NuGet Version and Downloads count](https://img.shields.io/nuget/v/Platform.RegularExpressions.Transformer?label=nuget&style=flat)](https://www.nuget.org/packages/Platform.RegularExpressions.Transformer) | C# |
|-|-|
| [![PyPI version](https://badge.fury.io/py/retranslator.svg)](https://badge.fury.io/py/retranslator) | __Python__ |
| [![nimble](https://raw.githubusercontent.com/yglukhov/nimble-tag/master/nimble.png)](https://nimble.directory/pkg/retranslator) | __Nim__ |# [RegularExpressions.Transformer](https://github.com/linksplatform/RegularExpressions.Transformer)
LinksPlatform's Platform.RegularExpressions.Transformer Class Library.
Another way to transform text is to use chain of regular expression in the `sed` command.
```Shell
sed -e 's/first match/first substution/g' -e 's/second match/second substution/g'
```Namespace: [Platform.RegularExpressions.Transformer](https://linksplatform.github.io/RegularExpressions.Transformer/csharp/api/Platform.RegularExpressions.Transformer.html)
Forked from: [LinksPlatform/Collections.Methods/CSharpToCppTranslator](https://github.com/linksplatform/Collections.Methods/tree/20ac8963cdeb8f68013139f4083abd98be03ff43/CSharpToCppTranslator)
NuGet package: [Platform.RegularExpressions.Transformer](https://www.nuget.org/packages/Platform.RegularExpressions.Transformer)
Python version: [retranslator](https://github.com/linksplatform/RegularExpressions.Transformer/tree/master/python)
## [Documentation](https://linksplatform.github.io/RegularExpressions.Transformer)
[PDF file](https://linksplatform.github.io/RegularExpressions.Transformer/csharp/Platform.RegularExpressions.Transformer.pdf) with code for e-readers.## Dependent libraries
* [Platform.RegularExpressions.Transformer.CSharpToCpp](https://github.com/linksplatform/RegularExpressions.Transformer.CSharpToCpp)