Extract
Abstract
Extract text from value using regular expression.
Extract text from value using regular expression.
To extract digits, use (\d+)
.
To extract all of the text, use (.*)
.
To extract everything before a comma, use (.*),(.*)
.
When to use this tool
Use when you want to extract text in specific ways using regular expressions.
You can also use the text part tool to extract text.