Home: Difference between revisions
From BigID Developer Portal
No edit summary |
No edit summary |
||
Line 346: | Line 346: | ||
}); | }); | ||
highlighter = highlighter.sort((a,b) => b.end-a.end); | highlighter = highlighter.sort((a,b) => b.end-a.end); | ||
console.log(highlighter) | console.log(highlighter); | ||
let text = document.getElementById('tryData').innerText; | |||
for(high of highlighter) { | for(high of highlighter) { | ||
text = text.substring(0,high.start)+"<a>"+text.substring(high.start,high.end)+"</a>"+text.substring(high.end); | |||
} | } | ||
document.getElementById('tryData').innerHTML = text; | |||
} | } | ||
</script> | </script> |
Revision as of 22:20, 4 March 2022
See into your data
BigID allows you to sort through large swaths of data to see what really matters. Try it on the right.
Hello! Can you please process payment for [email protected] to
4199006507426062? Thank you!
Apps
Add custom logic and screens to your BigID system.
REST API
Manage BigID programmatically. Scan data, run SARs, and handle data breaches from anywhere.
Connectors
Scan any system, anywhere. Write your own connector in any programming language
Popular Articles: