Buckets:
| /** | |
| * Matches <br>, <br/>, <br /> tags (case-insensitive). | |
| * Used to detect line breaks in table cell text content. | |
| */ | |
| export const BR_PATTERN = /<br\s*\/?\s*>/gi; | |
| /** | |
| * Matches a complete <ul>...</ul> block. | |
| * Captures the inner content (group 1) for further <li> extraction. | |
| * Case-insensitive, allows multiline content. | |
| */ | |
| export const LIST_PATTERN = /^<ul>([\s\S]*)<\/ul>$/i; | |
| /** | |
| * Matches individual <li>...</li> elements within a list. | |
| * Captures the inner content (group 1) of each list item. | |
| * Non-greedy to handle multiple consecutive items. | |
| * Case-insensitive, allows multiline content. | |
| */ | |
| export const LI_PATTERN = /<li>([\s\S]*?)<\/li>/gi; | |
Xet Storage Details
- Size:
- 666 Bytes
- Xet hash:
- a48046acfdd3b48d7cc5532128cd89f53d77d4b1af49b068a5faf07717c0b0cf
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.