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

Breadcrumb

  1. Drupal Core 11.1.x
  2. locale.module

LOCALE_JS_STRING

Regular expression pattern used to localize JavaScript strings.

1 use of LOCALE_JS_STRING
_locale_parse_js_file in core/modules/locale/locale.module
Parses a JavaScript file, extracts translatable strings, and saves them.

File

core/modules/locale/locale.module, line 25

Code

const LOCALE_JS_STRING = '(?:(?:\'(?:\\\\\'|[^\'])*\'|"(?:\\\\"|[^"])*")(?:\\s*\\+\\s*)?)+';
RSS feed
Powered by Drupal