Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Locked [Beginner-Friendly] [VB.NET] String Manipulation Snippets Vault [Part 2][8 Operations]


Breaker

Recommended Posts

You can find part 1 here :

This is the hidden content, please

[HIDE-THANKS]

11. Join Strings Without Using String.Join - concatenate strings and creates a sentence

 

This is the hidden content, please

 

12. String.Contains - checks if string contains the specified word

This is the hidden content, please

 

13. String.StartsWith - checks if string starts with the specified word

This is the hidden content, please

 

14. String.EndsWith - checks if string ends with the specified word

This is the hidden content, please

 

15. String.Trim - deletes leading and trailing instances of the specified character

This is the hidden content, please

 

16. String.LTrim - deletes empty spaces (nullspace) at the beginning of the string

 

This is the hidden content, please

 

17. String.RTrim - deletes empty spaces (nullspace) at the end of the string

This is the hidden content, please

 

18. Trim Punctuation - deletes punctuation characters, such as "!","?", "*", etc.

This is the hidden content, please

[/HIDE-THANKS]

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.