Answer the question
In order to leave comments, you need to log in
How to compose a Regex to exclude previous characters?
Hello, I am compiling a regex to process data in a Zabbix item.
But since I'm not strong in regular expressions, the following question arose from here
. The following information comes in the element:
123456;789012;order of numbers;order again;and so eleven times
[0-9]+
[^0-9][0-9]+
Answer the question
In order to leave comments, you need to log in
Search for numbers ending with a semicolon or the end of a line using positive lookahead:
Link.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question