Replace Pioneer Home   All Examples   Free Download

 New request --free  RSS: Replace Pioneer Examples

49.Advanced search and replace -- Reverse order the 2,3,4,5 words of each line.

User: sysdemo -- 2007-11-24          << 48  50 >>
Hits: 432
Type: Advanced search and replace   
Search all Advanced search and replace examples
Description:
Reverse order the 2,3,4,5 words of each line.
Input Sample:
w1 w2 w3 w4 w5 w6 w7 line1
w1 w2 w3 w4 w5 w6 w7 line2
w1 w2 w3 w4 w5 w6 w7 line3
w1 w2 w3 w4 w5 w6 w7 line4
Output Sample:
w1 w5 w4 w3 w2 w6 w7 line1
w1 w5 w4 w3 w2 w6 w7 line2
w1 w5 w4 w3 w2 w6 w7 line3
w1 w5 w4 w3 w2 w6 w7 line4
Answer:
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps.
1. ctrl-o open the file 
2. ctrl-h open replace dialog: 
Settings:
1) Replace unit=line
2) Search for pattern:

3) Replace with pattern:

3. Click 'Replace'
Download Script:  scripts/49.rst

Screenshot 1:  Replace_Window


Similar Examples:
How to reverse the order of characters in each line of text? (63%)
How to reverse all the words in each line of a csv file? (60%)
How to sort the text by the number of specific word in each line? (52%)
How to split a text file according to first word in each line? (52%)
How can I reverse the sequence of all words in a text file? (50%)
How to add a space after the 15 character of each line? (50%)
How to change the even sequence id of the comma to space in each line? (49%)
How to remove every other characters on each line of text? (49%)

Check Demo of Advanced search and replace
Keywords:
reverse  order  settings  setting  words  each line  word  each  replace unit  advanced search and replace  line order  search words  replace words  line of  search line  replace line  line replace  file line