Jump to content

Preg_replace explain this code


sowmiya

Recommended Posts

Repeats the previous item zero or more times. Lazy, so the engine first attempts to skip the previous item, before trying permutations with ever increasing matches of the preceding item.

 

for eg:

".*?" matches "def" in abc "def" "ghi" jkl

8)

 

http://www.regular-expressions.info/reference.html

Repeats the previous item zero or more times. Lazy, so the engine first attempts to skip the previous item, before trying permutations with ever increasing matches of the preceding item.

 

for eg:

".*?" matches "def" in abc "def" "ghi" jkl

8)

 

http://www.regular-expressions.info/reference.html

 

Which is effectively the same thing as saying "looks for anything enclosed in double-curly-braces"  which salathe's description is overall better because he was explaining the code overall, not just a single bit of the actual pattern.  If all you wanted to know was that specific thing, next time be more specific in explaining what you want to know. 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.