Files
textmate/Applications/TextMate/resources/English.lproj/TextMate Help/format_string_syntax.md
Allan Odgaard 9894969e67 Initial commit
2012-08-09 16:25:56 +02:00

589 B

Format String Syntax

In Snippets

Placeholders

$«int»
${«int»}
${«int»:«snippet»}
${«int»/«regexp»/«format»/«options»}
${«int»|«choice 1»,…,«choice n»|}     # parsed but not handled

Code

`«code»`

In Format Strings

$0-n

\U, \L, \E, \u, \l
\n, \t

«variables»

(?«var»:«if»:«else»}
(?«var»:«if»}

In Both

Variables

${«var»:?«if»:«else»}
${«var»:+«if»}
${«var»:-«else»}
${«var»:«else»}
${«var»/«regexp»/«format»/«options»}
${«var»:[/upcase][/downcase][/capitalize][/asciify]}