I need regex help on this type of nicks
Join: * Nick: kljuire
Join: * Nick: kpepmbliebms
Join: * Nick: skrbtkthwe
i just need regex like if nick 3-32 islower that regex will catch the nick. lower and from 3-32length thats the condition i tried with /(?-i)^[a-zA-Z]{3,}?/ but didnt work what did i miss can anyone help on that ?