Skip to content

error with uppercase characters array #198

@dotruong1990

Description

@dotruong1990

assign data = [
88 => "something"
]
{% assign getkey = '88' %}
{% assign getKey = '88' %}

{{ data[getkey] }} --> working
{{ data[getKey] }} --> not working (uppercase characters "K")

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions