K
krallabandi
Can we pad a string with spaces using regular expressions?
Ex: I have a string str = "ABC", I want to pad spaces to the total
string length 10 like "ABC "
how to achieve this using reqular expressions in VB.NET?
Ex: I have a string str = "ABC", I want to pad spaces to the total
string length 10 like "ABC "
how to achieve this using reqular expressions in VB.NET?