regex - Java Regular Expressio NEFT\\(SBINH[0-9]{11}\\) -


for java regular expression neft\\(sbinh[0-9]{11}\\)

i expect neft(sbinh01234567895) valid match.

but turns out isn't match. can please guide me understanding going wrong.

try : neft[\(]sbinh[0-9]\{11\}[\)]


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -