Regular expression pattern for the test example "test test123". The first string should consist of only alphabets (A-Za-z), while the second string should be a combination of alphabets and numbers (A-Za-z0-9).
Examples: 1. hello world123 (true) 2. 123 hello123 (false)