コミュニティ

regEX does not work

Hello,

I am trying to detect european VIN via the rtr sdk.

I have the following regEx.

([A-HJ-NPR-Z]|\d){3}(\d|[A-HJ-NPR-Z]){6}(\d|[A-HJ-NPR-Z]){4}\d{4}

https://regexr.com/3ncpi

The app does not detect any valid string. I do not know why.

Thank you!

この記事は役に立ちましたか?

0人中0人がこの記事が役に立ったと言っています

コメント

1件のコメント

  • Avatar
    Permanently deleted user

    This behaviour may occur if recognized characters were not matched properly with a regular expression.You may try to build up your regular expression piece by piece and find out after what regular expression's piece characters are stop to recognize.

    0

サインインしてコメントを残してください。