Module: ink/strings/patterns

ink/strings/patterns

The patterns are used by the library to help identify and manage types of strings. You can access those here and modify them or borrow them

Author:
  • Terry Weiss
  • zumbrunn
  • Esa-Matti Suurone
  • Scott Gonzalez
Source:

Members

<static> ANUMPATTERN :RegExp

This pattern looks for only alphanumerics

Type:
  • RegExp
Source:

<static> APATTERN :RegExp

This pattern looks only for alphabetic characters

Type:
  • RegExp
Source:

<static> BRTAGS :RegExp

Tests for <br/> tags

Type:
  • RegExp
Source:

<static> CAPITALSPATTERN :RegExp

Tests for capital letters

Type:
  • RegExp
Source:

<static> EMAILPATTERN :RegExp

This pattern tests for a valid email

Type:
  • RegExp
Source:

<static> escapeChars :Object

HTML characters to escape

Type:
  • Object
Source:

<static> HEXPATTERN :RegExp

This pattern tests for a hexadecimal string

Type:
  • RegExp
Source:

<static> LINEBREAKS :RegExp

Tests for line break characters

Type:
  • RegExp
Source:

<static> NUMPATTERN :RegExp

This pattern looks for only numbers

Type:
  • RegExp
Source:

<static> REGEXCHARS :RegExp

Tests for RegEx charachters

Type:
  • RegExp
Source:

<static> SEPARATORS :RegExp

Tests for breaking characters like -, _ etc.

Type:
  • RegExp
Source:

<static> URLPATTERN :RegExp

This pattern will test for a url

Type:
  • RegExp
Source:
See NOTICE.md for licenses
ink-strings Copyright contributers to ink-strings, base64, Helma, RingoJS, sprintf projects.
Documentation generated by JSDoc 3.2.0-dev on Sun Jun 09 2013 11:56:08 GMT-0400 (EDT) using the DocStrap template.