regexp support in sorttokens?



I want file listings to ignore prefix text in brackets when sorting by name. Is the following supported?

Code:
    <sorttokens>
        <token>
            <regexp>^\[[^\]]+\]</regexp>
        </token>
    </sorttokens>