Exclude not working with name in page loop

Hi,
say I want to exclude the page with the name “privacy” with the ID “5” from a page loop, following code is not working:

<Loop type=page exclude=privacy>

while this works fine

<Loop type=page exclude=5>

Does it work if you put “privacy” in quotes?