blob: b0355491957bee8b84ebcfe1776c75b20f3c2f52 [file] [log] [blame]
${x?trim}
${x?left_pad(5)}
${x?left_pad(5, '-')}
${x?then('y', 'n')}
${x?switch(1, 11, 2, 22, 33)}