Jump to content

sowmiya

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Everything posted by sowmiya

  1. 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 http://www.regular-expressions.info/reference.html
  2. Can anyone suggest some good php Script(or Weburl) to do chat part in my php system please... Thanks in advance :'(
  3. $file=file("templates/index.html"); $rcontent=join("",$file); $rcontent=preg_replace("/{{(.*?)}}/e","$$1",$rcontent); // explain regular expression slone print $rcontent;
×
×
  • 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.