Skip to content

[Enhancement] add raw string support#267

Open
khchen wants to merge 1 commit into
ThakeeNathees:masterfrom
khchen:raw_string
Open

[Enhancement] add raw string support#267
khchen wants to merge 1 commit into
ThakeeNathees:masterfrom
khchen:raw_string

Conversation

@khchen

@khchen khchen commented Jun 26, 2022

Copy link
Copy Markdown

Example:

assert(r"^\d\d:\d\d:\d\d$" == "^\\d\\d:\\d\\d:\\d\\d\$")
assert(r"C:\Windows\System32" == "C:\\Windows\\System32")

This enhancement is essential for re module.

@khchen khchen changed the title add raw string support. [Enhancement] add raw string support Jul 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant