Tagged Questions
0
votes
3answers
295 views
better alternative to message format
I have a string of following format
Select * where {{0} rdfs:label "Aruba" } limit 10
Now I would like to replace {0} with some new text, but the problem is message format is unable to parse the ...