Help for this page

Select Code to Download


  1. or download this
    @parts=split/(?=\(|\))/;
    print for @parts;
    
  2. or download this
    Using a
    (
    ...
    ) to identify potential
    ( SRF cofactors
    ) in cell
    
  3. or download this
    for(/(?:^|\(|\))[^()]*/g)
    {
      print # or some processing
    }