how do i convert a c# regular expression to php...

3 replies
I'm rusty as hell in php and need to fix a small bug in one of my plugins. I know the regex I could use would be written in c# as such:

(?<!<[^>]*)keyword

[>].*(keyword).*[<]

I don't for the life me remember how different regex is in php.

- Reilly
#convert #expression #php #regular

Trending Topics