Skip to content

{string}.replace(..) add support for providing name-value pairs #17

Open
@DinisCruz

Description

@DinisCruz

In addition to supporting the current

result = "stringA".replace('a','b')

also add support for

stringA.replace({ 'a':'b' , 'c' : 'd' })

which would be equivalent to

stringA.replace('a','b').replace('c','d')

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions