Author: Tomasz Ostrowski Related WordPress Plugins

BuddyPress XProfile Validate with RegEx

With this plugin you can define a PCRE regular expression against which data entered in XProfile fields will be matched. For example: check webpage field for a correct(-ish) URL or domain name: %^(https?://)?([^ :/]{1,63}\.)+[^ :/.]{2,63}%iu check age field for a sane(-ish) value (0-199): /^1?[0-.........