re.split
for empty regular expressions now yields every character in the string which is what other programming languages chose to do.
re.split
now also supports themaxsplit
parameter for consistency withstrutils.split
.
jsondoc2
has been renamedjsondoc
, similar to howdoc2
was renameddoc
. The oldjsondoc
can still be invoked withjsondoc0
.
- The
importcpp
pragma now allows importing the listed fields of generic C++ types. Support for numeric parameters have also been added through the use ofstatic[T]
types. (#6415)