Skip to content

Commit 438238c

Browse files
authored
Update README.md
1 parent a0cd6e5 commit 438238c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,19 @@ To Launch the tools use one of these 3 methods :
3838
![Replace-all-](https://raw.githubusercontent.com/codingseb/CSharpRegexTools4Npp/master/doc/Replace-All.gif)
3939
#### Replace with C# script
4040
![Replace-With-C#](https://raw.githubusercontent.com/codingseb/CSharpRegexTools4Npp/master/doc/Replace-with-CSharp.gif)
41+
#### Standards Regex operations from the toolbar
42+
![Toolbar-Actions](https://raw.githubusercontent.com/codingseb/CSharpRegexTools4Npp/master/doc/Standard-Operations.png)
43+
1. **Is Match ?** : Show a "Yes" if at least one match is found in the text source. Show a "No" otherwise
44+
2. **Matches** : Fill the list of all found matches with Groups and Captures
45+
3. **Select All Matches** : Select all found matches in the current Notepad++ tab (Can be use for multi-edition)
46+
4. **Extract All** : Extract all matches results in a new Notepad++ tab
47+
5. **Replace All** : Replace all matches in the text source
48+
#### Some others functionalities (options) preview
49+
![Replace-Elements](https://raw.githubusercontent.com/codingseb/CSharpRegexTools4Npp/master/doc/Replace-elements.png)
50+
51+
![Replace-Elements](https://raw.githubusercontent.com/codingseb/CSharpRegexTools4Npp/master/doc/Regex-Options.png)
52+
53+
![Text-sources](https://raw.githubusercontent.com/codingseb/CSharpRegexTools4Npp/master/doc/Text-Sources.png)
4154

4255
## Credits
4356
Based on : [NotepadPlusPlusPluginPack](https://github.com/kbilsted/NotepadPlusPlusPluginPack.Net) (under the [Apache-2.0 license](https://github.com/kbilsted/NotepadPlusPlusPluginPack.Net/blob/master/LICENSE.md))

0 commit comments

Comments
 (0)