Plugin Directory

Changeset 133320


Ignore:
Timestamp:
07/09/2009 02:54:03 PM (16 years ago)
Author:
dor
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • replace/trunk/readme.txt

    r133319 r133320  
    22Contributors: dor
    33Donate link: http://brownian.org.ua/?page_id=61
    4 Tags: search and replace, filter, formatting, post, page, template, regular expression, regexp, search, replace
     4Tags: search and replace, filter, formatting, post, page, template, regular expression, regex, search, replace
    55Requires at least: 2.0.2
    66Tested up to: 2.8.0
     
    5757== A brief examples ==
    5858
    59 1. As a search field, use '` —`', as a replace -- '`#160;—`'. This will
    60    insert non-breaking space before every em-dash.
     591. 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.
    6162
    6263   Mmm... You may wish even use '`<span
     
    7475
    7576   Replace pattern:
    76 
    7777    '`<object width="425" height="344" data="http://www.youtube.com/v/\1" type="application/x-shockwave-flash">
    7878      <param name="movie" value="http://www.youtube.com/v/\1"></param>
     
    8686
    8787   Search pattern: `<a [^>]*>([^<]*)<\/a>`
     88
    8889   Replace pattern: `\1`
    8990
Note: See TracChangeset for help on using the changeset viewer.