
reverend
Novice
Dec 1, 2009, 6:22 PM
Views: 5349
|
help with use all cells of array in regex
|
|
|
I would like to count the number of occurrences where: [comma or semicolon] followed by whitespace precedes a string that matches an element in my array
$_ = join ' ',@wordmonger; $CC++ while (/[,;]\s+(~~@CoordinatingConjunctions)/g); your help is much appreciated
(This post was edited by reverend on Dec 1, 2009, 6:40 PM)
|