How to set unlimited String length?
Topic on Extension talk:ParserFunctions
Appearance
BUMP
The maximum size of a string is 2GB in PHP. The effective string length this will give you varies according to the type of encoding used. Set that number to 231 and you should be fine for most use cases.