create your own groups of character classes : Group : Development Flash / Flex / ActionScript examples


Flash / Flex / ActionScript examples » Development » Group »

 

create your own groups of character classes


 

package{
  import flash.display.Sprite;
  
  public class Main extends Sprite{
    public function Main(){

        trace("the cat sat on the mat".match(/[msc]at/g))//cat,sat,mat

    }
  }
}

        



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


Flash / Flex / ActionScript examples

 Navioo Development
» Group