Re: Verifies text (string)

[^ ABC]: not a not B not C \d: all numbers \ W: alphanumeric underscore + : One or more? :0 or 1 * :0 or more X{n} : occurs exactly n timesCopy the code