|
|
LTrim; RTrim; and Trim Functions |
|
|
Gazatem Tech Network |
|
|
ASP / String & Variables |
|
|
Click to Visit |
|
|
32 |
Those who want to learn more functions on strings in ASP can go through this online ASP learning module which lets them to understand the text trimming task easily. More useful to extract just the needed text or characters after and before the text where the string functions RTRIM and LTRIM are used respectively. For example, if users want to print just the first name of the visitor, then they can use the LTRIM function. The syntax is available in this article with a sample.
|