@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.

hastec (last edited 2024-10-03 13:27:30 by hastec)