Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Is it possible to use markers/special identifiers in CF.

New Here ,
Mar 26, 2015 Mar 26, 2015

Is it possible to use markers/special identifiers in Cold Fusion? If possible how do I test for markers at the end of say a zip code. E.x. 11691XX( XX is the special Marker).

TOPICS
Getting started
339
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 26, 2015 Mar 26, 2015

Leetroy, I have moved your question from the CF administration forum to the "getting started" forum instead. Your question is related to coding CF applications and so was not appropriate for the Administration forum. Hope someone here will be able to help you out.


/Charlie (troubleshooter, carehart. org)
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 04, 2015 Apr 04, 2015
LATEST

IES48069774 wrote:

Is it possible to use markers/special identifiers in Cold Fusion?

Sure thing. You could, for example, use string functions.

If possible how do I test for markers at the end of say a zip code. E.x. 11691XX( XX is the special Marker).

It depends. What you want to test for: existence of the markers, the number of characters, the character values?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources