/OPAL-MyDenotation

Some missing operations for denotations in OPAL

Primary LanguageC

MyDenotation - Some operations for denotations

Some missing operations for denotations in OPAL.

##Implements the following functionality##

  • Reverse denotation

    e reverse("abc") -- -> cba

  • Replace char

    e replaceChar("abc",!"b",!"g") -- -> agc

  • Find first occurance of a char in a denotation

    e findChar("abc",!"b") -- -> 2