Forum Discussion
BobJordan
9 years agoQrew Cadet
Hey Dan,
You mentioned that this could be done with script and regular expressions - can this be done within a quickbase formula field?
I've noticed that within a text formula field I can include "javascript($string..." and it will accept it, but any parameters of the javascript variable willl error out (ex: javascript($string.search("S5")) will result in an error at the .search part).
You simply cannot get the anywhere near the level of precision with the extremely limited set of text manipulation functions in QuickBase compared to using script and regular expressions
You mentioned that this could be done with script and regular expressions - can this be done within a quickbase formula field?
I've noticed that within a text formula field I can include "javascript($string..." and it will accept it, but any parameters of the javascript variable willl error out (ex: javascript($string.search("S5")) will result in an error at the .search part).