#18498
Meir
Participant

That’s not a completely bad idea at all :-) Monkeyman! Thanks!

It could simply take care of some keywords used as variable or methods names: e.g., format is a keyword but $format is a perfectly legal variable name. warn is a keyword, but $object->warn is an object’s method call, etc.

Good!

Well, Yutaka, how about it (and about RegEx usage examples?)