I'm very new to Redmine/Ruby trying to achieve a simple plugin that takes the current wiki page content and matches/replaces everytime a word occurs via regular expression. How can I do this?
Thanks!
Dennis
|
I'm very new to Redmine/Ruby trying to achieve a simple plugin that takes the current wiki page content and matches/replaces everytime a word occurs via regular expression. How can I do this? Thanks! Dennis
| |||
|
feedback
|
|
The word replacement can de done by using
Here is a more complete solution with a dictionary of words to replace:
Result: | |||||
feedback
|