So unfortunately there was no notification about this version, once again, because I have inserted some too special characters in its summary. As an alternative, let me announce my changes here again:<br>
<br>
    Name: Regex-Core-ct.68<br>
    Author: ct<br>
    Time: 23 August 2021, 9:21:12.58334 pm<br>
    UUID: 6159117b-a67f-bd4a-b30a-82fe1b4abb09<br>
    Ancestors: Regex-Core-mt.61<br>
<br>
    Adds support for unicode backslash atoms.<br>
<br>
    Some examples:<br>
<br>
<font color="#000000">        </font><font color="#800080">'Squeak is the perfect language'</font><font color="#000000"> </font><font color="#000080">allRegexMatches:</font><font color="#000000"> </font><font color="#800080">'\w*\u{61}\w*'</font><font color="#000000">.</font><font color="#000000"> </font><font color="#008080">"--> #('Squeak' 'language')"</font><font color="#000000"><br>
        </font><font color="#800080">'Squeak is beautiful'</font><font color="#000000"> </font><font color="#000080">allRegexMatches:</font><font color="#000000"> </font><font color="#800080">'\w*\x75\w*'</font><font color="#000000">.</font><font color="#000000"> </font><font color="#008080">"--> #('Squeak' 'beautiful')"</font><font color="#000000"><br>
        </font><font color="#000000">(</font><font color="#000000">WebUtils</font><font color="#000000"> </font><font color="#000080">jsonDecode:</font><font color="#000000"> </font><font color="#800080">'"$1.00 = \u20AC0.85 = \u00A30.73"'</font><font color="#000000"> </font><font color="#000080">readStream</font><font color="#000000">)</font><font color="#000000"> </font><font color="#000080">allRegexMatches:</font><font color="#000000"> </font><font color="#800080">'\p{Sc}\d+\.\d+'</font><font color="#000000">.</font><font color="#000000"> </font><font color="#008080">"--> ('$1.00' '?0.85' '?0.73')"</font><font color="#000000"><br>
        </font><font color="#800080">'Carpe Squeak!'</font><font color="#000000"> </font><font color="#000080">allRegexMatches:</font><font color="#000000"> </font><font color="#800080">'\p{L}+'</font><font color="#000000">.</font><font color="#000000"> </font><font color="#008080">"--> #('Carpe' 'Squeak')"</font><font color="#000000"><br>
        </font><font color="#000000">(</font><font color="#000000">WebUtils</font><font color="#000000"> </font><font color="#000080">jsonDecode:</font><font color="#000000"> </font><font color="#800080">'" get rid of \u2007all these nonsense separators"'</font><font color="#000000"> </font><font color="#000080">readStream</font><font color="#000000">)</font><font color="#000000"> </font><font color="#000080">allRegexMatches:</font><font color="#000000"> </font><font color="#800080">'\P{Z}+'</font><font color="#000000">.</font><font color="#000000"> </font><font color="#008080">"--> ('get' 'rid' 'of' 'all' 'these' 'nonsense' 'separators')"</font><font color="#000000"><br>
</font><br>
    Requires Multilingual-ct.259.<br>
<br>
Tests are in Regex-Tests-Core-ct.24. Looking forward to all your feedback! :-)<br>
<br>
Best,<br>
Christoph<br>
<br>
<font color="#808080">---<br>
</font><i><font color="#808080">Sent from </font></i><i><u><a href="https://github.com/hpi-swa-lab/squeak-inbox-talk"><font color="#808080">Squeak Inbox Talk</font></a></u></i>