+ "FILTER ( ?student =' "+name+" ' ) " //name can be any string

   + "FILTER ( ?student , ' "+name+" ' ) "

which syntax is correct? == sign or just comma sign?
And is regex keyword mandatory here? In which situation we should use regex
with Filter keyword?

Reply via email to