Got more questions? Find advice on: ASP | SQL | XML | Windows
in Search
Welcome to RegexAdvice Sign in | Join | Help

expression to refuse the word "test"

Last post 07-01-2009, 4:12 PM by ddrudik. 1 replies.
Sort Posts: Previous Next
  •  07-01-2009, 3:10 PM 54477

    expression to refuse the word "test"

    Hi,

    I'am a newbie with reg expressions.
    I'am searching the following.
    When somebody is registering on my dnn site, with not a valid purpose, he/she is using the word "test"
    for example.
    if a have the field city as a required field, they use the word "test"

    Is there an expression I can use in all fields to recognize the word "test" ?
    When this word is used, the registration is not valid.

    With regards, Ton Hermes

  •  07-01-2009, 4:12 PM 54481 in reply to 54477

    Re: expression to refuse the word "test"

    Regular expressions are not required for this, simply test for "test" using whatever string methods your platform allows.
View as RSS news feed in XML