Florent POUJOL
Florent POUJOL
Hey In my local environment (Wamp server on win 7 and PHP markdown v1.4.0), I can't display a markdown file which contains about 2000 lines or more of HTML. The...
Hey I added the missing string functions : find, format, gsub, gmatch and match. All cases of pattern translation I encountered are working OK (yet there are probably many cases...
- Return null instead of NaN whenever the 'e' argument is not a number or a string. - Properly convert hex strings. - Return null when a string (other than...
Hello there ! I am currently adding the missing string functions and I use [a fork of sprintf.js](https://github.com/florentpoujol/sprintf.js-lua.js) to power string.format(). My question is where put the code of sprintf...