Replace Pioneer Home
All Examples
Free Download
all
Advanced search and replace
Replace text in multiple files
Regular expression replace
Batch file rename
Batch download
Text file parser
Text file splitter
Html text generator
Search replace binary
Random word generator
Count and statistics
Character encoding
Bin Hex Oct Dec converter
Text generator
Text sort
Text merge
Text data calculation
RSS: Replace Pioneer Examples
1018.Regular expression replace -- How to move text before first square bracket to the replace of the parenthesis?
User:
Philip Xu -- 2012-10-27
<< 1017
1019 >>
Hits:
3801
Type:
Regular expression replace
Search all
Regular expression replace
examples
Description:
Replace bracket () with the words from the line first charactor to the mark [
Input Sample:
abc[]()
Output Sample:
[]abc
Answer:
Hint: You need to
Download and install "Replace Pioneer"
on windows platform to finish following steps.
1. ctrl-o open text file
2. ctrl-h open replace dialogue
* set "replace scope" to "Line"
* set "search for pattern" to:
(.*?)(\[.*?)\(\)
* set "replace with pattern" to:
$2$1
3. click "replace", done.
Screenshot 1: Replace_Window
Similar Examples:
How to remove everything before first space in filename?
(58%)
How to remove/delete all text enclosed by a pair of square bracket []?
(56%)
How to extract text between brackets into a file and the rest in another?
(55%)
How to search same text in differnt files and replace with different strings?
(55%)
How to batch remove all the text that enclosed by a pair of parenthesis?
(55%)
How to remove the first 10 characters of each line in text file?
(52%)
How to open a binary file and replace some bytes inside it?
(51%)
How to remove all lines whose 4th column enclosed by a pair of parenthesis?
(50%)
Check Demo of
Regular expression replace
Keywords:
square
bracket
parenthesis
mark
parenth
how to move text before
nth
pare
text before
before
square before text
set replace parenthesis
move words
replace before line
line before
first words
replace before
replace text first line