RegEx pattern expression advice

Happy holidays guys! :snowflake:

I’d like my input field to accept only lowercase letters (0 to 9 numbers allowed too).
Anyone knows how I can adjust this expression? ^(?=.*?[a-z]).{2,25}$

Thank you all.

Community Page
Last updated: