How to match youtube links?
Matching youtube urls and their IDs
Everything you need to know about writing regular expressions for PHP.
Example: 98102
or 98102-1234
Regex: ^[0-9]{5}(?:-[0-9]{4})?$
Example: WC2N 5DU
Regex: ^[A-Z]{1,2}[0-9R][0-9A-Z]? [0-9][ABD-HJLNP-UW-Z]{2}$
Example: A1A 1A1
Regex: ^(?!.*[DFIOQU])[A-VXY][0-9][A-Z] ?[0-9][A-Z][0-9]$