1.0.0 ⢠Published 3 years ago
@igor.dvlpr/strip-html-headings v1.0.0
StripHTMLHeadings
š Strips HTML headings! š¤
⨠Install
Install it by running:
npm i "@igor.dvlpr/strip-html-headings"šµš¼āāļø Usage
function stripHeadings(value: string): stringStrips HTML headings completely.
value: string - the HTML string to process.
returns - the processed string.
function stripHeadingsCode(value: string): stringStrips only the HTML code while keeping the heading text.
value: string - the HTML string to process.
returns - the processed string.
1.0.0
3 years ago