Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 752 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 752 Bytes

Frends.Regex.Replace

Frends Task for replacing parts of string input using Regex.

Frends.Regex.Replace Main GitHub Coverage

Installing

You can install the Task via frends UI Task View.

Building

Rebuild the project

dotnet build

Run tests

dotnet test

Create a NuGet package

dotnet pack --configuration Release