Gossamer Forum
Quote Reply
Form Regex
How do I use "form regex" to exclude the forward slash text character "/" from text entered for the "title" field
Colin Thompson
Quote Reply
Re: [colintho] Form Regex In reply to
Try the same regex as the one that's from the Category name: ^[^/]+$

Adrian