Regex Golf: It Never Ends

Viewed 6852

I've been teaching myself regex for fun and I'm having real trouble moving past this level in Regex Golf. I know this can be done with a $, but the game is asking you not to do that. Any pointers or suggestions?

I've tried ([/w](fu)), [/w][fu][^/w] and a few others

https://alf.nu/RegexGolf

Challenge Link

3 Answers
Related