Top "Slash" questions

Please do not use this tag.

Simple URL routes in WCF Rest 4.0 without trailing slash

I have a WCF REST 4.0 project based on the the WCF REST Service Template 40(CS). I'd like to expose simple …

wcf rest slash trailing
How to get string after second slash in url - using php?

How to get string after second slash in url? URL is different every time (more slashes), but every time I …

php string url character slash
django - url with automatic slash adding

I'm using django admin on my website. When I enter url without slash after admin (http://example.com/admin) I …

django url slash
Tomcat, JAX-RS, Jersey, @PathParam: how to pass dots and slashes?

Having a method like this: @GET @Path("/name/{name}") @Produces(MediaType.TEXT_PLAIN) public String getProperty(@PathParam("name") String name) { …

rest jersey jax-rs slash
remove multiple trailing slashes mod_rewrite

I know this question was asked a number of times on this site alone, but browsing through the relevant posts …

mod-rewrite slash trailing
Groovy: Replace / in Path with \

How would you replace / with \ in Groovy? So that "//10.1.1.1/temp/test" becomes "\\10.1.1.1\temp\test". "//10.1.1.1/temp/test".replaceAll(/'\\/'/,'\\…

groovy escaping backslash slash
How to remove slash from string in C#

I have a string like this: "/AuditReport" It is assigned to variable rep. If I type var r = rep.SysName.…

c# string slash
Removing trailing slash and redirecting html

The problem I'm having is that the first URL works and the second one doesn't. http://www.example.com/podcast/…

html .htaccess redirect slash trailing
Remove additional slashes from URL

In ASP.Net it is posible to get same content from almost equal pages by URLs like localhost:9000/Index.aspx …

c# asp.net url slash
Changing "/" into "\" in R

I need to change "/" into "\" in my R code. I have something like this: tmp <- paste(getwd(),"tmp.…

r backslash slash