Top "Slash" questions

Please do not use this tag.

(Swift) how to print "\" character in a string?

I have tried to print it but it just by passes because it's an escaped character. e.g output should …

ios swift string escaping slash
Change backslash to forward slash in windows batch file

I'm trying to convert all backslashes () to forward slashes (/) in a variable which contains a file name and location. I've …

windows string batch-file slash
T-SQL - How to escape a slash / in square brackets in LIKE clause

I'm trying to use T-SQL LIKE against multiple values. After my research, the easiest way seems to be something similar …

sql-server tsql escaping sql-like slash
Issue In Removing Double Or More Slashes From URL By .htaccess

I am using the following htaccess rul to remove double or more slashes from web urls: #remove double/more slashes …

.htaccess url slash
Escaping backslash in Postgresql

I'm trying to write an sql function in Postgresql that will parse a file path. I want to return just …

postgresql escaping filepath slash
Converting backslashes into forward slashes using javascript does not work properly?

I have a javascript variable comming from legacy system with backslashes into forward slashes: '/46\465531_Thumbnail.jpg' and I am …

javascript backslash slash
Regex to match strings that begin with specific word and after that words seperated by slashes

So i want to match all strings of the form with a regex (word1|word2|word3)/some/more/text/..unlimited …

regex prefix slash
Why is the slash an escapable character in JSON?

Possible Duplicate: JSON: why are forward slashes escaped? json.org states, that forward slashes (aka solidus, /) can be escaped: "\/" However, …

json escaping specifications slash
Adding Firebase data, dots and forward slashes

I try to use firebase db, I found very important restrictions, which are not described in firebase help or FAQ. …

firebase firebase-realtime-database slash
Regex / Remove slash from string in ruby

Thanks in advance... I am having some trouble with regular expressions in ruby, or otherwise finding a way to remove …

ruby regex string gsub slash