这个是我们经常需要用到的.所以做了一个:
/*
* Main.java
*
* Created on 2006年12月7日, 上午10:43
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package regex;
/**
*
* @author longronglin
*/
import java.util.regex.*;
public class Main
{
/** Creates a new instance of Main */
public Main() </