Regular Expressions 101

Community Patterns

iModelBank code id parsing

0

Regular Expression
PCRE (PHP <7.3)

Description

The 2 first parts of codeId are hexadecimal. The third can be any human readable string, all characters are allowed except for -. This one is encoded as _0x2D_ (since 0x2D is -'s utf8 value in hexadecimal).

Submitted by anonymous - 4 years ago