Skip to content

Commit

Permalink
Fix news about is_valid_char
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottPJones committed Sep 8, 2015
1 parent 09e9655 commit dda03d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Library improvements
* `charwidth(c)` and `strwidth(s)` now return up-to-date cross-platform
results (via utf8proc) ([#10659]): Julia now likes pizza ([#3721]), but some terminals still don't.

* `is_valid_char(c)` now correctly handles Unicode "non-characters", which are valid Unicode codepoints ([#11171]).
* `is_valid_char(c)`, (now `isvalid(Char,c)` ([#11241])), now correctly handles Unicode "non-characters", which are valid Unicode codepoints ([#11171]).

* Backreferences in replacement strings in calls to `replace` with a `Regex` pattern are now supported ([#11849]).
Use the `s` string prefix to indicate a replacement string contains a backreference. For example, `replace("ab", r"(.)(.)", s"\2\1")` yields "ba".
Expand Down

0 comments on commit dda03d1

Please sign in to comment.