constant LOCALE_JS_STRING

Regular expression pattern used to localize JavaScript strings.

File

includes/locale.inc, line 43
Administration functions for locale.module.

Code

define('LOCALE_JS_STRING', '(?:(?:\'(?:\\\\\'|[^\'])*\'|"(?:\\\\"|[^"])*")(?:\s*\+\s*)?)+')

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/includes!locale.inc/constant/LOCALE_JS_STRING/7.x