https://github.com/linksplatform/regularexpressions.transformer
LinksPlatform's Platform.RegularExpressions.Transformer Class Library
https://github.com/linksplatform/regularexpressions.transformer
Last synced: 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-13T18:37:18.000Z (9 months ago)
- Last Synced: 2025-04-10T02:58:24.879Z (3 months ago)
- Language: C#
- Homepage: https://linksplatform.github.io/RegularExpressions.Transformer
- Size: 2.69 MB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/linksplatform/RegularExpressions.Transformer/actions?workflow=CD)
[](https://www.codacy.com/manual/drakonard/RegularExpressions.Transformer?utm_source=github.com&utm_medium=referral&utm_content=linksplatform/RegularExpressions.Transformer&utm_campaign=Badge_Grade)
[](https://www.codefactor.io/repository/github/linksplatform/regularexpressions.transformer)| [](https://www.nuget.org/packages/Platform.RegularExpressions.Transformer) | C# |
|-|-|
| [](https://badge.fury.io/py/retranslator) | __Python__ |
| [](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)