search : string functions

select a category, or use search below
(searches all categories and all time range)

displaying top 100 results

Many string member functions not implemented
Comment on Many string member functions not implemented by Rupesh K.
Comment on Many string member functions not implemented by External U.
Comment on Many string member functions not implemented by External U.
Comment on Many string member functions not implemented by External U.
Comment on Many string member functions not implemented by External U.
Comment on Many string member functions not implemented by Rupesh K.
Comment on Many string member functions not implemented by Awdhesh K.
Comment on Many string member functions not implemented by External U.
Comment on Many string member functions not implemented by External U.
Comment on Many string member functions not implemented by External U.
Comment on Many string member functions not implemented by External U.
Comment on Many string member functions not implemented by External U.
Comment on Many string member functions not implemented by External U.
Comment on Many string member functions not implemented by External U.
Comment on Many string member functions not implemented by External U.
Comment on Many string member functions not implemented by External U.
Comment on Many string member functions not implemented by External U.
Comment on Many string member functions not implemented by External U.
Comment on Many string member functions not implemented by Awdhesh K.
Comment on Many string member functions not implemented by External U.
Internal CFC functions return string variables with a strange non-trimmable preceeding space
2608653 CF-4033628 External U. These are string functions. They should work like all the other string functions do
Comment on Internal CFC functions return string variables with a strange non-trimmable preceeding space by External U.
Comment on Internal CFC functions return string variables with a strange non-trimmable preceeding space by External U.
Comment on Internal CFC functions return string variables with a strange non-trimmable preceeding space by External U.
Comment on Internal CFC functions return string variables with a strange non-trimmable preceeding space by Chandan ..
Comment on String member functions break existing code that relies on java.lang.String member functions by External U.
Comment on String member functions break existing code that relies on java.lang.String member functions by External U.
Comment on String member functions break existing code that relies on java.lang.String member functions by External U.
Comment on String member functions break existing code that relies on java.lang.String member functions by External U.
Comment on String member functions break existing code that relies on java.lang.String member functions by External U.
Comment on String member functions break existing code that relies on java.lang.String member functions by External U.
Comment on String member functions break existing code that relies on java.lang.String member functions by External U.
Comment on String member functions break existing code that relies on java.lang.String member functions by External U.
Comment on String member functions break existing code that relies on java.lang.String member functions by External U.
Comment on String member functions break existing code that relies on java.lang.String member functions by External U.
CFFiddle for Array, String, and Math functions
ToString() member function returns a location rather than string
Comment on String member functions break existing code that relies on java.lang.String member functions by External U.
Comment on String member functions break existing code that relies on java.lang.String member functions by External U.
Comment on String member functions break existing code that relies on java.lang.String member functions by External U.
Comment on String member functions break existing code that relies on java.lang.String member functions by External U.
Comment on String member functions break existing code that relies on java.lang.String member functions by External U.
Comment on String member functions break existing code that relies on java.lang.String member functions by External U.
Comment on String member functions break existing code that relies on java.lang.String member functions by External U.
Comment on String member functions break existing code that relies on java.lang.String member functions by External U.
Comment on String member functions break existing code that relies on java.lang.String member functions by External U.
Aaron Neff Type-Specific vs Type-Casting member functions Hi CF Community, I’d like to get your opinions. Would you prefer CF’s member functions to be type-specific or type-casting? Currently they are type-specific. These work: myString.dateTimeMemberFunction() myString.numericMemberFunction() myNumber.stringMemberFunction
Comment on String member functions break existing code that relies on java.lang.String member functions by External U.
Comment on CFFiddle for Array, String, and Math functions by chrisg57685480
Comment on ToString() member function returns a location rather than string by Nick P.
Comment on String member functions break existing code that relies on java.lang.String member functions by External U.
String member functions don't cast
Comment on String member functions break existing code that relies on java.lang.String member functions by External U.
String member functions break existing code that relies on java.lang.String member functions
Comment on String member functions break existing code that relies on java.lang.String member functions by External U.
Comment on String member functions break existing code that relies on java.lang.String member functions by External U.
Comment on String member functions break existing code that relies on java.lang.String member functions by External U.
[ANeff] Doc Bug for: lack of String member functions on NULL creates backward-compat issue
3792744 CF-4200344 Language : Functions Emanuele Cellini Empty string isn't little that number Problem Description: Empty string isn't little that number Steps to Reproduce: THIS IS A BUG :) Actual Result: "THIS IS A BUG :)"
Cannot evaluate a string containing a function expression
2608716 CF-4018933 External U. This certainly doesn't pass the "least surprise" principle test: if a function produces a string as a result, you should be able to chain string member function calls onto it.
[ANeff] Bug for: lack of String member functions on NULL creates backward-compat issue
Comment on Add higher-order functions for strings by Bradley W.
Add higher-order functions for strings
2608653 CF-4033628 S V. Hi Adam, These are added as string member functions now like for example s = "My url-encoded string has special characters & other stuff"; writeoutput(s.urlEncodedFormat()); I didn't understand what you are asking about. What do you mean by static functions
2608153 CF-4180330 Core Runtime Paul Wesson ImageReadBase64 Complaining The input string is not base64-encoded Problem Description: Executing the "ImageReadBase64" function on a string being pulled from my database is saying "The input string is not base64-encoded". Yet, if I take that exact same
2682724 CFB-3737771 Editor Features : Dictionary Dictionary changes to list functions Following modifications have been done in List functions in order to clearly differentiate list vs. string functions. Current Method Name New Method name append listAppend changeDelims listChangeDelims contains
2610058 CF-3735413 External U. Please don't make things more confusing for new developers, or provide more ammunition for ColdFusion antagonists. Keep list functions distinct from regular string functions by maintaining a "list*" prefix on list member functions.
Comment on CFFiddle for Array, String, and Math functions by Saurav Ghosh
Comment on CFFiddle for Array, String, and Math functions by Saurav Ghosh
Comment on Cannot evaluate a string containing a function expression by Bradley W.
2725379 CF-4198218 Language : Functions J S IsBoolean returning true for invalid string Problem Description: IsBoolean("123D ") (note the single space at the end) results in true, when it should be false. Steps to Reproduce: http://trycf.com/gist/838f0fc02c44aad3b7a9441e53ec1b84/acf11?theme
d, yyyy')# at #timeFormat(now(),'h:mm tt')# …but why use two functions when you can use one, right?  So I tried using the following: #dateTimeFormat(now(),'dddd, mmmm d, yyyy at h:mm tt')# But got briefly stuck when the ‘t’ in the date […] The post Quick tip: escaping string literals in date
is to expose a StringEncoder object just like you current expose headless functions, and ppl could call the static methods on that. This doesn't require any architectural change. Later, once you sort out being able to call static methods on classes from CFML (say in CF13) you swap out the StringEncoder object
2608653 CF-4033628 Rupesh K. There is already a whole lot of member functions on String that was added in CF 11, which ideally don't belong to String. In fact, they were not added as member functions to begin with but got added after Adam's request. As of now, we will let it go in the release. We
Bug 84399:(Watson Migration Closure)List functions should allow arrays of delimitersCurrently list functions just allow strings as delimiters
Comment on Cannot evaluate a string containing a function expression by Adam C.
4478243 CF-4202935 Aaron N. Hi James, I completely agree. CF-4198258 is fixed in Aether. Aether added all string member functions to numeric. Aether also added all numeric member functions to string. In this ticket here, I'm intentionally causing an error by omitting required parameters
2610058 CF-3735413 External U. Consistency is important. Please don't cause confusion of "list" member functions with string member functions: keep the list-prefix on all "list" member functions. Or just drop the idea of "list" member functions altogether since CFML doesn't really have a "list
Comment on [ANeff] Bug for: lack of String member functions on NULL creates backward-compat issue by Aaron N.
Comment on [ANeff] Bug for: lack of String member functions on NULL creates backward-compat issue by Aaron N.
Comment on [ANeff] Doc Bug for: lack of String member functions on NULL creates backward-compat issue by Aaron N.
Comment on [ANeff] Bug for: lack of String member functions on NULL creates backward-compat issue by Immanuel N.
functions are called specifying returnformat="JSON". A string that contains a negative decimal number without a leading zero (e.g. -.03) is converted into a bare number also missing the leading zero, which is invalid per the ECMA-404 standard. Steps to Reproduce: Case A: Serialize a string like "-.03
to it not being clar what's a string member function and what's a list one. eg: oneString.append(anotherString) looks like it does what it suggests: appends a string to another. It does NOT look like it does a listAppend() (which is what it does). Pls revise, and prefix all list member functions with "list
Comment on Cannot evaluate a string containing a function expression by Bradley W.