![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@brianmcallister/highlight-text
Advanced tools
Highlight
words
in sometext
highlight-text
makes highlighting words and characters in a string quick and easy. This library is primarily used for adding a visual indicator to any text in a web page, much like the default search feature in your browser.
This is a great way to highlight search results collected from an input field within your application, or a range of possible use cases:
By default, the library will accept a string and some sub strings to search for. It will return all of the found strings surrounded by <mark>
tags, which can then be styled to match your branding. This is configurable, in case you want to use any arbitrary string or HTML tag.
Hosted demo: https://highlight-text.netlify.com/
You can also run the demo locally. To get started:
git clone git@github.com:brianmcallister/highlight-text.git
cd highlight-text/demo
npm i
npm start
npm install @brianmcallister/highlight-text
import highlightText from '@brianmcallister/highlight-text';
highlightText('some text', ['om', 'ex']);
// #=> 's<mark>om</mark>e t<mark>ex</mark>t'
highlightText
This is the default export. Use this function to highlight words in text.
highlightText(text: string, words: string[]): string;
FAQs
Hightlight `words` in `text`
The npm package @brianmcallister/highlight-text receives a total of 0 weekly downloads. As such, @brianmcallister/highlight-text popularity was classified as not popular.
We found that @brianmcallister/highlight-text demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.