List Info

Thread: Help with a Regular Expression




Help with a Regular Expression
country flaguser name
United States
2007-08-17 13:59:38
Good afternoon all!

I need some help with a regulare expression.  I want to do a
find and
replace with some URLs, but I can't figure out the syntax of
the
expression to use.

What I have is a list of URLs like this:
www.S100.domain.name.com
www.S200.domain.name.com
www.S300.domain.name.com
www.S400.domain.name.com

And I want to find and replace all of them with this:
www.anyserver.doimain.name.com

Thanks,
Doug


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Regex" group.
To post to this group, send email to regexgooglegroups.com
To unsubscribe from this group, send email to
regex-unsubscribegooglegroups.com
For more options, visit this group at http://groups.go
ogle.com/group/regex
-~----------~----~----~----~------~----~------~--~---


Re: Help with a Regular Expression
country flaguser name
United States
2007-08-17 14:03:50
You didn't specify a language, but here's the perl syntax

s/www.[^.]+.(.*)/www.anyserver.$1/

On Aug 17, 12:59 pm, DougJrs <doug...gmail.com> wrote:
> Good afternoon all!
>
> I need some help with a regulare expression.  I want to
do a find and
> replace with some URLs, but I can't figure out the
syntax of the
> expression to use.
>
> What I have is a list of URLs like
this:www.S100.domain.name.comwww.S200.domain.name.comwww.S30
0.domain.name.comwww.S400.domain.name.com
>
> And I want to find and replace all of them with
this:www.anyserver.doimain.name.com
>
> Thanks,
> Doug


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Regex" group.
To post to this group, send email to regexgooglegroups.com
To unsubscribe from this group, send email to
regex-unsubscribegooglegroups.com
For more options, visit this group at http://groups.go
ogle.com/group/regex
-~----------~----~----~----~------~----~------~--~---


[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )