Migrate Process Extract Regex
This module provides a Migrate process plugin to enable you to parse and extract a $needle (string)
from a $haystack (string)
. This will either return $match[1]
or the original $haystack
if no match is found.
Use Case
This migrate_process_extract_regex module is useful where developers are handling remote images with the remote_steam_wrapper module. Sometimes remote media assets (pictures etc.) do not contain a valid query string and will fail to import.
e.g.
This is handled fine: