Skip to main content

How to identify big letters in a text string

  • March 26, 2019
  • 1 reply
  • 14 views

Need help identifying big letters in text strings, as for example

“McDonald Park Dark-Sky Park, Fraser Valley, BC - 2003”

In that case, I would like to show the “BC” in an extra field. Does anybody have an idea?

Thanks in advance!

This topic has been closed for replies.

1 reply

Forum|alt.badge.img+4
  • Participating Frequently
  • March 26, 2019

can you elaborate as to the intent? (if we just pulled out all the ‘Big’ letters, we would end up with MDPDSPFVBC)

i.e. are you trying to extract the first 2 letters that come after the 2nd or last comma?
or more plainly, trying to extract the province?