Info
Version: | 2.0.0 |
Author(s): | Balamurugan Revathi |
Last Update: | Friday, August 7, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/BalaReva.EasyText.Activities |
Install
Install-Package BalaReva.EasyText.Activities
dotnet add package BalaReva.EasyText.Activities
paket add BalaReva.EasyText.Activities
BalaReva.EasyText.Activities Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
It doesn't keep the text file resource.
DeleteAt - Delete the line at specific line
Find & Replace All - Find and replace in entire file.
FindReplaceAt - Find and replace the text in a specific from and to line (if doesn't know the To line , can mention the -1)
Find Text - Find the text position
FindLineIndex - Find the text and return the line indexes.
Insert Line At - Insert the line in specific line index
Line Count - Return the total line counts
Read Specific Line - Read the lines in the specific line index From and To (if doesn't know the To line , can mention the -1)
Remove Empty Line - It removes all the empty lines.