java - removing underscore form a string -


इस सवाल का पहले से ही एक उत्तर है: < / P>

  • 6 जवाब

    मेरे पास स्ट्रिंग है जो दिखता है जैसे कि

      abcd = "name_person"   

    लेकिन मैं इसे इस तरह पढ़ना चाहूंगा:

      abcd = "नामपरिवार"   

    मैं जावा के साथ यह कैसे कर सकता हूँ

      abcd = abcd.replaceAll ("_", "");    

Comments

Popular posts from this blog

wpf - ControlTemplate with changes for every class -

sonata admin - how to add ManyToOne property field in configureListfield in sonataAdmin -

sql - Return Function using Cursor -