1.1.0
Added 2 new functions:
- str_test: Returns .true. if substring is in string, .false. otherwise
- str_swapcase: Swaps the case of letters in string.
Updated str_count to support case sensitivity via optional logical argument match_case
. Case sensitivity is also available in str_test.