remove a substring off the string

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sally merlin
    New Member
    • Mar 2012
    • 1

    remove a substring off the string

    Given a string, return a version where all the "ran" are removed, but the "a" can be any char. The "ran" strings will not overlap.
    for eg:stringRan("r anfan") → "fan"
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    What have you tried?

    Comment

    Working...