1Padre::Wx::Dialog::RegeUxsEedritCoorn(t3r)ibuted Perl DoPcaudmreen:t:aWtxi:o:nDialog::RegexEditor(3)
2
3
4
6 Padre::Wx::Dialog::RegexEditor - dialog to make it easy to create a
7 regular expression
8
10 The "Regex Editor" provides an interface to easily create regular
11 expressions used in Perl.
12
13 The user can insert a regular expression (the surrounding "/"
14 characters are not needed) and a text. The "Regex Editor" will
15 automatically display the matching text in the bottom right window.
16
17 At the top of the window the user can select any of the four regular
18 expression modifiers:
19
20 Ignore case (i)
21 Single-line (s)
22 Multi-line (m)
23 Extended (x)
24
25 Global match
26
27 Allow the change/replacement of the // around the regular expression
28
29 Highlight the match in the source text instead of in a separate window
30
31 Display the captured groups in a tree hierarchy similar to Rx ?
32
33 Group Span (character) Value
34 Match 0 (Group 0) 4-7 the actual match
35
36 Display the various Perl variable containing the relevant values e.g.
37 the "@-" and "@+" arrays, the "%+" hash $1, $2...
38
39 point out what to use instead of $@ and "$'" and "$`"
40
41 English explanation of the regular expression
42
44 Copyright 2008-2011 The Padre development team as listed in Padre.pm.
45
46 This program is free software; you can redistribute it and/or modify it
47 under the same terms as Perl 5 itself.
48
49
50
51perl v5.28.0 2011-08-16 Padre::Wx::Dialog::RegexEditor(3)