In PHP's patterns, you always start with a delimiter (the first character in the pattern) and end with the same. Then follow it with any modifiers. These all work the same:
/[a-z]/i
#[a-z]#i
%[a-z]%i
/[a-z]/i
#[a-z]#i
%[a-z]%i
Supporting MAC is my way to support Linux
No comments:
Post a Comment