![]() |
|
#1
|
|||
|
|||
|
Alright, I am using Word 2007. I need to remove all sub domains within a large list that also contains regular domains.
Example data: maps.google.com rawr.blah.edu google.com apples.com mars.bars.com Output data: google.com blah.edu google.com apples.com bars.com I tried this: (^13*)*. however it changes google.com to com. Ideas? |
|
#2
|
|||
|
|||
|
*.google.com
*.blah.edu Is this what you mean? |
|
#3
|
|||
|
|||
|
That's what I would like to do, yes. How would I go about that?
|