Posts by Faruk A Feres • 11 points
3 posts
-
-5
votes2
answers917
viewsA: How to make an all-white PNG image with CSS only?
I don’t think it is possible to do image editing with css. Some effects can get you close to where you want to go. Although I ran away from what you asked. My solution to the problem would be to…
cssanswered Faruk A Feres 11 -
1
votes3
answers194
viewsA: Take what’s between the quotes
Try the following code... just remove what is not necessary. //Simulando o recebimento da string string str = "\"Dinosfuls Mods.bmd\" 454545s 454545"; //Separa as colunas e pega a segunda contando…
-
1
votes4
answers1049
viewsA: String list + . Split()
Just to give one more option with Extension: https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/extension-methods public class Program { static void Main(string[]…