Hi @Nasya.Idris I have seen it was questioned long back. Still posting the link for your question through my short video.
Hoping it would help, if anyone approaches here with same question or you can even refer for the better and single liner approach.
I used the assign method for removing the bullet. The left variable (âohne_Aufzählungspunktâ) represents the variable for the result of the execution. For the right variable (âAufzählungspunktâ), the enumeration point should be removed using enumeration_point.Replace("⢠", ââ). Unfortunately this does not work. Is there a better way to do this?
Can you please help me to get sentence as output âWaste management servicesâ. This sentence will change dynamically. I have used split function but not getting proper output
Few year ago, I use string.trim to handle the special space in a string, but it failed, then i use Trim(string), and it works. few year later, it report error as âtrimâ is a type and can not be used as an expression. Can anybody help on this?
I donât want to change it as string.trim one by one.