Skip to content

lowerAscii and upperAscii are in tests but not specification #524

Description

@allanlw

The conformance tests contain tests for the lowerAscii and upperAscii functions, however these do not appear in the spec documentation. Interestingly the upperAscii function is referenced in another part of the doc though.

I found the following blurb in the README of cel-go here:

Returns a new string where all ASCII characters are lower-cased.

This function does not perform Unicode case-mapping for characters outside the
ASCII range.

     <string>.lowerAscii() -> <string>

Examples:

     'TacoCat'.lowerAscii()      // returns 'tacocat'
     'TacoCÆt Xii'.lowerAscii()  // returns 'tacocÆt xii'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions