Skip to content

1.1.0

Compare
Choose a tag to compare
@eengl eengl released this 28 Jun 13:40
· 17 commits to master since this release

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.