Release 0.9.8 - foreach baby, foreach!
#
IterablesUp to this point, you could either use T-Regx methods that return array
, in order to iterate them, or use
one of the collection methods map()
, forEach()
, filter()
, etc.
Right now any chainable method in T-Regx is also iterate
#
Shorthand methodIn addition to previous release, when we added asArray()
method, we also added a shorthand get()
method for
capturing groups.