1. ctrl-o open source file. 2. ctrl-h open 'Replace' dialog, in 'Replace' window, * fill in 'Search for Pattern': * fill in 'Replace with Pattern': 3. click 'Replace', finish. Notes: words_r($match,1,-1," "," ") means reverse order of the words from first to last one. Use " " as input delimiter and output delimiter. |