Skip to content

Regex example use in different languages #51

Description

@niccokunzmann

At the end of the tutorial, I would like to see how to use the regular expression in a program.

Python Example:

import re

text = """..."""
expression = "..."
print(re.findall(text, expression))

We can add more to the last Website.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions