All Tags »
numbers »
hyphens
Sorry, but there are no more tags available to filter with.
-
Hello everyone,
I need to scan the body of an email for two types of numbers. A message will only have one or the other. I can not not figure out how to find a number that does not end with a hyphen(-). An email may have a number like this 45465482 or it may have a number like 4654855-51225. I have a pattern "\d{4,}-\d{4,}" that ...