L
L
LebedevStr2016-03-22 01:13:58
Regular Expressions
LebedevStr, 2016-03-22 01:13:58

What Regex is required for such a situation?

Can you tell me the regular expression for such strings
;1?
;99?
;07?
What would the rule work for
;*?
* - any number.
Thank you.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vitaly Stolyarov, 2016-03-22
@LebedevStr

;[0-9]+\?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question