Hi,
How to check whether the string start with any character or not.
Hi @Rup_1
yourstring.StartsWith(“yourchar”)
example :
Where :
- YourString is a string
- StartWithS is a boolean
Hi,
How to check whether the string start with any character or not.
Hi @Rup_1
yourstring.StartsWith(“yourchar”)
example :
Where :