amitk / Coorporatecatering

A ruby on rails learning project
0 stars 0 forks source link

Alteration Property #13

Open amitk opened 7 years ago

amitk commented 7 years ago

=begin

Alteration is not greedy

=end

p /tour|to|tournament/.match("every tournament is fun")

=begin

Greedy alternation would have matched the longest possible alternative i.e tournament

=end

mohitpm commented 7 years ago

Example copied from training session :disappointed: