arturo-lang / arturo

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

[Strings\match] should work for Web builds as well #1400

Open github-actions[bot] opened 9 months ago

github-actions[bot] commented 9 months ago

[Strings\match] should work for Web builds as well

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

                    InPlaced.c = InPlaced.c.toLower()

    # 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",

ba8b80a09bdb18e5b1537463cb760fdab3f05967

stale[bot] commented 1 month 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.