/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package org.das2.qds.util.dd;

import java.util.regex.Pattern;

/**
 *
 * @author jbf
 */
public class DDExperiments {
    public static void main( String[] args ) {
        String s= "(6-8),9,(10-12),13,(14-16),(17-19),20";
    }
}
