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

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more