##master-page:HomepageTemplate
##master-date:2010-09-27 21:12:33
## Please edit system and help pages ONLY in the master wiki!
## For more information, please see MoinMoin:MoinDev/Translation.
#format wiki
#language fr
= @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 [[https://github.com/hastec-fr/apash|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.