as2fm.scxml_converter.scxml_entries.utils.convert_expression_with_string_literals

as2fm.scxml_converter.scxml_entries.utils.convert_expression_with_string_literals(expr: str, elem: _Element | None = None) str

Convert an expression with strings to use array of ints instead.

e.g. ‘as2fm’ => [97, 115, 50, 102, 109]