Change code to string in execution time

Hi,

There’s a way to convert some code to string in execution/build time?

For example, I have this:

Lorep ipsum... &feb

And the result would be:

Lorep ipsum... February

Bye and thanks.

I would try to solve it with

Thanks @ju52 but this is not what I’m looking for. I used the example of the months, yes, but what I want is this:

I have an asciidoctor file, for example, commercial.adoc and in this commercial.adoc file I have this code:

unx

Ok, so when I’ll use hugo to compile the website I want to change unx to UNIX, for example.