| User: Mitter -- 2008-11-05 |
| Hits: 196 |
| Type: Advanced search and replace |
| Search all Advanced search and replace examples |
| Description: |
| How to remove all single-byte characters in a text file |
| Input Sample: |
| <html> <head> <title>数据库概论精品课程</title> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <link rel='stylesheet' href='主观题自测/Css/Style.css' type='text/css'> <style> |
| Output Sample: |
| 数据库概论精品课程主观题自测 |
| Answer: |
| Hint: You need to Download and install "Replace Pioneer" to finish following steps. |
| only a few steps are needed: 1. ctrl-o open source file. 2. ctrl-h open 'Replace' dialog, in 'Replace' window, * fill in 'Search for Pattern': * fill nothing in 'Replace with Pattern' 3. click 'Replace', finish. |
| Download Script: scripts/291.rst.zip |
Similar Examples: |
| How to remove/delete all multi-byte characters in a text file? (91%) How to remove/delete all English characters in a text file? (88%) How to remove/delete all symbols in a text file? (74%) How to remove/delete all blank lines in a text file? (73%) How to remove/delete all commas from comma separated numbers in a text file (72%) How to remove/delete all lines ending by a comma(,) in a text file? (71%) How to remove/delete all characters except number and spaces in a text file? (71%) How to remove/delete unnecessary line breaks in a text file? (68%) |
Check Demo of Advanced search and replace |