LawesD Posted August 11, 2023 Posted August 11, 2023 On the off chance that anyone has already solved this issue: We want to limit the text to 800 characters in a multi-line text field. We can only seem to get it to work using regex on single lines. TIA
Met Posted August 11, 2023 Posted August 11, 2023 Hey @LawesD ^[\s\S]{0,800}$ should work across multiple lines. Met 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now