close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

server validation regular expression case insensitive?

Thread began 7/17/2020 2:49 pm by SCar87011738 | Last modified 7/17/2020 4:41 pm by Ray Borduin | 408 views | 5 replies |

SCar87011738

server validation regular expression case insensitive?

Hello Ray,
I have a problem trying to understand how server validation with regular expression work.
I need to validate a text form field against a string composed by at least 3 words.
I just created a regex and it works online on some regexp online tools.
Here it is:

/^(la)?\s*chiesa\s*di\s*gressoney\s*$/



It works but it's case sensitive.
How can I change to case insensitive?

These are the strings it should match:

la chiesta di gressoney
La chiesa di Gressoney
LA CHIESA DI GRESSONEY
Chiesa di Gressoney
Chiesa di gressoney


... and other mispelled cases...
Can You help me?
TIA
tony

Sign in to reply to this post

Ray BorduinWebAssist

Where are you adding the regular expression? Is this client or server validation?

Sign in to reply to this post
Did this help? Tips are appreciated...

SCar87011738

Originally Said By: Ray Borduin
  Where are you adding the regular expression? Is this client or server validation?  


I'm using server side validation.
Ciao ;)

I came up with this regular expression:

([Ll][Aa])?\s*[Cc][Hh][Ii][Ee][Ss][Aa]\s*([Dd][Ii])?\s*[Gg][Rr][Ee][Ss]{2}[Oo][Nn][Ee][Yy]\s*



I's a bit inelegant, but it seems to work.
Is there a better method?
TIA
tony


Tony

Sign in to reply to this post

Ray BorduinWebAssist

For server validation just add 'i' at the end to make it case insensitive like:

/^(la)?\s*chiesa\s*di\s*gressoney\s*$/i
Sign in to reply to this post
Did this help? Tips are appreciated...

SCar87011738

Originally Said By: Ray Borduin
  For server validation just add 'i' at the end to make it case insensitive like:
/^(la)?\s*chiesa\s*di\s*gressoney\s*$/i
  


Thanks Ray,
what about client side validation?
does this code work the same way?
TIA
tony

Sign in to reply to this post

Ray BorduinWebAssist

It depends on the validation. Our jquery validation works the same way, but other client validations might have their own method.

Sign in to reply to this post
Did this help? Tips are appreciated...

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...