Skip to content

How transform word to uppercase? #351

Answered by L3MON4D3
zer09 asked this question in Q&A
Discussion options

You must be logged in to vote

That's not possible yet via parsed snippets :/

You can get this nonetheless by creating the snippet in lua:

s("sample", fmt[[
	{}
	'{}'
]], {
	i(1, "param"), l(l._1:upper())
})

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@zer09
Comment options

Answer selected by zer09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants