You are here

constant SCALD_YOUTUBE_ID_REGEXP in Scald YouTube 7

1 use of SCALD_YOUTUBE_ID_REGEXP
scald_youtube_parse_id in ./scald_youtube.module
Parse a YouTube ID and check validity.

File

./scald_youtube.module, line 10
Defines a YouTube provider for Scald.

Code

define('SCALD_YOUTUBE_ID_REGEXP', '/^[a-zA-Z0-9\\-_]+$/');