Skip to content

Commit 4e6542e

Browse files
authored
Update README.md
1 parent fdfc890 commit 4e6542e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ Some tools for using C# Regex in Notepad++ (As Notepad++ Plugin)
44
Need a [Notepad++](https://notepad-plus-plus.org/) x86 or x64 installed on the machine and the right to write in the plugin directory.
55
(At least version 7.6.3, older versions can work but need modification of the file [NppPlugin.DllExport.targets](https://github.com/codingseb/CSharpRegexTools4Npp/blob/master/CSharpRegexTools4Npp/PluginInfrastructure/DllExport/NppPlugin.DllExport.targets))
66

7+
## Features
8+
* Syntax Highlight of the C# Regex
9+
* List all matches (With groups and captures)
10+
* Select All matches
11+
* Replace All matches (with replace syntax or C#)
12+
* Extract All matches in a new Notepad++ tab
13+
* Work on current Notepad++ tab text, on current selection or in a directory
14+
* Named groups, lookbehind, lookforward and all features of C# Regex
15+
716
## Installation
817

918
* Clone this repo

0 commit comments

Comments
 (0)