java - Extracting characters and integer from a string -


I have this string P = "V755D888B154" and I want to share it with this form

  • 888
  • b
  • 154

    How can I do this? You can use the example:

      string   

    numbers or letters , but you can view it manually.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -