Floyd wrote: > I don't understand: > - Why is used a double escape \\ bar instead of a single bar \
I think bacause with a single slash in a string you mean that you want to escape the following character. So \\ stands for escape \ character. > - What is the meaning of "A(?:" at start of regex > - Why there is a "/" at start > -What is the meaning of "\\z/i" at final of regex All of those because (always I think) because the preg_match() function is used for re checking. So a perl like syntax should be used. Bye Davide --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
