Which is the correct shorthand - "regex" or "regexp".
        Posted  
        
            by Vilx-
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Vilx-
        
        
        
        Published on 2010-06-17T01:02:29Z
        Indexed on 
            2010/06/17
            1:12 UTC
        
        
        Read the original article
        Hit count: 450
        
Most of us computer programmers are pretty obsessed about correct terminology. I certainly am, especially because sometimes changing just one character in a word can drastically change its meaning.
So... what is the correct shorthand for "regular expression"? Is it "regex" or "regexp"? On the internet I see both uses, although "regex" seems to be more popular, and the tag list here on SO also includes just "regex". But plenty of people also use "regexp" in their questions.
© Stack Overflow or respective owner