Skip to content

add method String#replace_All #40

Open
@DinisCruz

Description

@DinisCruz

which will do a replace of all instances (vs just the first one, which is the default of the native js replace method)

with it, this

@.req.params.file.to_Safe_String().replace(/_/g,'/')

would become

@.req.params.file.to_Safe_String().replace_All('_','/')

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