Changeset 133320
- Timestamp:
- 07/09/2009 02:54:03 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
replace/trunk/readme.txt
r133319 r133320 2 2 Contributors: dor 3 3 Donate link: http://brownian.org.ua/?page_id=61 4 Tags: search and replace, filter, formatting, post, page, template, regular expression, regex p, search, replace4 Tags: search and replace, filter, formatting, post, page, template, regular expression, regex, search, replace 5 5 Requires at least: 2.0.2 6 6 Tested up to: 2.8.0 … … 57 57 == A brief examples == 58 58 59 1. As a search field, use '` —`', as a replace -- '`#160;—`'. This will 60 insert non-breaking space before every em-dash. 59 1. As a search field, use '`_—`' (*space* in place of `_`!), 60 as a replace -- '`#160;—`'. This will insert non-breaking space 61 before every em-dash. 61 62 62 63 Mmm... You may wish even use '`<span … … 74 75 75 76 Replace pattern: 76 77 77 '`<object width="425" height="344" data="http://www.youtube.com/v/\1" type="application/x-shockwave-flash"> 78 78 <param name="movie" value="http://www.youtube.com/v/\1"></param> … … 86 86 87 87 Search pattern: `<a [^>]*>([^<]*)<\/a>` 88 88 89 Replace pattern: `\1` 89 90
Note: See TracChangeset
for help on using the changeset viewer.