I
Iwan Petrow
Hi,
I want to count words in a string which are NOT with length 10. For me
word is a sequence of symbols different from ' '. So I want to match
these words. I think that the pattern has to be something like that "[^
]{10}|[ ]" but with not somewhere.
How to set to match not this pattern? Or other ideas?
Thanks.
I want to count words in a string which are NOT with length 10. For me
word is a sequence of symbols different from ' '. So I want to match
these words. I think that the pattern has to be something like that "[^
]{10}|[ ]" but with not somewhere.
How to set to match not this pattern? Or other ideas?
Thanks.