regex

Tag details

Welcome to the 'regex' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'regex'.

Are you an expert about 'regex'? Do you want to be the Technorati authority on 'regex'? You can write a description that will appear right here: Join Blogcritics!

Look up Offsite Link "regex" at The Free Dictionary

Latest blogosphere posts tagged “regex”
 

  • Regular expression Basics in php


    Programming HelpAuthority Authority: 119
    Regular expression Basics in php: In this article ,i will show how to use regular expressions in php.  \char escape char   .            Any single character  [chars]       One of following chars  [^chars]      None of following chars  text1|text2   text1 or text2  ? 0 or 1 of the preceding ...
    4 days ago
  • Website Parsing Script Need Updated 2


    Get a Freelance JobAuthority Authority: 153
    Website changed layout and script needs updated.
    1 week ago
  • Update Regex In Website Scraping Scripts


    Get a Freelance JobAuthority Authority: 153
    2 website scraper scripts need regex updated due to websites changing layout
    1 week ago
  • Website Parsing Script Need Updated


    Get a Freelance JobAuthority Authority: 153
    Website changed layout and script needs updated.
    1 week ago
  • Regex Made Simple


    Ganda ManurungAuthority Authority: 97
    Today, I was reading Id-PHP mailing list, and I found a question for it’s member. He is asking about to insert a space before a capital letters in a string. Then, I come up with this solution. $text = "ThisIsAnExampleOfPHPString";echo preg_replace(/(\B[A-Z][^A-Z]*)/, \1, $text); And the resut is “This Is An ...
    2 weeks ago
  • Automatically adding Amazon affiliate codes


    Ask MetaFilterAuthority Authority: 647
    Is there a straightforward way to transform Amazon links to add an affiliate code? I understand that Metafilter rewrites Amazon links to add Matts affiliate codes, and Id like to do the same for a site I run. Is there a straightforward way of doing it? It would be good to accept and identify any of Amazons multiple ...
    2 weeks ago

Comments about regex

Personal attacks are NOT allowed
Please read our comment policy