Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finalizando desafio 2 #162

Merged

Conversation

Fernandafmsf
Copy link
Contributor

Challenge 2

Explique um pouco como resolveu o desafio

Criei uma função para verificar o palindromo, que recebe como parametro uma string. Em seguida terei um laço for para executar a função de acordo com a quantidade de strings definidas no terminal.
Para efetivamente fazer a verificação, primeiro transformei os caracteres da string todos em minúsculos com a função 'strtolower'. Em seguida usei a função 'strrev' para reverter a string, comparando-a em um condicional.

Pontos interessantes

Função strrev torna o processo bem mais fácil.

Observações

'PHP_EOL' -> pulo de linha

@github-actions
Copy link

github-actions bot commented Oct 4, 2023

Salve @Fernandafmsf, você esqueceu de mandar o desafio 0!

@github-actions
Copy link

github-actions bot commented Oct 4, 2023

Salve @Fernandafmsf, você esqueceu de mandar o desafio 0!

@lanjoni lanjoni merged commit 41b2e8b into he4rt:main Oct 4, 2023
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants