Extended replace is the the right tool. One of the "appropriate
fields" mentioned would be to make sure the check mark shows next to
regular expressions, then you can use a . to match the numbers you
want to replace. None of the characters in the string you show is
considered to be a "special character" where regular expressions are
concerned, so then in extended replace it would be -
Find what:
<meta name="date.http" content="2005/../..">
Replace with:
<meta name="date.http" content="2006/01/17">
Rand
--- In homesite@yahoogroups.com, "Bruce" <brucekalis@b...> wrote:
>
> --- In homesite@yahoogroups.com, "micklialin" <lialin@y...> wrote:
> >
> > How I can search string
> >
> > <meta name="date.http" content="2005/xx/xx">
> >
> > (2005/xx/xx - all dates in 2005 year) in more files and replace on
> >
> > <meta name="date.http" content="2006/01/17">?
> >
>
> If I follow what you want, an extended replace will do the job,
> working on all files in your folder or project. Do a Shift-Control-
R
> and fill in the appropriate fields.
>
> If I don't follow what you want, I don't know what the deuce I'm
> talking about (grin).
>