if (banners = /Ability Server 2\\.34g/)
I am just getting confused of this regex expression in Ruby. What does this regex expression talking of? what does g/ mean?
I am thinking I am somehow mistaken about regex expression in Ruby, because I am not supposed to be confused of this simple issue.
