How to use lower-case operation in String Function Using XPath in Xml

In this article I will explain lower-case operation of string function.
  • 4247

Introduction

The lower-case operation of string can be used to convert the string argument in the lower-case form. The result return as all the character of the word or sentences will be in the lower-case.

Syntax

string lower-case (string)

Example

lower-case ('XPath in xml')
lower-case ('Hypertext mark up language')

Output

xpath in xml
hypertext mark up language

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.