Help for this page
/([^:]*):?(.*)/s; # Keeping it simple /([^:]*)(?::(.*))?/; # Making it even more analogous.
grep defined, /([^:]*)(?::(.*))?/;