Glossary

regex for search

the keyword search feature should support regex patterns (e.g., searching for `\d{3}-\d{4}` to find phone number patterns). *(Chapter 22)* - Use regex for **date detection** during column type classification (recognize patterns like `2026-03-14`, `03/14/2026`, `March 14, 2026`). *(Chapter 22)* - Use

Learn More

Related Terms