XPathでexample_*の*の部分に変数を使う方法はありますか?

document.evaluate('//input[@id="example_"]', document, null, 7, null);

example_1〜3までを設定したいです。