Skip to content

Bug in example 1, hello world regex has \\s instead of \s #123

@chrisdolan

Description

@chrisdolan

Code is:

m : Message m.text =~ /^hello(\\s*world)?$/

Code should be:

m : Message m.text =~ /^hello(\s*world)?$/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions