0% found this document useful (0 votes)
3 views

7. String Functions

Uploaded by

philvinco94
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

7. String Functions

Uploaded by

philvinco94
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Apple Inc.

Apple Inc. Concatentate Apple Inc.


[email protected] Len 13
[email protected] Left Tim
[email protected] Right .com
[email protected] Mid Apple
Steve Jobs Upper STEVE JOBS
Steve Jobs Lower steve jobs
steve jobs Proper Steve Jobs
I like Iphones! Trim I like Iphones!
I like Iphones! I like them a lot! Substitute I like Samsung! I like them a lot!
I like Iphones! I like them a lot! Replace I like Apple! I like them a lot!
CONCATENATE or "&": Combines text strings.
LEN(): Returns the length of a text string.
LEFT(): Extracts a specified number of characters from the left of a text string.
RIGHT(): Extracts a specified number of characters from the right of a text string.
MID(): Extracts a specified number of characters from the middle of a text string.
UPPER(): Converts text to uppercase.
LOWER(): Converts text to lowercase.
PROPER(): Capitalizes the first letter of each word in a text string.
TRIM(): Removes extra spaces from a text string.
SUBSTITUTE(): Replaces a specified substring within a text string.
REPLACE(): Replaces a specified number of characters within a text string.

You might also like