parsing - Java delimiter pattern for whitespace & punctuation? -


what expression scanner delimiter pattern using whitespace , punctuation without including \n? need mine read paragraph in txt file , able ignore spaces , punctuation, keep track of line number

well simple group of of them:

pattern = "[ \\t\\.,:;\\r]" 

Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -