regex

Source:

Members

(static, constant) htmlTag

Description:
  • Match html tag (global)

Source:

Match html tag (global)

(static, constant) jsonString

Description:
  • Basic regex for matching json strings

    • Use case: Used for testing data attribute formatting
Source:

Basic regex for matching json strings

  • Use case: Used for testing data attribute formatting

(static, constant) linebreaks

Description:
  • Match line break characters (global multiline)

Source:

Match line break characters (global multiline)

(static, constant) multiSpace

Description:
  • Match multiple spaces (global)

Source:

Match multiple spaces (global)

(static, constant) whitespaceBeforeHtml

Description:
  • Match whitespace characters that appear immediately before (global multiline)

Source:

Match whitespace characters that appear immediately before (global multiline)