Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sec 13.3 (regexp): raw strings code is not shown #161

Open
murphyk opened this issue Jul 1, 2023 · 0 comments
Open

sec 13.3 (regexp): raw strings code is not shown #161

murphyk opened this issue Jul 1, 2023 · 0 comments

Comments

@murphyk
Copy link

murphyk commented Jul 1, 2023

In https://learningds.org/ch/13/text_regex.html you write Note that we add the r character before the quotes to create a raw string, which makes regexes easier to write. but the corresponding source code is not shown, so this statement is unclear.

show_regex_match(r'\d\d\d-\d\d-\d\d\d\d', 'My other number is 6382-13-38420.')
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

No branches or pull requests

1 participant