angular-package
TwitterGitHub
Text
Text
  • Introduction
  • Benefits
  • Getting started
    • General concepts
    • Skeleton
    • Installation
    • Public API
  • Wrapper
    • Basic concepts
    • Wrap
      • Generic type variables
      • Instance accessors
      • Instance properties
      • Static methods
      • Wrap() constructor
      • Instance methods
      • Examples
    • Wrapper
      • Generic type variables
      • Static properties
      • Instance accessors
      • Static methods
      • Wrapper() constructor
      • Instance methods
      • Examples
    • Wrapped
      • Generic type variables
      • Instance accessors
      • Instance properties
      • Static methods
      • Wrapped() constructor
      • Instance methods
      • Types
      • Examples
  • Tag
    • Basic concepts
    • Tag
      • Generic type variables
      • Static accessors
      • Static properties
      • Instance accessors
      • Instance properties
      • Static methods
      • Tag() constructor
      • Instance methods
      • Types
      • Examples
    • BBCodeTag
      • Static methods
      • BBCodeTag() constructor
    • HtmlTag
      • Generic type variables
      • HtmlTag() constructor
    • Tags
    • Tagged
  • Main
    • AllowedChars
    • Attribute
      • Generic type variables
      • Instance accessors
      • Instance properties
      • Static methods
      • Attribute() constructor
      • Instance methods
    • Attributes
    • Template
    • Text
  • Legend
    • Property tags
  • Other
    • Contact
    • Sponsor
  • More versions
Powered by GitBook
On this page
  • Allowed characters
  • Closing
  • Opening
  • Text
  • Wrap
  • Wrapped
  • Wrapper

Was this helpful?

  1. Wrapper

Basic concepts

Explanation of terms specific to wrapper.

PreviousPublic APINextWrap

Last updated 3 years ago

Was this helpful?

Allowed characters

The allowed characters are any kind of char that can be a part of the wrap. In this case it's a regular expression pattern that filters the .

Closing

The closing consists of characters that indicates the closing of the wrap.

Opening

The opening consists of characters that indicates the opening of the wrap.

Text

The text to wrap with the opening, and the closing or to check whether it is wrapped.

Wrap

As a noun, in this case, wrap consists of the opening, and the closing.

As a verb, in this case, wraps the specified text around. The opening of the wrap is added before and the closing after the text.

Wrapped

It is the text consists of a wrap opening at the beginning and closing at the end.

Wrapper

A wrapper is an object consisting of a wrap, which can wrap the specified text around.

wrap