So I have a string in Lua that is exactly like the following:
[[
en[What is your job]
pt[Qual é o seu trabalho?]
]]
As you might expect, I want to sometimes retrieve anything inside "en[]" and in other times "pt[]" and put the text inside a new variable.
Any ideas?