Dino Edwards
2016-03-02 14:06:55 UTC
I'm trying to figure out what the difference between the following expressions are:
[qr'.\.(mdb)$'ix => 0]
[qr'.\.(uue)$'i => 0]
[qr'^\.(lha)$' => 0]
Mainly, trying to figure out when you put in "ix", "i" or nothing at all at the end of the expression.
Thanks
[qr'.\.(mdb)$'ix => 0]
[qr'.\.(uue)$'i => 0]
[qr'^\.(lha)$' => 0]
Mainly, trying to figure out when you put in "ix", "i" or nothing at all at the end of the expression.
Thanks