mtch.size â integer
Instance Public methods
Returns the number of elements in the match array.
1 2 3 | m = /(.)(.)(\d+)(\d)/.match( "THX1138." ) m.length #=> 5 m.size #=> 5 |
Returns the number of elements in the match array.
1 2 3 | m = /(.)(.)(\d+)(\d)/.match( "THX1138." ) m.length #=> 5 m.size #=> 5 |
Designed by : w10schools
service@w10schools.com
Please login to continue.