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 regex googlegroups.com
To unsubscribe from this group, send email to
regex-unsubscribe googlegroups.com
For more options, visit this group at http://groups.go
ogle.com/group/regex
-~----------~----~----~----~------~----~------~--~---
|