-
Notifications
You must be signed in to change notification settings - Fork 578
[doc] Add dynamic regexp modifier example #18387
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
Comments
Alternatively, https://perldoc.perl.org/re#'/flags'-mode |
That's all great news. But please be sure to say something about it within the Modifiers section,
Otherwise the user will have given up long before making it down to that section. So at the bottom of the Modifiers sections, say "Modifiers can also be Thanks! |
I'm not sure I see a real need for this addition to the documentation, but if others want it, #18481 should suffice. Thank you very much. |
Handled by a19f662; closing ticket. Thank you very much. |
perlop and perlre explain everything in extreme detail, but never seem
to give an example of how to write the modifier of
dynamically.
Nope,
won't work.
Sure, one could use 'eval', but that would end up eval'ing the /bla/
part too.
So please add an example to those documentation pages.
Or mention the only way is to do
etc. Thanks.
Hmmm, reminds me of sprintf:
The text was updated successfully, but these errors were encountered: