In previous versions of Mockaroo I was able to concat a previous field value with a 9 digit regular expression - e.g. {{messageType}}\d{10} would generate something like 'AB47390846167’
This now generates {{messageType}}47390846167
Is there an equivalent way of doing this now without creating an extra field to hold the regular expression?