File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ Julia v1.7 Release Notes
3
3
4
4
New language features
5
5
---------------------
6
- * ` count ` and ` findall ` now accept an ` AbstractChar ` argument to search for a character in a string ([ #38675 ] ).
7
6
8
7
Language changes
9
8
----------------
@@ -38,6 +37,7 @@ New library features
38
37
Standard library changes
39
38
------------------------
40
39
40
+ * ` count ` and ` findall ` now accept an ` AbstractChar ` argument to search for a character in a string ([ #38675 ] ).
41
41
* ` islowercase ` and ` isuppercase ` are now compliant with the Unicode lower/uppercase categories ([ #38574 ] ).
42
42
* ` iseven ` and ` isodd ` functions now support non-` Integer ` numeric types ([ #38976 ] ).
43
43
* ` escape_string ` can now receive a collection of characters in the keyword
You can’t perform that action at this time.
0 commit comments