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
939.Advanced search and replace -- How to replace all specified symbols with dot in specified range?
User:
liqiang -- 2012-04-18
<< 938
940 >>
Hits:
3319
Type:
Advanced search and replace
Search all
Advanced search and replace
examples
Description:
replace all empty space,/,- to . in key=""
Input Sample:
key="Abc/ff cc-dd"
Output Sample:
key="abc.ff.cc.dd"
Answer:
Hint: You need to
Download and install "Replace Pioneer"
on windows platform to finish following steps.
1. ctrl-o open file
2. ctrl-h open 'replace' dialog
* set 'search for pattern' to:
key="[^"]+"
* set 'replace with pattern' to:
replace($match,'[-\/\s]','.')
3. click 'replace', done.
Screenshot 1: Replace_Window
Similar Examples:
How to shuffle all lines of text in specified range?
(66%)
How to replace old text with new text only in specified range?
(65%)
How to batch extract specified words from one txt file with specified name?
(64%)
How to replace specific column with specific rule in csv file?
(63%)
How to replace letters with predefined numbers in a text range?
(63%)
How to extract all specified links from a html file?
(63%)
How to re-group all elements in specified range?
(61%)
How to rename files by adding specified strings at specified position?
(61%)
Check Demo of
Advanced search and replace
Keywords:
empty space
empty
dot
symbols
range
symbol
sym
key
space
specified
space dot
replace in specified range
range replace
replace all to space
replace with space
replace space
search pattern
replace pattern