LOCALE_JS_STRING

Same name and namespace in other branches
  1. 9 core/modules/locale/locale.module \LOCALE_JS_STRING
  2. 8.9.x core/modules/locale/locale.module \LOCALE_JS_STRING
  3. 10 core/modules/locale/locale.module \LOCALE_JS_STRING
  4. 11.x core/modules/locale/locale.module \LOCALE_JS_STRING

Regular expression pattern used to localize JavaScript strings.

1 use of LOCALE_JS_STRING
_locale_parse_js_file in includes/locale.inc
Parses a JavaScript file, extracts strings wrapped in Drupal.t() and Drupal.formatPlural() and inserts them into the database.

File

includes/locale.inc, line 43

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.