issue 6
(No replace function) reported by bkummel
- Other online RegEx testers have a replace function. A replace function
consists of:
- a second input field for the replace pattern
- a second output field for the output of the replace
See e.g. http://www.myregextester.com/ for an example of the replace
functionality.
Other online RegEx testers have a replace function. A replace function
consists of:
- a second input field for the replace pattern
- a second output field for the output of the replace
See e.g. http://www.myregextester.com/ for an example of the replace
functionality.
Aug 04, 2008
issue 5
(Add a way to list all matches) commented on by steve.dc
- This feature should also include some way to list the text matched by all capturing
groups within the regular expression.
This feature should also include some way to list the text matched by all capturing
groups within the regular expression.