Quantcast
Channel: Tópicos
Viewing all articles
Browse latest Browse all 11336

C# Regex Duvida

$
0
0
Boas Tenho um ficheiro com multiplas linhas de texto: //[TRANSLATOR INFO] In text below % sign will be added at the end Example: "Building the fleet: 55%" tGenerateShips=Building the fleet tLoadingIslands=Creating the islands. Please wait... //ShopItems tMMDailyReward=Daily Reward E tou a criar uma aplicação para contar as vezes que aparece uma variavel (exemplo: "tGenerateShips=") nesse texto. No texto acima referido tenho 3 variaveis: tGenerateShips= tLoadingIslands= tMMDailyReward= ou seja no regex pretendido preciso de algo assim: "t[qualquercoisa]=" Alguém me pode ajudar?

Viewing all articles
Browse latest Browse all 11336

Trending Articles