AS3 Regular Expression Question...
        Posted  
        
            by Coltech
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Coltech
        
        
        
        Published on 2010-03-25T02:05:26Z
        Indexed on 
            2010/03/25
            2:13 UTC
        
        
        Read the original article
        Hit count: 508
        
regex
|actionscript-3
Can someone give me a regular expression that will verify if all the letters in the word "cat" were also in the word "coating" in the proper sequence? So for the word "coating", the RegEx will test true for "cat" but false for "act".
© Stack Overflow or respective owner