A C program to implement following operations on string using user-defined functions: Comparison of Two Strings, Copying One String into Another, Finding the String ...
- name: Call string conversion id: convert-string uses: jaydattd/string-operations-action@main with: string_to_process: 'Test' function_name: 'toUpperCase()' - name ...