Hi, i need a regexp to match only single / in a string in PHP.
"bla bla bla/bla bla bla" //The regexp must match the / character
"bla bla // bla bla / bla bla" //The regexp must match only the last / not the first beacuse it is followed by another /
so i want only unescaped /.