Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Adam Cameron / Adam Cameron (Adam Cameron)
Created: 02/23/2014
Components: Language
Versions: 11.0
Failure Type: Non Functioning
Found In Build/Fixed In Build: PublicBeta /
Priority/Frequency: Major / Some users will encounter
Locale/System: English / Platforms All
Vote Count: 2
See: http://cfmlblog.adamcameron.me/2014/02/coldfusion-11-lot-of-string-member.html
The following string member functions (and other similar ones) have not been implemented:
canonicalize()
decrypt()
deserializeJson()
encodeForUrl() (and I presume the other encoding functions)
encrypt()
hash()
htmlEditFormat() (and probably htmlCodeFormat())
isDate() (and I presume other type-checking functions)
isNumeric()
isValid()
javaCast()
jsStringFormat()
listValueCount()
LSParseEuroCurrency() (and there'll be a few other locale-specific ones that deal with strings; these should be dealt with too)
numberFormat()
parseDateTime()
reEscape()
reFind() (and I presume the no-case version. Although I question whether separate methods just to handle case-sensitivity is sensible. This can be done with the regex itself after all)
reMatch() (as above)
repeatString() (this should just be implemented as repeat(). It's tautological to include "string" in a string method)
replaceList()
reReplace()
serializeJson()
toBase64()
urlDecode()
urlEncodedFormat()
val()
xmlFormat()
xmlParse()
Raising as a BUG because the work done should be more complete than it has been.
--
Adam
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3712186
External Customer Info:
External Company:
External Customer Name: Adam Cameron.
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: