User talk:BenBE: Difference between revisions

No edit summary
(→‎Language file: backslash)
Line 446:
 
--[[User:BenBE|BenBE]] 02:08, 8 July 2011 (UTC)
 
: Yes, I know it's not the latest -- no hurry on that since I have two language files to read over before I fix the various other issues.
: On the issue of <code>\</code>, a basic regex like
:: <lang php>'/"([^\\"]|\\.)*"/'</lang>
: matches PARI strings, and all backslashes outside of strings can be treated as operators. Is there a good way to do this?
: [[User:CRGreathouse|CRGreathouse]] 02:25, 8 July 2011 (UTC)