Members
(static, constant) htmlTag
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
Match line break characters (global multiline)
(static, constant) multiSpace
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)