Strings Php

print 'Card: XX';
print substr("this is a test. this is a test",-4,4);
?>