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

regex functions: S::test(), S::matches() #10

Open
meszaros-lajos-gyorgy opened this issue Apr 21, 2021 · 1 comment
Open

regex functions: S::test(), S::matches() #10

meszaros-lajos-gyorgy opened this issue Apr 21, 2021 · 1 comment
Labels
enhancement New feature or request need more info Further information is requested, or there are still questions on how to solve the issue

Comments

@meszaros-lajos-gyorgy
Copy link
Owner

No description provided.

@meszaros-lajos-gyorgy
Copy link
Owner Author

replace is a bit problematic: regex patterns are also strings, so it cannot be distinguished from regular strings in order to determine whether str_replace or preg_replace should be called. Unless preg_replace can work with normal strings

@meszaros-lajos-gyorgy meszaros-lajos-gyorgy added enhancement New feature or request need more info Further information is requested, or there are still questions on how to solve the issue labels Apr 22, 2021
@meszaros-lajos-gyorgy meszaros-lajos-gyorgy changed the title regex functions for S: test, matches regex functions: S::test(), S::matches() Apr 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request need more info Further information is requested, or there are still questions on how to solve the issue
Projects
None yet
Development

No branches or pull requests

1 participant