Quote:
Originally Posted by DiapDealer
[...]all of the functionality can be coded within the custom replace. Unless I'm missing something else.
|
Unless I'm missing something it's currently not possible to add additional replace functions that don't use one of the predefined custom functions e.g.
replace_uppercase,
replace_lowercase etc.
Let's take a trivial, rather contrived example. How would a user write a custom function that wraps certain words in a
<span> tag with the search expression as a title attribute?
Find:(word1|word2|word3)
The result should be
<span title="word1">word1</span>.