Giter VIP home page Giter VIP logo

Comments (3)

aimran96 avatar aimran96 commented on June 19, 2024

Try this: "x".substring(0)
It returns the string "x"

from chuck.

wasamasa avatar wasamasa commented on June 19, 2024

Well, yeah, I'm aware of that part of it behaving as expecting. Perhaps it would help to explain my motivation here.

I'm in the process of creating a tokenizer which scans through a string for tokens. This is done by doing a regex match on the original string, extracting the token from it, then repeating the process on the remaining string. In the end I only have a string with a single token in it. I've chosen to detect this by the remaining string after it being an empty string. Unfortunately ChucK doesn't let me detect that and instead errors out when creating a substring starting at the end of the string which is unexpected behaviour for me as it's not how it works in other programming languages. Therefore I'm considering it to be a bug or at the very least, something that ought to be documented.

from chuck.

spencersalazar avatar spencersalazar commented on June 19, 2024

I wasnt aware of this behavior of string APIs on other systems; it seems it would be useful to model after those.

from chuck.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.