Jump to content

Auto Filling Form


thelee

Recommended Posts

  • Replies 52
  • Created
  • Last Reply

The {0,20} means that it'll accept 0 to 20 repetitions of the pattern/character, but sine we're matching one character prior to this the total will be 1 through 21 characters in length.

 

As for the Unicode letter class (\p#), it's explained in detail in the PHP manual.

 

Good catch in the apostrophe though, I'll have to remember to update my own code with that one.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.