BuddyPress XProfile Validate with RegEx

BuddyPress XProfile Validate with RegEx

from 0$

BuddyPress XProfile Validate with RegEx is a Package Installer from the Open Source WP Plugins range BuddyPress - Validate XProfile data with PCRE regular expressions.

For more information about a tailored Package Installer like BuddyPress XProfile Validate with RegEx please contact us directly.

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-9]?[0-9]$/
  • check phone field for a sane(-ish) value: /^+?[0-9 -]{7,45}$/
  • check any field for a minimum and maksimum length: /^.{10,100}$/u

You can also configure a message to show when a field data does not validate.

Download & install the zip archive

The plugin package installer can be downloaded from the WP2E project tab called “code”.

1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.

2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.

3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.

Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.

BuddyPress XProfile Validate with RegEx

typePlugin
versionlatest
descriptionBuddyPress - Validate XProfile data with PCRE regular expressions.