Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand on strings #21

Open
Varriount opened this issue Dec 31, 2014 · 2 comments
Open

Expand on strings #21

Varriount opened this issue Dec 31, 2014 · 2 comments

Comments

@Varriount
Copy link

  • Mention value semantics
  • Go over slicing vs substr
  • Explain using unicode module
  • Mention internal representation (length prefixed with null terminator for literals)
@timotheecour
Copy link

http://nim-by-example.github.io/strings/ also has issues:
Proc Strings: raw strings, but the method name that prefixes the string is called [unfinished sentence]
echo r" "" " should output ' " ' but the output shown is ' "'
should show difference between:
echo re "\b[a-z]++\b"
echo re"\b[a-z]++\b"

@flaviut flaviut changed the title Expand on nimrod strings Expand on strings Apr 15, 2015
@flaviut flaviut self-assigned this Apr 21, 2015
flaviut added a commit that referenced this issue Apr 27, 2015
@flaviut
Copy link
Owner

flaviut commented Apr 27, 2015

  • Mention value semantics
  • Go over slicing vs substr
  • Explain using unicode module
  • Mention internal representation (length prefixed with null terminator for literals)

@timotheecour Done, thank you for pointing those errors out, they're a little embarrassing.

@flaviut flaviut removed their assignment Jun 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants