close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Regular expression validation is working clientside but not serverside

Thread begun 4/15/2011 4:24 am by Rune Brynestad | Last modified 4/18/2011 8:07 am by Jason Byrnes | 2173 views | 3 replies |

Rune Brynestad

Regular expression validation is working clientside but not serverside

I have an Userid with the following syntax: It starts with the uppercase letters SSF followed by \ and a lowercase letter c. Then it's 3 numbers and 3 letters. (Example: SSF\c890rbr). I believe the regular expression for this should be /^SSF\\c\d{3}[a-zA-Z]{3}$/

The validation is working clientside but not serverside. The problem with the serverside validation is that a valid userid does not pass through.

You can test it on live URL here
Serverside: Serverside.php
Clientside: Clientside.php

I'm attaching my working files. I would very much like the serverside validation to work.

Thanks in advice.

Regards
Rune

Sign in to reply to this post

Jason ByrnesWebAssist

the server side regular expression should be:
/^SSF\\\\c\d{3}[a-zA-Z]{3}$/


in PHP you need to use four slashes to escape the one:
\\\\

in javasctipt, you can use just the 2:
\\

Sign in to reply to this post

Rune Brynestad

Works perfect.

Thanks again.

Regards
Rune

Sign in to reply to this post

Jason ByrnesWebAssist

you're welcome.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...