File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,19 @@ To Launch the tools use one of these 3 methods :
38
38
![ Replace-all-] ( https://raw.githubusercontent.com/codingseb/CSharpRegexTools4Npp/master/doc/Replace-All.gif )
39
39
#### Replace with C# script
40
40
![ 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 )
41
54
42
55
## Credits
43
56
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 ) )
You can’t perform that action at this time.
0 commit comments