Text plus enables user to edit text by using regular expressions. It also allows user to add, remove prefixes, newlines, trailing spaces as well as line numbers.
Examples:
Regular expression -
String - Lorem Ipsum is simply dummy text. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s
Pattern - Lorem
Flag - gm
Replace With - ferret
Output - ferret Ipsum is simply dummy text. ferret Ipsum has been the industry’s standard dummy text ever since the 1500s
Prefix -
Prefix - •
Add - will add the • to all new lines
Remove - will find the • and remove them
Line numbers -
Delimiter - can be space or •
Starts with - is the first number to begin with (0 or 1 etc.)
Add - will add line numbers to all lines in a text object
Remove - will remove line numbers from all lines
Newlines -
After - string after which to add / remove a newline
Trailing spaces -
Length - of space
Beginning/End - position
Add/Remove
Thank you for trying Text Plus!