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?
↧