Use case
Provide a way to sort strings in the following order:
hello4world5
hello4world10
hello30
hello123
It's in question what is better - maybe add a function that will map string to some value that will have the desired order (array of components) or implement it as a modifier to ORDER BY element.