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

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -