Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save trycf/0ef8331fbb80cc805c2f4ac3f12e4db6 to your computer and use it in GitHub Desktop.
Save trycf/0ef8331fbb80cc805c2f4ac3f12e4db6 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
v = "00012.00006.00003.0011";
lv = "06.000.7728.0100.100";
//dump(toNumeric(v));
//dump(toNumeric(lv));
_lv = REReplace( lv, "[^\d]", "", "all" )
_v = REReplace( v, "[^\d]", "", "all" )
dump(v);
dump(lv);
dump(toNumeric(v));
dump(toNumeric(lv));
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment