NEWS FROM THE EDGE

Tech Tips and Advice from the Experts at Dynamic Edge

Forward Slash vs. Backslash: What’s the Difference?

Today’s posting brought to you by Jason the Programmer — who needs a little more to do with his time!

In search of an answer to this age old question, I’ve consulted numerous sources and scoured the Web. Hopefully, you’ll find this tidbit of information as useful as I have. The difference between the forward slash and the backslash is as follows:

/ = the forward slash leans forward
\= the backslash leans back

That’s it. Wow. That was complicated!

For Average Joes and Janes like myself, that’s all you really need to know — because we really only use slashes when typing in website URL’s. And, yes, I did casually say “slashes” because most of us regular users only know where one slash is, anyway. It shares a key with the question mark.

FREE Social Tech Tip #1 – When giving out a website address in conversation,  leave off the colon and forward slashes that happen before the dot-com. Mentioning them just sounds silly.

As an example, here’s something we’ve all heard before: Some know-it-all-type (trying to sound smarter than they actually are) wants to give you the address to a website that you’ve not yet graced with your presence. It sounds something like this: “Just go to http-colon-backslash-backslash www dot blah-blah-blah dot com…” Before you even hear the site address, you’re bored. What on earth would make you want to go there?

Don’t be this person.

FREE Social Tech Tip #2 – If you’re referring somebody to a website that has forward slashes AFTER the dot-com, just call them slashes. People are smart enough to know what you mean [and even if they aren’t, they’ll probably use the one under their pinky finger anyway.]

Q. So, if Average Joes really only use the forward slash, what’s the other one for?
A. Only Programmers, really. This is probably why Jason recommended this post in the first place.

Backslashes are mainly used in computing, and have a more limited and technical use than the slash:

  • They can act as a path delimiter in Windows path names (C:Program FilesAdobe Photoshop).
    – or –
  • As escaping characters in most C-style languages, including C, C++, PHP, Perl, and also on most UNIX shells ().

More likely than not, if you’re reading this, you don’t use backslashes very often, either. It’s ok. We can’t all write code for a living 😉 otherwise, there would be no one to write our UnCorporate Blog.

Well, there it is! The difference between Forward Slash and Backslash! Hope it helps.

Blogging isn’t all we do here at Dynamic Edge, Inc. Click Here to poke around our website.

Comments are closed.