blinkinput / blinkinput-android

BlinkOCR SDK for Android
https://microblink.com/ocr
104 stars 29 forks source link

Regex #5

Closed biniamHaddish closed 6 years ago

biniamHaddish commented 8 years ago

how can i find a regular expression which matches a white space between group of numbers for example like this one 3855 06083 9928

culoi commented 6 years ago

Hi @biniamHaddish

You can set regex on this way: “\d{4} \d{5} \d{4}”

Regards