@Hastec@
Contact page: https://hastec.fr/fr/contacts
Hello World,
I'm a backend developer with some frontend knowledges.
I spent a lot of time on technologies considered as "legacy" today.
Bash is a very interesting language but not specially intuitive.
That's why I'm searching a way to facilitate its usage with the Apash project.
echo "apash" | grep -o "a" | wc -l # Result: 2
As you guessed, it was counting the number of occurrences of the letter "a". With Apash, it would look like:
StringUtils.countMatches "abba" "a"
I wish this project could help someone as this web site help me. Any feedbacks are welcome.