1- CONCAT: Joins two or more text strings into one.
_self.brand__brand_self.model__model_(14).png)
2- LEFT: Extracts a specified number of characters from the left side of a text string.
_self.brand__brand_self.model__model_(16).png)
3- RIGHT: Extracts a specified number of characters from the right side of a text string.
_self.brand__brand_self.model__model_(15)_copy.png)
4- MID: Extracts characters from the middle of a text string, starting at a specific position.
_self.brand__brand_self.model__model_(15).png)