Hello,
This can be done using the If <property><relation><value> condition and a regular expression in a Business Rule triggering After creating a user. For example, for users whose Last Name starts with letters in the range from A to F, the expression will be ^[A-F]+.*
Finally, the business Rule will look like the following: