[squeak-dev] The Inbox: Regex-Core-ct.72.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Oct 28 16:54:53 UTC 2021


A new version of Regex-Core was added to project The Inbox:
http://source.squeak.org/inbox/Regex-Core-ct.72.mcz

==================== Summary ====================

Name: Regex-Core-ct.72
Author: ct
Time: 28 October 2021, 6:08:37.958233 am
UUID: 56167c47-7586-744e-84e1-a0bd38e6a6c9
Ancestors: Regex-Core-mt.61

Makes RxMatcher polymorphic with itself, so you can do {'foo' matchesRegex: '\w+' asRegex} without getting tedious MNUs

=============== Diff against Regex-Core-mt.61 ===============

Item was added:
+ ----- Method: RxMatcher>>asRegex (in category 'converting') -----
+ asRegex
+ 
+ 	^ self!



More information about the Squeak-dev mailing list