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

REPL: implement Alt-{u,c,l} to change the case of the next word #23379

Merged
merged 1 commit into from
Aug 25, 2017

Conversation

rfourquet
Copy link
Member

Fixes part of #8447.

@rfourquet rfourquet added the REPL Julia's REPL (Read Eval Print Loop) label Aug 21, 2017
rfourquet added a commit that referenced this pull request Aug 22, 2017
* A second argument `strict` is added to `titlecase` to control
  whether to convert those chars to lowercase.
  This is useful e.g. for #23379.
* The one-arg version is deprecated, and will be equivalent to
  the new behavior (`strict=true`) in the future.
  This is to be compatible with the `istitle` function, so that
  `istitle(titlecase(s)) == true` when `s` has at least 1 letter.
  This is also how some languages (e.g. python) implement it, and
  is compatible with http://www.unicode.org/L2/L1999/99190.htm.
@rfourquet rfourquet merged commit 9ab6aca into master Aug 25, 2017
@rfourquet rfourquet deleted the rf/REPL-case branch August 25, 2017 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
REPL Julia's REPL (Read Eval Print Loop)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant