Home › Forums › General XMetaL Discussion › Xmetal to check numeric value and alphanumeric value › Reply To: Xmetal to check numeric value and alphanumeric value
Reply to: Xmetal to check numeric value and alphanumeric value
November 23, 2012 at 9:11 pmSorry, I missed the part about substrings. JScript has lots of different string manipulation methods. Here are some you might use by themselves or in combination, depending on what you need to do:
substr()
substring()
indexOf()
lastIndexOf()
slice()
split()
replace()
match()
search()
charAt()
The length property might also be useful in some cases.