constant LOCALE_JS_STRING

  1. 7.x drupal-7.x/includes/locale.inc LOCALE_JS_STRING
  2. 6.x drupal-6.x/includes/locale.inc LOCALE_JS_STRING

Regular expression pattern used to localize JavaScript strings.

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

File

drupal-7.x/includes/locale.inc, line 43
Administration functions for locale.module.

Code

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