Allow the user to do
pm.newQuery("cypher", "MATCH (m:Movie {title:"The Matrix"})<-[:ACTS_IN]-(actor) WHERE actor.name =~ '.*s$' RETURN actor.name ;");
or
em.createNativeQuery("MATCH (m:Movie {title:"The Matrix"})<-[:ACTS_IN]-(actor) WHERE actor.name =~ '.*s$' RETURN actor.name ;");