arturo-lang / arturo

Simple, expressive & portable programming language for efficient scripting
http://arturo-lang.io
MIT License
723 stars 32 forks source link

[Strings\match] add support for Char values as the value-to-match #1401

Open github-actions[bot] opened 11 months ago

github-actions[bot] commented 11 months ago

[Strings\match] add support for Char values as the value-to-match

https://github.com/arturo-lang/arturo/blob/411617a1906063cf0adfd3ac06804dc4b29403a0/src/library/Strings.nim#L380


    # TODO(Strings\match) should work for Web builds as well
    #  labels: library, web, bug

    # TODO(Strings\match) add support for Char values as the value-to-match
    #  labels: library, enhancement
    when not defined(WEB):
        builtin "match",

d61a2c47c73f0b409113ce0332cb2d1ed9c21728

stale[bot] commented 2 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.