Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. NoSuspiciousCharacters.php

NoSuspiciousCharacters::CHECK_INVISIBLE

Check a string for the presence of invisible characters such as zero-width spaces, or character sequences that are likely not to display such as multiple occurrences of the same non-spacing mark.

File

vendor/symfony/validator/Constraints/NoSuspiciousCharacters.php, line 43

Class

NoSuspiciousCharacters
Validates that the given string does not contain characters used in spoofing security attacks.

Namespace

Symfony\Component\Validator\Constraints

Code

public const CHECK_INVISIBLE = 32;

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal