List of split functions
Name | Description |
---|---|
Extract email parts | Extracts local and domain parts from an email |
Extract full name parts | Extracts information from a full name, including the title, first name, nickname, middle name, last name and suffix |
Extract number | Extracts number from the input |
Extract URL parts | Extracts protocol, host, port, query, etc... from an URL in separated columns |
Extract values by regex | Extracts string tokens based on regex groups |
Split text in parts | Splits column from separators |