Elentra JS Documentation
1.2
1.2
  • Elentra JS Documentation
  • Guide
    • Introduction
      • Standards & Principles
      • Integrating with ME v1.14.x
      • Upgrading to v1.2
      • Why EJS?
    • Architecture
      • Web APIs
    • Environments
      • Namespaces
      • Configuration
      • Entry Points
      • Bootstrapping
    • File Handling
      • Unified File Handling
      • Use Statement
    • Modules
      • Configuration
      • Components
      • Controllers
    • Routing
      • Logical Controllers
      • Routes
      • Route Collections
      • Path Matching
      • Path Generation
      • ViewLink Component
    • HTTP Library
      • REST Client
      • HTTP Client
    • Internationalization
      • Locales
      • Language Packs
      • ESCL
        • Concepts
          • Strings
          • Clauses
          • Variables
          • Terms
          • Functions
          • Literals (Preview)
        • Unicode
        • Function Reference
          • BOLD
          • ITALIC
          • LINK
          • UCFIRST
    • Plugins
      • Enabling a plugin
      • Core Plugins
        • Directives
          • v-i18n Directive
        • Instance Methods
          • $generatePath
          • $getRoute
          • $redirectTo
          • $setLocale
          • $translate
          • $findRouteByName (DEPRECATED)
        • Instance Objects
          • $api
    • Utilities
      • Throttle Utility
  • API Reference
Powered by GitBook
On this page
  • Introduction
  • Standard Functions
  1. Guide
  2. Internationalization
  3. ESCL

Function Reference

Introduction

The ESCL library includes several standard functions by default. These standard functions allow for common text formatting (e.g. bold, italic), manipulating the case of a string, and the insertion of hyperlinks.

Standard Functions

These standard functions are available in ESCL by default:

BOLDITALICLINKUCFIRST

PreviousUnicodeNextBOLD

Last updated 6 years ago