Published
Edited
Mar 23, 2022
1 fork
Insert cell
Insert cell
nlp(`how come Batman doesn't dance anymore? Remember the BATUSI?`).match('batusi').found
Insert cell
Insert cell
nlp('UEFA 2020 qualifying').match('#Acronym').text()
Insert cell
Insert cell
Insert cell
nlp("No, my son is also named Bort.").people().toLowerCase().text()
Insert cell
Insert cell
nlp("No, my son is also named Bort.").people().toUpperCase().all().text()
Insert cell
Insert cell
nlp("No, my son is also named bort.").people().toTitleCase().all().text()
Insert cell
Insert cell
{
let doc = nlp('and check this out! a walk-in microwave.')
doc.hyphenated().toCamelCase()
return doc.text()
}
Insert cell
Insert cell
nlp('hello mrs Cumberdale.').match('@isTitleCase').text()
Insert cell
nlp('set the SCE to AUX.').match('@isUpperCase').text()
Insert cell
Insert cell
Insert cell
Insert cell

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more