String length and substrings

There aren’t really any string methods. If you’re actually doing something with numbers, there are ways to achieve the same objective. Not sure about length, but
this finds the 3rd place value.

v = 10011
p3 = numericValue("\floor( \mod(${v},1000) /100 ) ")