PCRE - Perl Compatible Regular Expressions #24
stvowi
started this conversation in
Ideas / Feature requests
Replies: 1 comment 5 replies
|
What exactly is wrong with the regex support currently in FPC? "Made me not happy" doesn't tell me much - I'd need to know what's actually missing or broken. If you could, post some code or pseudocode showing how you imagine it instead. Concrete examples of what you want to write, and what doesn't work today, would make it much easier to judge. |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I've seen any implemations of the the "regular expression" - stuff in Free pascal which made me not happy.
How about it to implement regular expression such like in PHP only as fuctions on the base of the PCRE2-Library?
see:
All reactions