RandomSec/main
Mathieu Saby 338fa585d3 Add menu for searching and replacing
Add a new menu "Replace" in "Edit Cells" > "Common Transforms" and a new interaction box for entering parameters.
Under the hood this is a wrapper around GREL replace() function.
The behavior is the same as replace() except the automatic backslah escaping of "Replace with" parameter.
The 2 main parameters in the box are 2 textaras : "Find" and "Replace with"
2 cumulative options are available for "Find" parameter : "Case insensitive" and "Regular Expression"
1 option is available for "Replace with" parameter : "Do not escape backslash automatically"
A validity control of the pattern is made when "Regular expression" is checked.
2018-09-23 22:12:12 +02:00
..
.settings data package metadata (#1398) 2018-02-02 13:24:19 +00:00
IDEs Update to Clojure 1.4. Closes issue #634 2013-02-12 00:15:35 -05:00
resources/schemas data package metadata (#1398) 2018-02-02 13:24:19 +00:00
src Merge pull request #1730 from OpenRefine/json-clustering 2018-09-16 18:52:11 +01:00
tests Merge pull request #1730 from OpenRefine/json-clustering 2018-09-16 18:52:11 +01:00
webapp Add menu for searching and replacing 2018-09-23 22:12:12 +02:00