Domain names are not case sensitive (ie the DNS system is not case sensitive). All the rest of the URL depends on the web-server, and thus usually is considered case-sensitive as most webservers are UNIX/Linux/BSD and their filesystems are case-sensitive. Windows servers are likely not sensitive to case, but I still would always consider the path part of the URL case-sensitive even if working on one of those.
- Steve On Sun, May 22, 2011 at 12:14 AM, ChristianBoyce <[email protected]> wrote: > Thanks Maarten. I'm not positive that URLs are case-insensitive. I > think my example was poor-- the domain name IS insensitive to case, > but other files are not. For example: > > http://www.christianboyce.com/MAARTEN.png and > http://www.christianboyce.com/maarten.png > > do not load the same picture. UNIX lets me put two files with the > "same" names into the same directory as long as their capitalization > is not the same as UNIX is sensitive to case. > > You may be right anyway. But, I'm still trying to pass over those URLs > without touching them. > > This problem boils down to one of those "I can find the stuff that I > DON'T want to change (URLs)-- how do I say 'change everything that > isn't that stuff'" questions. It is easier to find what I don't want > to change than what I do. > > Meanwhile I will see about finding out more regarding why the > requirement is "don't change the URLs." > > c > > On May 21, 11:40 pm, Maarten Sneep <[email protected]> wrote: >> Op 22 mei 2011 om 05:14 heeft ChristianBoyce <[email protected]> het >> volgende geschreven: >> >> > But, if I have something like this: >> >> > "IT WAS A LOW-BUDGET AFFAIR and their WEBSITE ADDRESS >> > washttp://www.LOW-BUDGET.com" >> > I don't want to change the URL. Basically, I want to leave URLs >> > untouched. It should look like this: "it was a low-budget affair and >> > their website address washttp://www.LOW-BUDGET.com". (I want to do it >> > all in one move-- select the entire chunk of text, apply the GREP >> > command.) >> >> > I am using GREP rather than just changing case in BBEdit because I >> > want to protect the URLs. A given chunk of text will be a mixture of >> > upper case text, lower case text, and URLS. I'm trying to select a >> > bunch of text, apply my GREP command, and do a "change case" that >> > ignores URLs. >> >> Rightly so, urls are care insensitive. Why bother keeping the original case >> for exactly that part? >> >> Maarten > > -- > You received this message because you are subscribed to the > "BBEdit Talk" discussion group on Google Groups. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > <http://groups.google.com/group/bbedit?hl=en> > If you have a feature request or would like to report a problem, > please email "[email protected]" rather than posting to the group. > Follow @bbedit on Twitter: <http://www.twitter.com/bbedit> > -- You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at <http://groups.google.com/group/bbedit?hl=en> If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>
