I am trying to get the last 6 or 7 characters from an attribute called ievent_name], and am using the built-in Open Text Editor on the AttributeManager transformer to extract this substring. But it comes out like this:
@ReplaceString(@Substring(@Value(event_name),@FindRegEx(@Value(event_name),Mn1-9]),@StringLength(@Value(event_name))-@FindRegEx(@Value(event_name),Ma1-9])),-,_)
which I think looks horrible and is difficult to understand. Is there a way I could break this down into multiple lines with local variables, like you do in a Python startup script?